Luke 38803 Posted October 14, 2018 Author Posted October 14, 2018 You're getting this ffmpeg error: Shared object "libx264.so.152" not found See this topic starting from this post onwards: https://emby.media/community/index.php?/topic/60971-new-freenas-package-for-testing/?p=634592
Drego344 23 Posted October 14, 2018 Posted October 14, 2018 i almost crap my pants just now.....i did what the post suggested and it stop working......i could get to the home page....i reinstall 3.6.0.55 and everything is good now......thank a lot....i really appreciate you
Luke 38803 Posted November 1, 2018 Author Posted November 1, 2018 Great news. Our new package is now in freebsd ports.
crunchyemby 9 Posted November 23, 2018 Posted November 23, 2018 @@Luke -- First of all, the recent updates to FreeBSD have been absolutely wonderful!!! I couldn't be happier with the progress. Thank you! Problem: NFO files no longer read on scan... I maintain my library through a variety of scripts, that call into the emby api and publish/modify NFO data. New content always has an NFO available. Post scan, I maintain the integrity of the emby specific NFO updates. I've confirmed permissions and always assume it's something that I've fat-fingered. That said, the last known version to properly parse the NFOs is 3.6.0.63 (confirmed issues on 3.6.0.64 through 3.6.0.67). On version 65, I installed a missing dependency (libraw). Version 65, I noticed the NFO config was timing out located here: http://SERVER_IP:8096/web/index.html#!/metadatanfo.html,reverted to 64 and confirmed the problem. Now, on version 67, the configuration page is completely omitted. I can only assume you're actively working on metadata related changes. Just thought I'd raise a flag...and ask if NFO support is going away? Environment: FreeNAS-11.2-RC1, running FreeBSD in an iocage jail Cheers!
Luke 38803 Posted November 23, 2018 Author Posted November 23, 2018 Thanks for the feedback. Nothing is happening to nfo, it's all still there. We will have to look closer in more detail. Thanks.
Drego344 23 Posted November 23, 2018 Posted November 23, 2018 im trying to update from 3.6.0.64 and i keep getting this errorpkg: Missing dependency 'libraw'how can i fix this?
Luke 38803 Posted November 23, 2018 Author Posted November 23, 2018 You need to install libraw. It is a new dependency we have added. Our install instructions have already been updated to reflect this.
quicktrick 0 Posted November 24, 2018 Posted November 24, 2018 Hello! FreeBSD 11.2 v. 3.5.3.0 does not play movies in a web-browser. v. 3.6.0.68 does not connect embyserver.txt
quicktrick 0 Posted November 25, 2018 Posted November 25, 2018 After initial settings in the WebUI it displays "Connecting..." in the Dashboard, and that's... forever. Look at the log.
Luke 38803 Posted November 25, 2018 Author Posted November 25, 2018 Where exactly does it say Connecting...?
quicktrick 0 Posted November 25, 2018 Posted November 25, 2018 (edited) I'm sorry, it not exactly says "Connecting", but it never connects to the created account here: http://vorke:8096/web/index.html?start=wizard#!/dashboard.html embyserver.txt Edited November 25, 2018 by quicktrick
Luke 38803 Posted November 25, 2018 Author Posted November 25, 2018 Can you try clearing browsing data? thanks.
quicktrick 0 Posted November 25, 2018 Posted November 25, 2018 What do you mean with "clearing browsing data"? Clear browser's cache, etc.?
Luke 38803 Posted November 25, 2018 Author Posted November 25, 2018 Clear browser's cache, etc.? yes exactly. I saw this problem the other day on the beta but it was related to uninstalling/reinstalling. It is only an issue on the beta channel and I haven't had a chance to look at it yet. But clearing browsing data should resolve it.
quicktrick 0 Posted November 25, 2018 Posted November 25, 2018 Can you try clearing browsing data? thanks. Luke, you was absolutely right! After cleaning browser's cache, etc. it started to work properly. Besides, now it plays movies in the browser too! And it shows utf-8 via Samba correctly! It's great! Thanks a lot and sorry for bothering. BTW, why some pictures' proportions are distorted, like on the screenshot? v. 3.5.3.0 showed them correctly, but v. 3.6.0.68 does not.
Luke 38803 Posted November 25, 2018 Author Posted November 25, 2018 Thanks for the feedback. What is the aspect ratio of that image?
Luke 38803 Posted November 25, 2018 Author Posted November 25, 2018 Ok, try adding a 2:3 poster for that movie and it should look much better.
quicktrick 0 Posted November 25, 2018 Posted November 25, 2018 Luke, I've just refreshed the first screen in the browser (F5), and the picture is displayed correctly now:
crunchyemby 9 Posted November 26, 2018 Posted November 26, 2018 @@Luke -- First of all, the recent updates to FreeBSD have been absolutely wonderful!!! I couldn't be happier with the progress. Thank you! Problem: NFO files no longer read on scan... I maintain my library through a variety of scripts, that call into the emby api and publish/modify NFO data. New content always has an NFO available. Post scan, I maintain the integrity of the emby specific NFO updates. I've confirmed permissions and always assume it's something that I've fat-fingered. That said, the last known version to properly parse the NFOs is 3.6.0.63 (confirmed issues on 3.6.0.64 through 3.6.0.67). On version 65, I installed a missing dependency (libraw). Version 65, I noticed the NFO config was timing out located here: http://SERVER_IP:8096/web/index.html#!/metadatanfo.html,reverted to 64 and confirmed the problem. Now, on version 67, the configuration page is completely omitted. I can only assume you're actively working on metadata related changes. Just thought I'd raise a flag...and ask if NFO support is going away? Environment: FreeNAS-11.2-RC1, running FreeBSD in an iocage jail Cheers! @@Luke - Reading through the release notes, here: https://github.com/MediaBrowser/Emby.Releases/releases - I noticed "Move nfo saver to pre-installed plugin" ... I confirmed that the plugin does NOT exist (default or catalog) in version 3.6.0.63. I installed the latest available FreeBSD package, currently 3.6.0.68. Although the NFO plugin is available in the "Catalog" - it was not installed by default. Installed the plugin, restarted emby, and voilà! NFO parsing once again works as expected. Note 1: AudioDb, fanart.tv, MusicBrainz, and MovieDb are all installed by default, in the "My Plugins" section, on version 3.6.0.63. Of the five mentioned in the release notes, NFO Metadata plugin is the only one missing. Note 2: I run two isolated installations of emby, development and production, once unit/regression testing is validated and dev is "stable", I push to prod. The above default/catalog plugin availability scenario was confirmed on both environments (prod: 3.6.0.63, dev: 3.6.0.68). Cheers!
Luke 38803 Posted November 26, 2018 Author Posted November 26, 2018 @@crunchyemby, yes are you correct. It is currently missing. It will be corrected in the next beta. Thanks !
dml33 23 Posted November 26, 2018 Posted November 26, 2018 Hi. I'd like to try the beta .69 or .71, but there is no FreeBSD package. Is there a reason? The latest changes are not applicable, maybe? Thanks! Enviado desde mi CLT-L29 mediante Tapatalk
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