Kodi Community Forum
Linux Tv/movie logos - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Linux Tv/movie logos (/showthread.php?tid=127172)



Tv/movie logos - tetzuoshima - 2012-03-30

Hi I have a problem with logos in Xbmc EDEN with Aeon Nox (2.0), I cant see them while browsing my library in xbmc, I checked on the server and the folder structure is.
TV/show name/
logo.png
backdrop.jpg
clearart.png
fanart.jpg
poster.jpg
banner.jpg
landscape.jpg
So clearly the logo.png is in the folder.

When I browse my show in xbmc its says in the xbmc.log
Code:
DEBUG: OpenDir - Using authentication url smb://server/serier/30%20Rock/extrafanart
ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://server/serier/30%20Rock/extrafanart'
unix_err:'d' error : 'Permission denied'
ERROR: GetDirectory - Error getting smb://server/serier/30 Rock/extrafanart/
NOTICE: Thread Jobworker start, auto delete: true
NOTICE: Previous line repeats 1 times.
DEBUG: GetImageHash - unable to stat url smb://server/serier/30 Rock/logo.png
DEBUG: GetImageHash - unable to stat url smb://server/serier/30 Rock//banner.jpg

When I run Artwork downloader it can store the logo.png in the same path.
Code:
WARNING: FileSmb::OpenForWrite() called with overwriting enabled! - smb://user:password@server/serier/30%20Rock/logo%2epng
DEBUG: CFileSMB::Close closing fd 10000
DEBUG: Artwork Downloader: [30 Rock] Copied successfully: smb://user:password@server/serier/30 Rock/logo.png

It seems that it fails to deliver the user and password when it tries to open the logo.png and banner.jpg, anyone have any suggestions?
Log : http://pastebin.com/6pzBucns


RE: Tv/movie logos - BigNoid - 2012-03-30

Are your samba credentials stored in passwords.xml in userdata? See the 'Network shares in file mode are empty' on the following page:
http://xbmc-commander.com/page2/page9/page9.html


RE: Tv/movie logos - tetzuoshima - 2012-03-30

(2012-03-30, 14:04)Big_Noid Wrote: Are your samba credentials stored in passwords.xml in userdata? See the 'Network shares in file mode are empty' on the following page:
http://xbmc-commander.com/page2/page9/page9.html

No it wasnt it was stored in sources.xml, followed your recomendation and removed it from sources and created a passwords.xml and now all is working! thank you!