makarai 109 Posted November 30, 2018 Posted November 30, 2018 Glad it worked out! Enjoy your weekend. If you have more questions just ask! 1
RCleveland 4 Posted December 1, 2018 Posted December 1, 2018 (edited) You saved me a ton of time and frustration on this issue. Thanks! Hi Luke, Cross-referencing this thread: https://emby.media/community/index.php?/topic/61942-shared-object-library-not-found-for-ffmpeg-on-3602/page-3 - I noticed I was also having the shared library missing issue, along with some errors with ffprobe not being able to scan files, etc. In my case I am using quarterly packages already but it looks like the x264 package was just updated to .155 in there as well so, problems. I think the reason ffmpeg "worked" before for me was because the transcodes I tried weren't with h.264 video essences. When I forced Emby to transcode everything by lowering the settings I ran in to ffmpeg failures there. Aha. So, I compiled ffmpeg using the port, and configured it with the options Emby needs. I tried some manual encodes via shell and they worked. Then I switched the paths Emby uses for ffmpeg and ffprobe in the launcher script. At first, this didn't work for me - same problems - but then I realized I forgot that the script exports the library path and so it was still using the same libraries Emby installed for ffmpeg I changed that as well and now everything works. ffprobe can scan video files, transcoding works, and so does Roku thumb generation. It's been running steadily for 12 hours now, plowing through my collection. So (as you probably already know) something is off with the libraries the Emby pkg is installing. I'm on the .33 beta now btw. For others who run in to this and want a temporary fix (apologies if you are already familiar with FreeBSD): Install ffmpeg from the port. You'll need to do Portsnap fetch & extract if you haven't already, then go to /usr/ports/multimedia/ffmpeg and run make install clean. When asked, select the configuration options Emby needs (libass, lame, opus, x265 plus the defaults) and compile. You could just install the ffmpeg package, which is simpler, but if I'm not mistaken the FreeBSD pkg isn't built with all the options needed. ffmpeg will be installed in /usr/local/bin, and libraries in /usr/local/lib. These won't conflict with the Emby install, btw, when it's fixed. Now edit the startup script /usr/local/etc/rc.d/emby-server . Change the emby_server_ffmpeg and emby_server_ffprobe lines (there are two each) to /usr/local/bin instead of /usr/local/opt/emby-server/bin . And change export LD_LIBRARY_PATH=/usr/local/opt/emby-server/lib to export LD_LIBRARY_PATH=/usr/local/lib . Then restart Emby server. Note this is temporary - upgrading Emby will overwrite the startup script and set it back to the defaults - but it'll get things going until whatever the specific library or other issue with the ffmpeg package installed with the Emby package is. Edited December 1, 2018 by RCleveland
Townsey 1 Posted December 5, 2018 Posted December 5, 2018 (edited) Sorry if this is not the right place to post this query and be kind enough to point me in the right direction. Subtitle problem with Emby Version 3.6.0.73 FreeNAS-11.2-RC2 Open Subtitles.org does not have many subtitles in Danish so I am wondering if this is normal when a title cannot be found on the data base. Extract below: 2018-12-05 15:48:05.119 Error SubtitleManager: Error downloading subtitles from Open Subtitles *** Error Report *** Version: 3.6.0.73 Command line: /usr/local/lib/emby-server/system/EmbyServer.exe -os freebsd -ffdetect /usr/local/lib/emby-server/bin/ffdetect -ffmpeg /usr/local/lib/emby-server/bin/ffmpeg -ffprobe /usr/local/lib/emby-server/bin/ffprobe -programdata /var/db/emby-server -updatepackage emby-server-freebsd_{version}_amd64.txz Operating system: Unix 11.2.0.0 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 5.10.1.57 (5.10.1.57 Thu Oct 25 02:19:20 UTC 2018) Processor count: 2 Program data path: /var/db/emby-server Application directory: /usr/local/lib/emby-server/system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Error: ConnectFailure (Connection timed out) at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__18.MoveNext () [0x0028a] in <bd5228fdf6e6472797b4c1226ea24260>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsync>d__15.MoveNext () [0x0009e] in <bd5228fdf6e6472797b4c1226ea24260>:0 --- End of stack trace from previous location where exception was thrown --- This goes on until the scan which was taking 4-5 hours (I have stopped it) has finished no subtitles are downloaded and my thinking is that there must be some. The jail is (I think) setup properly after some good help the other day. Any pointers please. Edited December 5, 2018 by Townsey
Luke 42077 Posted December 5, 2018 Author Posted December 5, 2018 Please attach the complete emby server log. Thanks.
Luke 42077 Posted December 5, 2018 Author Posted December 5, 2018 The error in your log has nothing to do with subtitles. What exactly is your question?
Townsey 1 Posted December 5, 2018 Posted December 5, 2018 (edited) Ok I a novice at Emby it toook me a while to find it as they are now of course hidden away in the iocage. So forgive me that I sent the wrong log file. This one is the one before before a I rebooted everything and does have references to Subtiles, hopefully its the right one. If not please point me in easy terms where it is. embyserver-63679626307.txt Edited December 5, 2018 by Townsey
Luke 42077 Posted December 5, 2018 Author Posted December 5, 2018 Hi there, did you forget to attach a log file?
Townsey 1 Posted December 5, 2018 Posted December 5, 2018 Hi there, did you forget to attach a log file? No it is there
Townsey 1 Posted December 7, 2018 Posted December 7, 2018 Any feed back on my problem or have we all moved on?
makarai 109 Posted December 7, 2018 Posted December 7, 2018 Any feed back on my problem or have we all moved on? hmm, what exacly was your problem/not working. You could first update to the latest beta as well, is it subtitle downloading or what? did you sign up to opensubtitles and filled out the login form ?
Townsey 1 Posted December 7, 2018 Posted December 7, 2018 Well I attched a logfile to a previous post and asked if it was the correct one that has had 3 downloads. So either it is the wrong file or contains the wrong information, I was hoping for guidance if it was not the correct file. The problem is Subtitles in Danish not being downloaded, my log in to Open subtitles.org is correct as I can log in to the website the same settings are in the Emby setup. there are not so many subtitles for film in Danish so I expect some that are not able to downloaded but not everyone. Would you like to submit what I think is the correct log file again that is now of course hidden away in an Iocage jail. Tonight the database is trying again automatically to downloa subtitles but is failing to do so. This an edit from the log file 2018-12-07 23:48:23.074 Error SubtitleManager: Error downloading subtitles from Open Subtitles *** Error Report *** Version: 3.6.0.73 Command line: /usr/local/lib/emby-server/system/EmbyServer.exe -os freebsd -ffdetect /usr/local/lib/emby-server/bin/ffdetect -ffmpeg /usr/local/lib/emby-server/bin/ffmpeg -ffprobe /usr/local/lib/emby-server/bin/ffprobe -programdata /var/db/emby-server -updatepackage emby-server-freebsd_{version}_amd64.txz Operating system: Unix 11.2.0.0 64-Bit OS: True 64-Bit Process: True User Interactive: False Mono: 5.10.1.57 (5.10.1.57 Thu Oct 25 02:19:20 UTC 2018) Processor count: 2 Program data path: /var/db/emby-server Application directory: /usr/local/lib/emby-server/system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Error: ConnectFailure (Connection timed out) at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__18.MoveNext () [0x0028a] in <bd5228fdf6e6472797b4c1226ea24260>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsync>d__15.MoveNext () [0x0009e] in <bd5228fdf6e6472797b4c1226ea24260>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at OpenSubtitles.OpenSubtitleDownloader+<SendRequestAsync>d__40.MoveNext () [0x0014f] in <29ff81f0745b45eb966f4c361e8289a4>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at OpenSubtitles.OpenSubtitleDownloader+<Login>d__27.MoveNext () [0x000e1] in <29ff81f0745b45eb966f4c361e8289a4>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at OpenSubtitles.OpenSubtitleDownloader+<Search>d__33.MoveNext () [0x0010e] in <29ff81f0745b45eb966f4c361e8289a4>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at MediaBrowser.Providers.Subtitles.SubtitleManager+<SearchSubtitles>d__15.MoveNext () [0x001c7] in <124c073d41bd44d78edc29a8a1b83107>:0 Source: mscorlib TargetSite: Void Throw() at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>d__18.MoveNext () [0x0028a] in <bd5228fdf6e6472797b4c1226ea24260>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at Emby.Server.Implementations.HttpClientManager.HttpClientManager+<SendAsync>d__15.MoveNext () [0x0009e] in <bd5228fdf6e6472797b4c1226ea24260>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at OpenSubtitles.OpenSubtitleDownloader+<SendRequestAsync>d__40.MoveNext () [0x0014f] in <29ff81f0745b45eb966f4c361e8289a4>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at OpenSubtitles.OpenSubtitleDownloader+<Login>d__27.MoveNext () [0x000e1] in <29ff81f0745b45eb966f4c361e8289a4>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at OpenSubtitles.OpenSubtitleDownloader+<Search>d__33.MoveNext () [0x0010e] in <29ff81f0745b45eb966f4c361e8289a4>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <0e06830de9a44394a7e366951eabca52>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <0e06830de9a44394a7e366951eabca52>:0 at MediaBrowser.Providers.Subtitles.SubtitleManager+<SearchSubtitles>d__15.MoveNext () [0x001c7] in <124c073d41bd44d78edc29a8a1b83107>:0
Luke 42077 Posted December 7, 2018 Author Posted December 7, 2018 This error looks like a timeout: ConnectFailure (Connection timed out) Have you configured a network connection for the jail?
makarai 109 Posted December 7, 2018 Posted December 7, 2018 Have you tried downloading subtitles manually?
Townsey 1 Posted December 7, 2018 Posted December 7, 2018 This error looks like a timeout: ConnectFailure (Connection timed out) Have you configured a network connection for the jail? Well it downloads all the other Meta information with no problem IE film info whose in it etc. Where is that setup hidden, as far as I can see the Subtitle setup is just a user name and password in Emby settings Or have i missed something
Townsey 1 Posted December 7, 2018 Posted December 7, 2018 Have you tried downloading subtitles manually? Meaning if I go to Open Subtitles and log in and download an .SRT file then yes that works fine
Townsey 1 Posted December 7, 2018 Posted December 7, 2018 Is there a problem with my interface language being English and everything else in English but wanting subtitles downloaded in Danish? Maybe that combination does not work......
makarai 109 Posted December 8, 2018 Posted December 8, 2018 (edited) Is there a problem with my interface language being English and everything else in English but wanting subtitles downloaded in Danish? Maybe that combination does not work...... Manual download for single movie or series from emby, click movie , click 3 dots, click edit subtitles, select Danish, click search button, click download. Besides selecting the download provider, you need to check some subtitle settings, click server dashboard, click libraries, select settings for libraries, select advanced, select subtitles. Also can you post your exact installation command Edited December 8, 2018 by makarai
Townsey 1 Posted December 8, 2018 Posted December 8, 2018 Manual download for single movie or series from emby, click movie , click 3 dots, click edit subtitles, select Danish, click search button, click download. Besides selecting the download provider, you need to check some subtitle settings, click server dashboard, click libraries, select settings for libraries, select advanced, select subtitles. Also can you post your exact installation command Ok manual download does not work the circle just keeps going round and round an then presumably times out. Settings in advanced just Danish is selected from the list Subtitle Downloads Download languages: AfarAbkhazianAfrikaansAkanAlbanianAmharicArabicAragoneseArmenianAssameseAvaricAvestanAymaraAzerbaijaniBashkirBambaraBasqueBelarusianBengaliBihari languagesBislamaBosnianBretonBulgarianBurmeseCatalan; ValencianChamorroChechenChineseChurch Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church SlavonicChuvashCornishCorsicanCreeCzechDanishDivehi; Dhivehi; MaldivianDutch; FlemishDzongkhaEnglishEsperantoEstonianEweFaroeseFijianFinnishFrenchFrench (Canada)Western FrisianFulahGeorgianGermanGaelic; Scottish GaelicIrishGalicianManxGreek, Modern (1453-)GuaraniGujaratiHaitian; Haitian CreoleHausaHebrewHereroHindiHiri MotuCroatianHungarianIgboIcelandicIdoSichuan Yi; NuosuInuktitutInterlingue; OccidentalInterlingua (International Auxiliary Language Association)IndonesianInupiaqItalianJavaneseJapaneseKalaallisut; GreenlandicKannadaKashmiriKanuriKazakhCentral KhmerKikuyu; GikuyuKinyarwandaKirghiz; KyrgyzKomiKongoKoreanKuanyama; KwanyamaKurdishLaoLatinLatvianLimburgan; Limburger; LimburgishLingalaLithuanianLuxembourgish; LetzeburgeschLuba-KatangaGandaMacedonianMarshalleseMalayalamMaoriMarathiMalayMalagasyMalteseMongolianNauruNavajo; NavahoNdebele, South; South NdebeleNdebele, North; North NdebeleNdongaNepaliNorwegian Nynorsk; Nynorsk, NorwegianBokmål, Norwegian; Norwegian BokmålNorwegianChichewa; Chewa; NyanjaOccitan (post 1500); ProvençalOjibwaOriyaOromoOssetian; OsseticPanjabi; PunjabiPersianPaliPolishPortuguesePortuguese (Brazil)Pushto; PashtoQuechuaRomanshRomanian; Moldavian; MoldovanRundiRussianSangoSanskritSinhala; SinhaleseSlovakSlovenianNorthern SamiSamoanShonaSindhiSomaliSotho, SouthernSpanish; CastilianSardinianSerbianSwatiSundaneseSwahiliSwedishTahitianTamilTatarTeluguTajikTagalogThaiTibetanTigrinyaTonga (Tonga Islands)TswanaTsongaTurkmenTurkishTwiUighur; UyghurUkrainianUrduUzbekVendaVietnameseVolapükWelshWalloonWolofXhosaYiddishYorubaZhuang; ChuangZulu Subtitle downloaders: Open SubtitlesYou'll need to configure Open Subtitles account information on the Open Subtitles configuration screen in the Emby Server dashboard. Enable and rank your preferred subtitle downloaders in order of priority. Only download subtitles that are a perfect match for my video filesRequiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unticking this will increase the likelihood of subtitles being downloaded and will increase the chances of mistimed or incorrect subtitle text. Skip if the default audio track matches the download languageUntick this to ensure all videos have subtitles, regardless of audio language. Skip if the video already contains embedded subtitlesKeeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding. Save subtitles into media foldersStoring subtitles next to video files will allow them to be more easily managed. Your last question I do not understand "exact installation command" Attached is log since bootup this morning embyserver.txt
makarai 109 Posted December 8, 2018 Posted December 8, 2018 (edited) Probably network config of the jail misconfigured, can you download a single image for a movie or tvshow? how did you install your jail? I recommend: delete your jail! open the shell and type the 3 easy commands, that takes care of most of it. cd /tmp wget https://raw.githubusercontent.com/bott0r/iocage-plugin-emby/beta/emby-server-beta.json iocage fetch -P dhcp=on vnet=on bpf=yes allow_raw_sockets=1 -n emby-server-beta.json --branch 'master' Edited December 11, 2018 by makarai
Townsey 1 Posted December 8, 2018 Posted December 8, 2018 Probably network config of the jail misconfigured, can you download a single image for a movie or tvshow? how did you install your jail? I recommend: delete your jail! open the shell and type the 3 easy commands, that takes care of most of it. cd /tmp wget https://raw.githubusercontent.com/bott0r/iocage-plugin-emby-beta/master/emby-server-beta.json iocage fetch -P dhcp=on vnet=on bpf=yes allow_raw_sockets=1 -n emby-server-beta.json --branch 'master' No I cannot download a single image the same happens as the subtitle circle just goes around. I can ping opensubtitles.org from the FreeNas shell. I installed the jail a few days ago with you guidance from the command line as suggested above. Its not a big job so will do as you suggest and reinstall the jail from scratch. I have notice prodding around that my storage has folders beginning with capital letters and have read somewhere that it is advisable to use only lower case I wonder if that could be a problem that no log file is picking up. I am being dragged away so this will all happen later on in the day, in the mean time thank you for your advice and pointers
makarai 109 Posted December 8, 2018 Posted December 8, 2018 (edited) Probably network config of the jail misconfigured, can you download a single image for a movie or tvshow? how did you install your jail? I recommend: delete your jail! open the shell and type the 3 easy commands, that takes care of most of it. cd /tmp wget https://raw.githubusercontent.com/ma-karai/iocage-plugin-emby/beta/emby-server-beta.json iocage fetch -P dhcp=on vnet=on bpf=yes allow_raw_sockets=1 -n emby-server-beta.json --branch 'master' No I cannot download a single image the same happens as the subtitle circle just goes around. I can ping opensubtitles.org from the FreeNas shell. I installed the jail a few days ago with you guidance from the command line as suggested above. Its not a big job so will do as you suggest and reinstall the jail from scratch. I have notice prodding around that my storage has folders beginning with capital letters and have read somewhere that it is advisable to use only lower case I wonder if that could be a problem that no log file is picking up. I am being dragged away so this will all happen later on in the day, in the mean time thank you for your advice and pointers Hi, i am wondering, how do you mount your storage, what is the user (UID) that owns the movies/folders and so on, i am guessing it's a simple ownership issue, which is an easy fix Edited April 26, 2019 by makarai
makarai 109 Posted December 8, 2018 Posted December 8, 2018 Simple: Open your FreeNAS GUI -> Accounts -> Users ( click on the user that owns your datasets) -> click edit -> read number UserID (take a note) Go to Jail tab -> click 3 dots -> open shell -> greeted by shell -> root@emby-server-beta75: -> navigate to your multimedia mounts cd /multimedia01 (for me) enter -> type ls -al enter read who owns the files (most likely same user you noted earlier) Type: the following and replace 1101 (my user UI) with your user ID (most likely just 1000) restart emby jail retry iocage console emby-server-beta service emby-server stop pw groupmod emby -n emby -g 1101 pw usermod emby -n emby -u 1101 -g 1101 chown -R emby:emby /var/db/emby(hit tab) sysrc 'emby_server_user=emby' service emby-server start
Barlog9511 17 Posted December 8, 2018 Posted December 8, 2018 Hi @@Luke and @makarai I try a fresh install of version 3.6.0.75-beta in my clean install if FreeNAS 11.2 Release version, the installation process and overall running looks good I have the problem with FanArt images; I don't know if this is Emby problem or FanArt but looks like doesn't work at all example of image URL http://assets.fanart.tv/fanart/movies/417644/moviethumb/chips-587dfb05245ac.jpg
Luke 42077 Posted December 8, 2018 Author Posted December 8, 2018 Hi @@Luke and @makarai I try a fresh install of version 3.6.0.75-beta in my clean install if FreeNAS 11.2 Release version, the installation process and overall running looks good I have the problem with FanArt images; I don't know if this is Emby problem or FanArt but looks like doesn't work at all example of image URL http://assets.fanart.tv/fanart/movies/417644/moviethumb/chips-587dfb05245ac.jpg https://emby.media/community/index.php?/topic/66178-fanarttv-image-issues/
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