-
Notifications
You must be signed in to change notification settings - Fork 13
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
Genre enhancements #43
Comments
Ad. 1: Ad. 2: Ad. 3: |
Hey Artur, thanks so much for your work, its amazing. I tested these today and it works although I still have a joined categories, eg. "Jazz; Blues; Folk, World, & Country " even though I added When I get some time I'll investigate and learn what I can about the discogs APIs, I think slimpd might use it but not certain. |
Yes sliMpd already uses it for fetching single releases information. @ArturSierzant : in case you consider to make use of the Discogs-API be aware that the oauth documentation of discogs seems to be incorrect @see discogs-thread |
@brendan-pike: forced update should re-index all files (no matter if they have been changed since last update or not) so there is no need to drop DB. Have you changed @othmar52: thanks for hint, always good to know :) |
I've been reading further into discog API, I don't think its even possible to pull genre/styles without album references which makes the API useless for this function. What I'm thinking is that it will be far easier to write a scraper for the website by going through the genres and recording the styles. We could allow the user to trigger the scrapper manually or we could write the result into the OMPD file set and update it on new releases. |
I would like to request a few genre features, I realise my ideal may not be widely suitable but I can dream right, however I think there is good middle ground available. In the order of importance
Support for genre separation
I use semi-colons for genre separation, eg. "Rock; Pop" however OPMD renders this as a single genre.
Support for multiple genre tags
After much research I decided to follow the discog formatting guideline which has only 15 genres but then many sub-genres (styles). So I need both my "genre" and "style" tags included.
Discog genre support
This is the dreaming part. For full Discog genre support OMPD would probably need to be aware of the style/genre relationships, eg. Free-Funk can relate to Funk / Soul or Jazz. So if an album was listed with:
Genre: Blues; Jazz
Style: Free-Funk; Chicago
The system would need understand that Free-Funk is only listed under Jazz while Chicago is only listed under Blues.
But what a truly clean system that would present
The text was updated successfully, but these errors were encountered: