Better Album Detection
Posted: Mon Mar 12, 2012 9:23 pm
<-------------------------Subsonic Help Request---------------------->
Problem Description: (Albums with Subfolder should be displayed correctly)
Subsonic Version: (Subsonic 4.x =< Build 2798 & 4.6 Final too)
Server Version: (jetty-6.1.x, java 1.6.0_31)
Hardware Platform: (Windows 7 64bit)
<-------------------------Subsonic Help Request---------------------->
I want to use Albums with Subfolders, for this i use for my Media Libary following Structures
Example Result:
If i make a Artistsearch, Subsonic find and display only Album 1** and only tracks from Album 2**.
I want to automatic detect and display also Album 2** correct with cover from Subfolder Disk1 or Disk2.
Workaround for displaying right: put Cover.png into the Album folder (But this should work automatically!)
How could this be done ?
best regards
Problem Description: (Albums with Subfolder should be displayed correctly)
Subsonic Version: (Subsonic 4.x =< Build 2798 & 4.6 Final too)
Server Version: (jetty-6.1.x, java 1.6.0_31)
Hardware Platform: (Windows 7 64bit)
<-------------------------Subsonic Help Request---------------------->
I want to use Albums with Subfolders, for this i use for my Media Libary following Structures
- Code: Select all
1** \Music\<Interpret>\[<Year>] <Album>\<Song#:2> <Interpret> - <Title>.<suffix>
2** \Music\<Interpret>\[<Year>] <Album>\Disk#:<Number>\<Song#:2> <Interpret> - <Title>.<suffix>
Example Result:
- Code: Select all
1** C:\Music\Adele\[2011] 21 (18 Track Edition)\01 Adele - Rolling In The Deep.mp3
2** C:\Music\Adele\[2008] 19 (Deluxe Edition)\Disk1\01 Adele - Daydreams.mp3
If i make a Artistsearch, Subsonic find and display only Album 1** and only tracks from Album 2**.
I want to automatic detect and display also Album 2** correct with cover from Subfolder Disk1 or Disk2.
Workaround for displaying right: put Cover.png into the Album folder (But this should work automatically!)
How could this be done ?
best regards