get folder path from didl res element
#1
hello
the android application i am using : bubbleup is generating dpl files and i would like to convert them to m3u.
the path of the file is set in the "res" element of a didl xml doc.

here is an example :

the "res" element in the xml is :
http://192.168.2.32:1961/%25/895519FCC53...520Sea.mp3

it looks like the folder is encrypted as :
895519FCC53663234161D6CC2CD162C5

but on the hard drive, the real absolute location of the file is :
/media/medias/Music/Dicky Wells and His Orchestra/Dicky Wells and His Orchestra - Between the Devil and the Deep Blue Sea.mp3

and the corresponding path and strHash entry in MyMusic52.db file are :
/media/medias/Music/Dicky Wells and His Orchestra/
75ECA904FDDE32F1C2CDB21C1243BA2F

how to get the path of the folder of the song from the "res" value ("895519FCC53663234161D6CC2CD162C5") ?
Reply
#2
I have no idea what BubbleUPnP is doing to present their paths over UPnP. You will have to ask them to find out.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
this path is given by kodi to bubbleup.
if using soap to ask kodi to give me the songs by the ContentDirectory service, the kodi's answer is giving me this path.
to see the strHash value, i am requesting the ~/.kodi/userdata/Database/MyMusic52.db but maybe there is another "global" db somewhere else ?
Reply

Logout Mark Read Team Forum Stats Members Help
get folder path from didl res element0