2009-05-29, 02:25
Greetings to the XBMC community! I do not use ID3 metadata tags and all my music files are organized by folders in the following structure; (Genre\Artist\Track.mp3), For example "80s \ Depeche Mode \ Pimpf.mp3".
I am not able to use $INFO " MusicPlayer.Artist" and " MusicPlayer.Genre" due to how my music files are organized. Only the %T title name info works (MusicPlayer.Title).
I wonder if it is possible to filter my folder structure and tell XBMC how my files are organized. The closest option that I could find was "musicfilenamefilters" in the advanced settings.xml but that option is only usable when it comes to filenames and not folders if I'm not wrong. I've tried to use "\" backslash or / to mark the folders in XBMC but without any success. ex:
<musicfilenamefilters>
<filter> %G \%A \%T</filter>
</musicfilenamefilters>
I would appreciate any help on this issue. Cheers
I am not able to use $INFO " MusicPlayer.Artist" and " MusicPlayer.Genre" due to how my music files are organized. Only the %T title name info works (MusicPlayer.Title).
I wonder if it is possible to filter my folder structure and tell XBMC how my files are organized. The closest option that I could find was "musicfilenamefilters" in the advanced settings.xml but that option is only usable when it comes to filenames and not folders if I'm not wrong. I've tried to use "\" backslash or / to mark the folders in XBMC but without any success. ex:
<musicfilenamefilters>
<filter> %G \%A \%T</filter>
</musicfilenamefilters>
I would appreciate any help on this issue. Cheers