- - i'm a linux newbee
- i'm running pms 1.72.0 on a unraid server (linux slackware)
- i install pms from the guide here http://lime-technology.com/wiki/index.php/PS3_Media_Server ffmpeg links were broken i hardly find some other packages from google
- and rendering on samsung smart tv
- expect these erorrs (and no thumnails i dont know why, can it be because off the third error?) pms is running
1) Some folders are empty and some folders are missing. Missing folders have turkish characters in it and empty folders originaly contains files that have turkish characters in file name.
as advised here http://www.ps3mediaserver.org/forum/viewtopic.php?f=3&t=9205 i try to add the lines to pms.sh but after editing the pms.sh (i'm editing with wordpad not with notepad or word as advised) program didn't start. And also when i delete that lines from the pms.sh problem continues until i replace with the original pms.sh.
and i also i add some lines to pms.conf about language and encoding but nothing changes.
- Code: Select all
language = tr
thumbnails = true
image_thumbnails = true
usecache = true
alternativeffmpegpath = /boot/custom/usr/share/packages/ps3mediaserver/linux
mencoder_ass = true
folders = /mnt/user/Media
audiobitrate = 640
mencoder_usepcm = false
mencoder_mt = false
tsmuxer_preremux_pcm = true
mencoder_remux_ac3 = true
mencoder_encode = keyint=1:vqscale=1:vqmin=2
pmsxbmc.video.mysql.host =192.168.10.101
pmsxbmc.video.mysql.port =3306
pmsxbmc.video.mysql.db =xbmc_video
pmsxbmc.video.mysql.user =xbmc
pmsxbmc.video.mysql.pass =xbmc
charsetencoding =857
2) i m also runnging xbmc and i install the pms xbmc plugin. Mysql database connection is ok now i can see my database from the tv but files are missing and there is a folder named something like "missing files".
i use samba shares for my files can it be the reason? Paths are like smb://Tower/Media/Film HD/....
3) i see some errors in debug log about libzen and libmediainfo as seen below.
- Code: Select all
INFO 2013-03-05 20:30:41.778 [main]
WARN 2013-03-05 20:30:41.848 [main] Error loading libzen: Unable to load library 'zen': libzen.so: cannot open shared object file: No such file or directory
INFO 2013-03-05 20:30:41.848 [main] Loading MediaInfo library
INFO 2013-03-05 20:30:41.858 [main] Error loading MediaInfo library: Unable to load library 'mediainfo': libmediainfo.so: cannot open shared object file: No such file or directory
INFO 2013-03-05 20:30:41.859 [main] Make sure you have libmediainfo and libzen installed
INFO 2013-03-05 20:30:41.859 [main] The server will now use the less accurate ffmpeg parsing method
i find these packages from here http://pkgs.org/slackware-13.37/slacky-i486/libmediainfo-0.7.46-i486-1sl.txz/download/ http://pkgs.org/slackware-13.37/slacky-i486/libzen-0.4.20-i486-1sl.txz.html and copy them to mencoder folder edit the go file to install the txz files but this does not solve the problem. The error in the debug.log changes to missing GLIBCXX_3.4.11 file as seen below.
- Code: Select all
WARN 2013-03-07 00:11:29.346 [main] Error loading libzen: Unable to load library 'zen': /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libzen.so.0)
INFO 2013-03-07 00:11:29.347 [main] Loading MediaInfo library
INFO 2013-03-07 00:11:29.358 [main] Error loading MediaInfo library: Unable to load library 'mediainfo': /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/libzen.so.0)
INFO 2013-03-07 00:11:29.359 [main] Make sure you have libmediainfo and libzen installed
INFO 2013-03-07 00:11:29.359 [main] The server will now use the less accurate ffmpeg parsing method
Thanks.
