Skip to content
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

Fix node order + edit all path variables #8

Merged
merged 1 commit into from Sep 19, 2016
Merged

Fix node order + edit all path variables #8

merged 1 commit into from Sep 19, 2016

Conversation

ghost
Copy link

@ghost ghost commented Sep 17, 2016

As reported by Dave Blake on the forums

@DaveTBlake
Copy link

DaveTBlake commented Sep 18, 2016

Thanks for looking at this so quickly.

For 2) in the forum post "Roles" is 'musicdb://roles' with text ID 29994 for the label. I would insert it below songs in the current list. Maybe worth adding to this PR? Otherwise yes, I see how to do that now.

For your interest: if music files are fully tagged (using COMPOSER (TCOM), CONDUCTOR (TPE3), REMIXER (TPE4), ARRANGER, ENGINEER etc. or PERFORMER=artist (instrument) (TIPL and TMCL) tags then Kodi now stores that info as the role of the artist. The roles node is then a list of the various ways people (or bands etc.) contribute to songs.

@DaveTBlake
Copy link

Tested and works fine, thanks @Ignoble61

@ghost
Copy link
Author

ghost commented Sep 18, 2016

Dave, I've added Roles locally as a selectable path but any component I add to it doesn't appear to have any effect. Can you confirm that - to take an example - adding the years component should be as the other paths and so musicdb://roles/?year=1978. Assuming it is (and it's the very likely scenario that my music is incredibly badly tagged which mean it's not working as expected here) I'll add it to the PR.

@DaveTBlake
Copy link

It is working correctly in the way that the roles node (and others) is currently implemented.

Not every component (option) has meaning for every node, e.g. musicdb://artists/?year=1978 does not do anything at artist level, you just see all the artists. But the options get passed down to the next node level when navigating, so click on an artist and you will see the albums for that artist for 1978 - year does apply to albums and songs.

Having said that, roles node is new and I still have some tweaking in core to do to get the options passed down correctly from roles - I had not tested roles with year before! So thanks for that.

@ghost
Copy link
Author

ghost commented Sep 18, 2016

PR updated.

@ronie
Copy link
Member

ronie commented Sep 19, 2016

thanx!

i'll bump the version and submit it to our repo.

@ronie ronie merged commit a89fa1c into XBMC-Addons:master Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants