jordevorstenbosch / xbmc-crestron

Automatically exported from code.google.com/p/xbmc-crestron
1 stars 1 forks source link

Incorrect handle of TV banners with SMB source #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use smb source for tv (eg NAS)

What is the expected output? What do you see instead?
expect = //NAS/folder/banner.jpg/
seen = http://192.168.1.17:8080/image/i

What version of the product are you using? On what operating system?
1.02

Please provide any additional information below.
lines in simpl debug are:
1:56 - 04-01-2013: [SIMPL+ Trace] : Received: 2630 bytes, 
{"id":22,"jsonrpc":"2.0","result":{"limits":{"end":6,"start":0,"total":53},"tvsh
ows":[{"art":{"banner":"image://smb%3a%2f%2fPHENOMFX%2fAvi(H)%2fAvi%20Heaven%2fT
v%2f30%20Rock%2fbanner.jpg/","fanart":"i
17:21:56 - 04-01-2013: XBMC_List_Summary$ -> 1 to 6 of 53
17:21:56 - 04-01-2013: XBMC_Banner_1 -> http://192.168.1.17:8080/image/i

Original issue reported on code.google.com by constant...@gmail.com on 1 Apr 2013 at 8:07

GoogleCodeExporter commented 9 years ago
This is expected behaviour. All thumbnail uris are not uri-encoded.

See http://forum.xbmc.org/showthread.php?tid=68263&pid=1144737#pid1144737

Original comment by neil.car...@gmail.com on 18 Dec 2013 at 10:59