I'm not sure if this is due to how the BD390, WMS or simply how the UPnP/DLNA standard works.
Scenario:
The BD390 is on, either watching a movie or simply displaying a shared folder.
A rescan happens i WMS (either on schedule, manually or triggered by a new file or file being removed).
Going to "parent folder" or a sub folder in the DB390 takes me to a totally different place, or sometimes, gives an error message.
It seems to me that rather than working with paths the device is using something like an index in an array or something similar. After a rescan it seems the indexes get changed (reordered) and the causes folder navigation to get all mixed up.
My theory:
Before rescan the data is something like this:
data[0] = "Movies/Watched Folders/"
data[1] = "Movies/Watched Folders/Series/"
data[2] = "Movies/Watched Folders/Series/BigBangTheory"
data[3] = "Movies/Watched Folders/Series/BigBangTheory/S03"
After a rescan a new folder called ABetterLife has been detected and added:
data[0] = "Movies/Watched Folders/"
data[1] = "Movies/Watched Folders/Series/"
data[2] = "Movies/Watched Folders/Series/ABetterLife
data[3] = "Movies/Watched Folders/Series/BigBangTheory"
data[4] = "Movies/Watched Folders/Series/BigBangTheory/S03"
If the player was in the folder Series before the rescan and I click the subfolder "BigBangTheory" the player just goes to index 2 and ends up in ABetterLife instead of BigBangTheory.
Is this behaviour due to the LD BD390, WMS or simply a weakness in the UPnP/DLNA protocols?
LG BD390 rescan problems
Re: LG BD390 rescan problems
It is difficult to say anything definite. Identifiers directories not related to their position. WMS said client devices that have changed the directory. Signed LG to these changes, I do not know. If you provide a debug log, I'll check what happens.paaland wrote:I'm not sure if this is due to how the BD390, WMS or simply how the UPnP/DLNA standard works.
Scenario:
The BD390 is on, either watching a movie or simply displaying a shared folder.
A rescan happens i WMS (either on schedule, manually or triggered by a new file or file being removed).
Going to "parent folder" or a sub folder in the DB390 takes me to a totally different place, or sometimes, gives an error message.
It seems to me that rather than working with paths the device is using something like an index in an array or something similar. After a rescan it seems the indexes get changed (reordered) and the causes folder navigation to get all mixed up.
My theory:
Before rescan the data is something like this:
data[0] = "Movies/Watched Folders/"
data[1] = "Movies/Watched Folders/Series/"
data[2] = "Movies/Watched Folders/Series/BigBangTheory"
data[3] = "Movies/Watched Folders/Series/BigBangTheory/S03"
After a rescan a new folder called ABetterLife has been detected and added:
data[0] = "Movies/Watched Folders/"
data[1] = "Movies/Watched Folders/Series/"
data[2] = "Movies/Watched Folders/Series/ABetterLife
data[3] = "Movies/Watched Folders/Series/BigBangTheory"
data[4] = "Movies/Watched Folders/Series/BigBangTheory/S03"
If the player was in the folder Series before the rescan and I click the subfolder "BigBangTheory" the player just goes to index 2 and ends up in ABetterLife instead of BigBangTheory.
Is this behaviour due to the LD BD390, WMS or simply a weakness in the UPnP/DLNA protocols?
Re: LG BD390 rescan problems
Hm, not sure what you meant there Eugene. But if you tell me how to create a debug log I'll send it to you.
Re: LG BD390 rescan problems
Sorry, http://www.wildmediaserver.com/forum/vi ... p=833#p833paaland wrote:Hm, not sure what you meant there Eugene. But if you tell me how to create a debug log I'll send it to you.