Luke 39667 Posted March 19, 2015 Posted March 19, 2015 Installation Instructions See http://emby.media/download 1
thefirstofthe300 292 Posted March 19, 2015 Posted March 19, 2015 Great job! This is a huge advancement to the project.
tisse 1 Posted March 29, 2015 Posted March 29, 2015 Hi, I tried to install Emby Server by following the instructions on http://mediabrowser.tv/download/. I am using a Cubox-i (see http://www.solid-run.com/) with a fresh xbian (see http://www.xbian.org) installed on it. xbian seems to be based on debian jessie. It seems that imagemagick-6.q8 libmagickwand-6.q8-2 libmagickcore-6.q8-2 are not part of the launchpad repository (http://ppa.launchpad.net/apps-z/mediabrowser/ubuntu/dists/trusty/main/binary-armhf/Packages) for armhf devices. Has anybody got an idea how to get these packages for armhf? At the moment I am running mediabrowser Server on an another cubox-i with arch installed. Thanks so far for your great work!
Perpetuum_Mobile 0 Posted March 30, 2015 Posted March 30, 2015 (edited) 2tisse It seems that in debian jessie imagemagick-6.q8, libmagickwand-6.q8-2, libmagickcore-6.q8-2 are gone, updated by imagemagick-6.q16, libmagickwand-6.q16-2, libmagickcore-6.q16-2. That's why official manual for Debian is not more valid, if you want to have no problems with regularly updates installing. I had to install Emby manually, making those steps: 1) installed dependencies (mostly got them from emby ubuntu package) aptitude install mono-runtime libc6 libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmediainfo0 libmono-corlib2.0-cil libmono-corlib4.5-cil libmono-microsoft-csharp4.0-cil libmono-posix4.0-cil libmono-security4.0-cil libmono-sharpzip2.84-cil libmono-system-configuration4.0-cil libmono-system-core4.0-cil libmono-system-data-linq4.0-cil libmono-system-data2.0-cil libmono-system-data4.0-cil libmono-system-drawing4.0-cil libmono-system-runtime-serialization4.0-cil libmono-system-servicemodel4.0a-cil libmono-system-transactions4.0-cil libmono-system-web4.0-cil libmono-system-windows-forms4.0-cil libmono-system-xml-linq4.0-cil libmono-system-xml4.0-cil libmono-system2.0-cil libmono-system4.0-cil libsqlite3-0 mono-devel libsqlite3-dev sqlite3 libmagickwand-6.q16-dev libmagickcore-6.q16-dev perlmagick libwebp5 2) downloaded MediaBrowser.Mono.zip wget https://raw.githubusercontent.com/MediaBrowser/MediaBrowser.Releases/master/Server/MediaBrowser.Mono.zip -O /tmp/MediaBrowser.Mono.zip 3) unpacked it into /opt/mediabrowser 4) gave it right permissions chown mediabrowser:mediabrowser /opt/mediabrowser -R 5) made sure, that's there is /var/lib/mediabrowser & has right permissions mkdir /var/lib/mediabrowserchown mediabrowser:mediabrowser /var/lib/mediabrowser -R 6) put config (from deb ubuntu package) to /etc/default & stop/run script to /etc/init.d 7) also made link from actual imagemagick lib in jessie to that old version that emby needs ln -s /usr/lib/i386-linux-gnu/libMagickWand-6.Q16.so /usr/lib/i386-linux-gnu/libMagickWand-6.Q8.so Edited April 2, 2015 by Perpetuum_Mobile
tisse 1 Posted April 1, 2015 Posted April 1, 2015 thank you Perpetuum_Mobile. I followed your instructions. But I can't get the mediabrowser up and running. Here is my log: 2015-04-01 17:40:33.0501 Info - Main: Emby Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.14.33.0 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /var/lib/mediabrowser Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe 2015-04-01 17:40:34.6393 Info - App: Application version: 3.0.5569.0 2015-04-01 17:40:35.1288 Info - App: Application configuration: {"EnableUPnP":true,"PublicPort":8096,"PublicHttpsPort":8920,"HttpServerPortNumber":8096,"HttpsPortNumber":8920,"EnableHttps":false,"EnableUserSpecificUserViews":false,"EnableInternetProviders":true,"IsPortAuthorized":false,"SeasonZeroDisplayName":"Specials","SaveLocalMeta":false,"EnableLocalizedGuids":false,"EnableLibraryMetadataSubFolder":false,"PreferredMetadataLanguage":"en","MetadataCountryCode":"US","SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"MinResumePct":5,"MaxResumePct":90,"MinResumeDurationSeconds":300,"RealtimeMonitorDelay":30,"EnableDashboardResponseCaching":true,"EnableDashboardResourceMinification":true,"MergeMetadataAndImagesByName":false,"EnableStandaloneMetadata":false,"ImageSavingConvention":"Compatible","MetadataOptions":[{"ItemType":"Book","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Movie","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Series","ImageOptions":[{"Type":"Backdrop","Limit":2,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicAlbum","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Disc","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicArtist","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Season","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]}],"EnableAutomaticRestart":true,"EnableRealtimeMonitor":true,"PathSubstitutions":[],"UICulture":"en-us","PeopleMetadataOptions":{"DownloadActorMetadata":true,"DownloadDirectorMetadata":true,"DownloadProducerMetadata":false,"DownloadWriterMetadata":false,"DownloadComposerMetadata":false,"DownloadOtherPeopleMetadata":false,"DownloadGuestStarMetadata":false},"FindInternetTrailers":true,"InsecureApps8":["Chromecast","iOS","Unknown app","MediaPortal","Media Portal","iPad","iPhone","Roku","Windows Phone"],"SaveMetadataHidden":false,"ContentTypes":[],"EnableAudioArchiveFiles":false,"EnableVideoArchiveFiles":false,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":false} 2015-04-01 17:40:35.1934 Info - App: Loading MediaBrowser.Api, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1934 Info - App: Loading MediaBrowser.WebDashboard, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1934 Info - App: Loading MediaBrowser.Model, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1934 Info - App: Loading MediaBrowser.Common, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1934 Info - App: Loading MediaBrowser.Controller, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.Providers, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.Common.Implementations, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.Server.Implementations, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.MediaEncoding, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.Dlna, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.LocalMetadata, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.XbmcMetadata, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1948 Info - App: Loading MediaBrowser.IsoMounting.Linux, Version=1.0.5131.24779, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1951 Info - App: Loading MediaBrowser.Server.Mono, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:35.1951 Info - App: Loading MediaBrowser.Server.Startup.Common, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-01 17:40:36.1293 Info - SqliteUserRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/users.db 2015-04-01 17:40:36.4506 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/chapters.db 2015-04-01 17:40:36.4830 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/mediainfo.db 2015-04-01 17:40:36.5481 Info - SqliteFileOrganizationRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/fileorganization.db 2015-04-01 17:40:36.5985 Info - AuthenticationRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/authentication.db 2015-04-01 17:40:36.6688 Info - SyncRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/sync14.db 2015-04-01 17:40:37.0562 Info - ImageProcessor: ImageMagick version: ImageMagick 6.8.9-9 Q16 arm 2015-01-05 http://www.imagemagick.org 2015-04-01 17:40:37.1401 Error - ImageProcessor: Error loading webp: *** Error Report *** Version: 3.0.5569.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.14.33.0 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /var/lib/mediabrowser Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe delegate failed `"cwebp" -quiet -q %Q "%i" -o "%o"' @ error/delegate.c/InvokeDelegate/1310 ImageMagickSharp.WandException at ImageMagickSharp.WandCore`1[ImageMagickSharp.MagickWand].CheckError (Boolean status) [0x00000] in <filename unknown>:0 at ImageMagickSharp.MagickWand.SaveImage (System.String path) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Implementations.Drawing.ImageProcessor.TestWebp () [0x00000] in <filename unknown>:0 2015-04-01 17:40:37.4662 Error - Main: UnhandledException *** Error Report *** Version: 3.0.5569.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.14.33.0 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /var/lib/mediabrowser Mono: 3.2.8 (Debian 3.2.8+dfsg-10) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe One or more errors occured System.AggregateException at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Mono.MainClass.RunApplication (MediaBrowser.Server.Implementations.ServerApplicationPaths appPaths, ILogManager logManager, MediaBrowser.Server.Startup.Common.StartupOptions options) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0 InnerException: System.ApplicationException Unable to download required components. Please try again later. at MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegDownloader+<DownloadFFMpeg>d__22.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegDownloader+<GetFFMpegInfo>d__9.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegInfo].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<RegisterMediaEncoder>d__35.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<RegisterResources>d__1e.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Common.Implementations.BaseApplicationHost`1+<Init>d__4[MediaBrowser.Server.Implementations.ServerApplicationPaths].MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<Init>d__5.MoveNext () [0x00000] in <filename unknown>:0 Has anybody got an idea what is missing? Thank you! 1
jabbera 23 Posted April 1, 2015 Posted April 1, 2015 Unable to download required components. Please try again later. Give it another try. Your mono is also very old. 3.10.0 is recommended.
Perpetuum_Mobile 0 Posted April 2, 2015 Posted April 2, 2015 Error - ImageProcessor: Error loading webp: try to install libwebp5 Your mono is also very old. 3.10.0 is recommended. my mono-runtime version is 3.2.8+dfsg-10 it's enough to run emby ps aux|grep mediabrowser ~mediabr+ 1199 1.4 2.2 353488 186416 ? Sl Мар31 37:35 /usr/bin/mono MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser
thefirstofthe300 292 Posted April 2, 2015 Posted April 2, 2015 It looks like ImageMagick is erroring when loading webp. What webp version do you have? I doubt the problem is with Mono in this case. P.S. If you plan on using SSL at anypoint in the near future, you will need to update to at least version 3.4, but if you are going to update manually, you might as well go all the way to 3.10.
jabbera 23 Posted April 2, 2015 Posted April 2, 2015 Webp should be a non issue per Luke http://emby.media/community/index.php?/topic/19803-error-loading-webp/?hl=%2Berror+%2Bloading+%2Bwebp The reason you are crashing is ffmpeg can't be downloaded: Unable to download required components. Please try again later. at MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegDownloader+<DownloadFFMpeg>d__22.MoveNext () [0x00000] in <filename unknown>:0
thefirstofthe300 292 Posted April 2, 2015 Posted April 2, 2015 (edited) I know that the server falls back to other formats in the even of webp not being on the system. I was thinking that ImageMagick was crashing trying to load webp and when ImageMagick crashed the server crashed. FFMpeg would definitely be a problem though. Edited April 2, 2015 by DaBungalow
jabbera 23 Posted April 2, 2015 Posted April 2, 2015 I know that the server falls back to other formats in the even of webp not being on the system. I was thinking that ImageMagick was crashing trying to load webp and when ImageMagick crashed the server crashed. FFMpeg would definitely be a problem though. Nope. Missing webp should fallback to alternative, but less efficient mechanism. Also that exception is handled, notice the exception around FFMpeg is labeled unhanded: 2015-04-01 17:40:37.4662 Error - Main: UnhandledException
tisse 1 Posted April 2, 2015 Posted April 2, 2015 Hello all together, thanks for your help so far. I did the following: I installed webp and ffmpeg which has not been installed yet. I updatete mono my imagemagick version is 8:6.8.9.9-5 The unhandled exeption is still there. Here is my last log file: 2015-04-02 19:50:05.2980 Info - Main: Emby Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.14.33.0 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /var/lib/mediabrowser Mono: 3.12.1 (tarball Fri Mar 6 23:28:08 UTC 2015) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe 2015-04-02 19:50:06.6814 Info - App: Application version: 3.0.5569.0 2015-04-02 19:50:07.1978 Info - App: Application configuration: {"EnableUPnP":true,"PublicPort":8096,"PublicHttpsPort":8920,"HttpServerPortNumber":8096,"HttpsPortNumber":8920,"EnableHttps":false,"EnableUserSpecificUserViews":false,"EnableInternetProviders":true,"IsPortAuthorized":false,"SeasonZeroDisplayName":"Specials","SaveLocalMeta":false,"EnableLocalizedGuids":false,"EnableLibraryMetadataSubFolder":false,"PreferredMetadataLanguage":"en","MetadataCountryCode":"US","SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"MinResumePct":5,"MaxResumePct":90,"MinResumeDurationSeconds":300,"RealtimeMonitorDelay":30,"EnableDashboardResponseCaching":true,"EnableDashboardResourceMinification":true,"MergeMetadataAndImagesByName":false,"EnableStandaloneMetadata":false,"ImageSavingConvention":"Compatible","MetadataOptions":[{"ItemType":"Book","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Movie","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Series","ImageOptions":[{"Type":"Backdrop","Limit":2,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicAlbum","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Disc","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicArtist","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Season","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]}],"EnableAutomaticRestart":true,"EnableRealtimeMonitor":true,"PathSubstitutions":[],"UICulture":"en-us","PeopleMetadataOptions":{"DownloadActorMetadata":true,"DownloadDirectorMetadata":true,"DownloadProducerMetadata":false,"DownloadWriterMetadata":false,"DownloadComposerMetadata":false,"DownloadOtherPeopleMetadata":false,"DownloadGuestStarMetadata":false},"FindInternetTrailers":true,"InsecureApps8":["Chromecast","iOS","Unknown app","MediaPortal","Media Portal","iPad","iPhone","Roku","Windows Phone"],"SaveMetadataHidden":false,"ContentTypes":[],"EnableAudioArchiveFiles":false,"EnableVideoArchiveFiles":false,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":false} 2015-04-02 19:50:07.2621 Info - App: Loading MediaBrowser.Api, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2621 Info - App: Loading MediaBrowser.WebDashboard, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2621 Info - App: Loading MediaBrowser.Model, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2621 Info - App: Loading MediaBrowser.Common, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2621 Info - App: Loading MediaBrowser.Controller, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.Providers, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.Common.Implementations, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.Server.Implementations, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.MediaEncoding, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.Dlna, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.LocalMetadata, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.XbmcMetadata, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.IsoMounting.Linux, Version=1.0.5131.24779, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.Server.Mono, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:07.2636 Info - App: Loading MediaBrowser.Server.Startup.Common, Version=3.0.5569.0, Culture=neutral, PublicKeyToken=null 2015-04-02 19:50:08.2221 Info - SqliteUserRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/users.db 2015-04-02 19:50:08.6147 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/chapters.db 2015-04-02 19:50:08.6999 Info - SqliteItemRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/mediainfo.db 2015-04-02 19:50:08.8250 Info - SqliteFileOrganizationRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/fileorganization.db 2015-04-02 19:50:08.9430 Info - AuthenticationRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/authentication.db 2015-04-02 19:50:09.0829 Info - SyncRepository: Sqlite 3.8.7.1 opening /var/lib/mediabrowser/data/sync14.db 2015-04-02 19:50:09.5638 Info - ImageProcessor: ImageMagick version: ImageMagick 6.8.9-9 Q16 arm 2015-01-05 http://www.imagemagick.org 2015-04-02 19:50:09.9660 Error - Main: UnhandledException *** Error Report *** Version: 3.0.5569.0 Command line: /opt/mediabrowser/MediaBrowser.Server.Mono.exe -programdata /var/lib/mediabrowser Operating system: Unix 3.14.33.0 Processor count: 4 64-Bit OS: False 64-Bit Process: False Program data path: /var/lib/mediabrowser Mono: 3.12.1 (tarball Fri Mar 6 23:28:08 UTC 2015) Application Path: /opt/mediabrowser/MediaBrowser.Server.Mono.exe One or more errors occurred System.AggregateException at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Mono.MainClass.RunApplication (MediaBrowser.Server.Implementations.ServerApplicationPaths appPaths, ILogManager logManager, MediaBrowser.Server.Startup.Common.StartupOptions options) [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0 InnerException: System.ApplicationException Unable to download required components. Please try again later. at MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegDownloader+<DownloadFFMpeg>d__22.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegDownloader+<GetFFMpegInfo>d__9.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Server.Startup.Common.FFMpeg.FFMpegInfo].GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<RegisterMediaEncoder>d__35.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<RegisterResources>d__1e.MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Common.Implementations.BaseApplicationHost`1+<Init>d__4[MediaBrowser.Server.Implementations.ServerApplicationPaths].MoveNext () [0x00000] in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0 at MediaBrowser.Server.Startup.Common.ApplicationHost+<Init>d__5.MoveNext () [0x00000] in <filename unknown>:0 does anybody have another idea what could be the problem?
tisse 1 Posted April 2, 2015 Posted April 2, 2015 Hi, I am not sure if I know what you mean. It is an armhf device with debian jessie installed.
Luke 39667 Posted April 2, 2015 Author Posted April 2, 2015 ok, we have not yet added an ffmpeg build for arm. you'll need to supply it and start the server with command line arguments indicating the path to ffmpeg and ffprobe: http://emby.media/community/index.php?/topic/3634-linux-setup/
tisse 1 Posted April 3, 2015 Posted April 3, 2015 Hello everybody, everything seems to work fine now. As described in Luke's link I added the path for ffmpeg and ffprobe to my commandline arguments. Thank you very much.
Luke 39667 Posted April 3, 2015 Author Posted April 3, 2015 Hello everybody, everything seems to work fine now. As described in Luke's link I added the path for ffmpeg and ffprobe to my commandline arguments. Thank you very much. did you build ffmpeg on your own? 1
immortal 0 Posted April 3, 2015 Posted April 3, 2015 Hi everyone Got it all working except ffprobe. Whenever I go to install it I get... Package ffprobe is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'ffprobe' has no installation candidate Any help would be appreciated, cheers.
jabbera 23 Posted April 3, 2015 Posted April 3, 2015 FFProbe is usually installed as part of the ffmpeg package. Just type ffprobe from the command line to check. 1
tisse 1 Posted April 5, 2015 Posted April 5, 2015 did you build ffmpeg on your own? no, I used the repository from http://www.deb-multimedia.org
bobby21 4 Posted April 8, 2015 Posted April 8, 2015 (edited) After banging my head against a wall for a while, I realised that this is only for Debian Testing not for Stable... the downloads page is misleading, 'Debian' should mean Stable. I run OMV on my Debian box and the OMV plugin wasn't working, so I tried manually installing... turns out that Stable is now completely unsupported by the OMV guys because of ImageMagick. Edited April 8, 2015 by bobby21
tekkb 13 Posted April 11, 2015 Posted April 11, 2015 (edited) 2ND post on this thread will help out Debian Wheezy amd64 users: http://forums.openmediavault.org/index.php/Thread/6033-openmediavault-mediabrowser-plugin-currently-v1-10-0/?pageNo=23#post76116 The ownership of your config files may be different than what is used by OMV. That is only difference you should encounter to get it working. Make sure you chown your config files the same as other files in your /opt/mediabrowser directory. Edited April 11, 2015 by tekkb 2
BzRtY 0 Posted May 8, 2015 Posted May 8, 2015 I am running Debian Jessie on a tvheadend server. Now I want to install Emby. On ubuntu I had it running a month ago, but on debian it won't work for me.. I followed the tutorial from the emby website (written under downloads-server-linux-debian) # install dependencies root@TV-Server:/etc/apt/sources.list.d# sudo apt-get install -qy --force-yes libmono-cil-dev mediainfo wget libsqlite3-dev libc6-dev imagemagick-6.q8 libmagickwand-6.q8-2 libmagickcore-6.q8-2Reading package lists...E: Type '‘deb' is not known on line 1 in source list /etc/apt/sources.list.d/testing.listE: The list of sources could not be read.E: The package lists or status file could not be parsed or opened Also for the backports.list file it gives an error. If I open these files in WINCSP i see some weird caracters. Is there someone that can help me?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now