-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Custom graph for custom tag #18
Comments
Finally, while I think ALLmusic and discogs can be totally added as substitutions, I don't see a problem simply switching the current graph with a RYM graph or a MusicBrainz graph. i.e. a total subsitution of the current graph, not having multi-graphs. That's much easier to do, and the user would have to choose which one to use according to their tagging habits. Since you can have multiple buttons, nothing stops you to set one graph type per button in case you wanna use multiple tag structures. |
Custom tag slots allow you to separate tags, that's what I've done in my settings. This way, if I've understood correctly, DISCOGS_GENREs will only be compared with each other, DISCOGS_STYLEs will only be compared with each other, etc. I agree with everything you say about the shortcomings of online databases. But for the moment it's more homogeneous than my personal tags. And it's one more way of finding similar tracks.
Thanks for the advice. I should do that and make the substitutions. I know regexp, the easy ones. But I don't know javascript.
I hadn't thought of multiple buttons, with different graphs for each. Yes, that's close to what I'm looking for. I imagine I'll then have to mix the playlists manually, taking the best results from each side.
There's only one _cacheLink file? I don't know. |
Currently, only one. Shared for all buttons. I would have to change that part to add the graph type to the filename. Missed that. There are also memory implications with all this, since foobar2000 is currently limited by SMP not having an x64 build. |
Thanks for the explanations. I didn't really understand the calculation method. I stupidly thought that the slots were separate. I also reread the documentation (here and there). It helped me understand better.
There are differences on Discogs and Rate Your Music:
I don't know whether this justifies a change in the distance calculation (mixing all the 'graph' values, or calculating them independently by slots).
Yes, I didn't quite understand the calculation method. Yes, it seems better to search for a database tags only in the corresponding graph. Do not mix everything.
Yes I was thinking about that, I already use sorting by score. I tried Playlist Tools and saw the 'Custom pool' command. That's what I was looking for. I thought of a few things about sorting and macros, but will have to see later. |
I made a second button with another graph, using other folders |
I'd like to use custom graphs with Search-by-Distance custom tags. To use genres from online music databases. For example a Discogs graph with Discogs tags.
I've made graphs here. It's a start, they can be improved.
I could make substitutions in the descriptor files for graphs that aren't complex. You've done it for AllMusic. But it seems difficult to merge a large graph with the original one.
The text was updated successfully, but these errors were encountered: