MamasBoyGitHub / universal-media-server

Automatically exported from code.google.com/p/universal-media-server
GNU General Public License v2.0
0 stars 0 forks source link

Not all the media are visible on the TV #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Before everything was working. I have noticed this problem on windows 32bit 
where some folders do not apper on the samsung tv and I thought it was related 
to the 32-bit architecture and size of the files.

I have tried on linux and now I have the same issue but one week ago was 
working properly on linux 64bit.

Are you aware of any similar problem. I have recentely removed openjdk in favor 
of oracle java 7 using webupd8team repository. Could be the reason? Some 
incompatibility with sun-java? Both windows and linux are now using it.

The problem affect both ums and pms

Original issue reported on code.google.com by luigi.ro...@gmail.com on 24 Aug 2013 at 11:58

GoogleCodeExporter commented 8 years ago
Defect 69 could be linked to this bug. Apparently by installing those libraries 
(libmediainfo0 libtinyxml2-0.0.0 and libzen0 not installed by default) on 
ubuntu 13.04 causes the problem. The new parsing method does not work properly. 
How can I solve on Windows?

with libraries:
INFO  2013-08-25 01:41:33.316 [main] Loading MediaInfo library
INFO  2013-08-25 01:41:33.404 [main] Loaded MediaInfoLib - v0.7.59

without libraries: 
INFO  2013-08-25 01:50:18.054 [main] Error loading MediaInfo library: Unable to 
load library 'mediainfo': libmediainfo.so: impossibile aprire il file oggetto 
condiviso: File o directory non esistente
INFO  2013-08-25 01:50:18.056 [main] Make sure you have libmediainfo and libzen 
installed
INFO  2013-08-25 01:50:18.062 [main] The server will now use the less accurate 
FFmpeg parsing method

Original comment by luigi.ro...@gmail.com on 25 Aug 2013 at 12:01

GoogleCodeExporter commented 8 years ago
We are switching over to GitHub for our issue tracking.
Future updates to this issue will be at the following link:
https://github.com/UniversalMediaServer/UniversalMediaServer/issues/186

Original comment by subjunk on 26 Nov 2013 at 3:28