View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009121 | MMW v4 | Main Panel | public | 2012-02-10 21:51 | 2012-02-14 00:32 |
Reporter | zvezdan | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 4.0 | ||||
Summary | 0009121: Servers from Some_Collection/Media Server branch doesn't display any sub-folders | ||||
Description | I have UPnP server with some tracks in Music, Music\Blues and Music\Rock folders. However, the Media tree displays all tracks from those folders inside of one node. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
Something like this was already fixed? |
|
Zvezdan, I am not sure that I understand, are you talking about UPnP tracks added to library and presented in Collection/Location/Media Servers node? Could you attach a small screengrap? |
|
Yes, I am talking about tracks from the Media Servers node inside of any collections: Entire Library, Music... Take a look at the screenshot, Media Servers node in the root of the tree has sub-folders, but not the Media Servers node inside of collection. In the Path column of the tracklist you could see that some files are from sub-folders of that UPnP server. http://img826.imageshack.us/img826/7554/upnpfolders.png |
|
OK, this is a low priority issue and is not generally fixable. Some servers (like MediaMonkey server) presents track URL as http://IP:Port/TrackID.mp3 but presents the same track in various locations when browsing the server. The locations can change dynamically as they are just virtual containers, so it doesn't make sense to store them in the MM.DB |
|
> The locations can change dynamically How the location could change dynamically if I have fixed structure of folders in the UPnP server? > it doesn't make sense to store them in the MM.DB You already have them stored in the MM.DB. Here is the track stored in the Path field of the Songs table: uuid://79ebf701-e4d2-0a70-e5a5-de0405d58264/0/0/Music/Dance/Deepface%20-%20I%20Want%20to%20Live%20%5BOriginal%20Radio%20Edit%5D.mp3 That path already contains folders which cannot be changed dynamically without breaking the link to the file. |