(2016-01-04, 21:07)malvinas2 Wrote: (2016-01-04, 13:08)DaveBlake Wrote: I have had a quick look at filtering artists and albums by the path location of their songs, and it is fairly straight forward addition. But do note that custom nodes/playlist filtering works differently from the default nodes.
What does that mean? Instead of <content>songs</content> I can simply write <content>artists</content> resp. <content>albums</content> ?
Sorry no, or rather not yet. I meant that the code additions were easy. Once done then yes then you will be able to apply path rules to artists and albums like you suggest.
Quote:Is this explanation already part of some wiki ? I doubt that many users know about this behaviour.
Nothing in Wiki to my knowledge, and I just don't have the spare time or know where to put it. Truth is few users use custom music nodes, and those that try are happy with the results I guess. The difference in behaviour between default nodes and custom node/playlist rules only becomes obvious if your music is very varied and your filter rules very precise.
Best I give an example:
Some of my songs on classical music albums are overtures, and I tagged them with a genre "Overture" but the other songs on that album and others for the same artist are not all tagged as overtures. If I drill down from default node for genre = Overture I only see the overture tracks. If I create a "artists" or "albums" type playlist or custom node with rule "genre is Overture" and then drill down to songs I get all the songs for that artist or album not just the overtures.
If my rule was something that was true for all the songs on an album, and all the albums for an artist then you would not notice this behaviour.
For playlists, where you just want to play the music, the way to get just the songs that match the criteria is to create a "songs" list and order by artist, album and track number. It is custom nodes, or using a playlist like a node as a list of artists or albums to help choose what to play, that things don't work quite as you might expect.
Quote:In my case I already distinguished my music into three categories resp. folders: International (english-speaking) music, national music, and spanish music. As my wife and me are the only persons speaking spanish, it wouldn't make sense presenting visitors a long list of albums or artists which they don't understand and aren't interested in.
As I create all nfo-files manually I already thought about adding self-defined genres, something like "international", "national" and "spanish". But using the path information would be much simpler than that procedure.
I have a similar desire to keep my classical music separate from the rest. I have tagged using "classical" to split things but path information would be much easier. The clumsy result is what set me into contributing to the dev team, but it takes time to be able to make changes. I will get there in the end!
Another solution is to use user profiles - each profile has a separate library, and only scan music of each kind into each one. This isn't ideal either, because you can only see or search one library at a time, and to switch profiles you have to have the TV on. I listen to music with my TV off, using Kore or Yatse on a tablet to control what is played. But profiles could work for you?
Quote:Honestly said, I don't think that there's high demand at the moment. But yes, in the long term it should be changed, because that way you would ensure consistency between the use of audio and video nodes. My approach works with video nodes, so why doesn't it so with audio nodes? This question will arise more often after having published officially "Kodi 16 Jarvis", particularly if the addition of audio nodes is actively promoted ("The Music Library and Files View for music have now been unified, similar to how video files and library are unified" --> well similar, but still not the same)
"The Music Library and Files View for music have now been unified, similar to how video files and library are unified" --> well similar, but still not the same)
Not sure where this is quoted from, I can see how it has been culled from a pull request description, but it does not mean what you think it does. The "unification" was a coding change that simplified things for skinnners and initially broke the file view. I hope we have restored file view functionality in the released version, and if we have then users shouldn't notice any change!
Custom music nodes have been available since Helix, they are not new.
Yes we are trying to promote the use of the music library with this release, and publicise that there are people trying to improve the music side of things, but there are only small changes in Jarvis.
Quote:My approach works with video nodes, so why doesn't it so with audio nodes?
I have probably given too much detail (I get over enthusiastic when I hear from another user interested in areas of Kodi that interest me). I think custom music nodes do work as well as the custom video nodes. Unfortunately it is too late for adding new features to Jarvis, so filtering artists and albums by path will have to wait until Krypton.
I would anticipate that all the songs for all the albums for an artist fall into one of your 3 categories - International (english-speaking) music, national music, and spanish. So the simple code change (inside Kodi) would enable you do do what you want, it is just a question of if you can wait for it.