Jump to content

Search the Community

Showing results for 'snap'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. seanbuff

    Plugin - Chapter Editor (ChapterApi)

    Thanks for all info Rich, I think i'm clear on that now, and I'm okay with it for the time being. However, its this statement here that has caused the confusion I guess. I wasn't expecting a standard library scan to remove my edits either. Last night I made edits, and can see they "Saved" successfully: Then the following morning, during a typical scheduled Library Scan, IntroSkip Core is seen "detecting" the same (incorrect) intro chapters again, basically replacing what I just removed. 2022-11-25 08:01:50.676 Info App: Detecting markers for \\NAS\TV Shows\Dexter - New Blood\Season 1 - episode \\NAS\TV Shows\Dexter - New Blood\Season 1\Dexter - New Blood - S01E01 - Cold Snap WEBRip-720p.mkv 2022-11-25 08:01:50.711 Info App: \\NAS\TV Shows\Dexter - New Blood\Season 1 has 10 episodes with audio fingerprints available 2022-11-25 08:01:51.170 Info App: Best title sequence for \\NAS\TV Shows\Dexter - New Blood\Season 1\Dexter - New Blood - S01E01 - Cold Snap WEBRip-720p.mkv is 00:04:23.3084577 - 00:04:56.6417910. Confidence: 1 2022-11-25 08:01:51.171 Info App: Detecting markers for \\NAS\TV Shows\Dexter - New Blood\Season 1 - episode \\NAS\TV Shows\Dexter - New Blood\Season 1\Dexter - New Blood - S01E02 - Storm of F*** WEBRip-720p.mkv ... 2022-11-25 08:01:51.627 Info App: Best title sequence for \\NAS\TV Shows\Dexter - New Blood\Season 1\Dexter - New Blood - S01E02 - Storm of F*** WEBRip-720p.mkv is 00:09:13.9800995 - 00:09:34.9999999. Confidence: 0.9 That's not right is it?
  2. Im hitting the same issue for a while now. It seems to be unconsistent, but whenever I really want to add something, its technically broken. "Search for images" returns black cards If I open in a new window # .. i just wanted to snap it, but suddenly it works again for no obvious reason. Running emby version 4.7.8.0 embyserver(2).txt
  3. As a further test, I removed the snap firefox and added the mozilla ppa to my apt respositories, which installed the deb for Firefox 106.0. The font issue isn't present on this version. Everything is wonderful. I'm going to continue using the deb because I'm not really on board with the snap push to begin with, but that's twice now this font-family thing has come up on edge cases, so it probably still needs looking into.
  4. A second workaround is to just update the font-family Emby is using from 'Material Icons Round' to just 'Material Icons'. So, this: Becomes: Yes, I linked to it above, in line. Here it is with the fancy previewer: Both cases seem to be the same after further investigation. I fixed the issue I originally reported within my plugin, and that fix still works within the scoped css of the plugin (again, though, I uninstalled the plugin to rule out interference). I think Emby's CSS needs to be revisited and tested with the font-family modification. I notice the suffix on the file name went from 2 to 3, suggesting another font version change. What are the chances Google deprecated something in your last font update (2), and removed it in the new one (3)? That could explain why only the new fonts failed in 2 and now all of them are failing in 3. I'm curious if anyone else can reproduce with 22.04.1 and FF 105.0.3 snap.
  5. None of the known issues seem to match this one. The Material Design icons are actually rendering fine on the rest of the web. They're even working fine within the UI for my Iconic plugin (which I have since uninstalled to rule out interference). But, I previously had to put in a workaround to get around a similar rendering issue, which I documented here. This appears to be a specific incompatibility between this version of Firefox (I'm guessing the new snap build) and Emby. I've managed to 'fix' it by using the developer tools style tab to override the default font-face coming from Emby with relative links to the font file locations: @font-face { font-family:'Material Icons'; src:url('../../web/modules/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP_3.woff2') format('woff2'), url('../../web/modules/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ_3.woff') format('woff') } This fix doesn't work when added through the custom CSS option in the UI, though. There seems to be some sort of disconnect between Emby pre-loading the font with javascript and the font being available to the dynamically loaded CSS files. So, even though this loads without error within the head tags: <link rel="preload" href="modules/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP_3.woff2" as="font" type="font/woff2" crossorigin=""> It may not be available to the css for some reason. This has been in the console log for some time, even though the icons were still rendering. Maybe something else changed with this version of FF that stopped it from working at all: The resource at “http://localhost:8096/web/modules/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP_3.woff2” preloaded with link preload was not used within a few seconds. Make sure all attributes of the preload tag are set correctly. index.html
  6. I'm experiencing a rendering issue with the Material Icons in Firefox after upgrading to the latest Ubuntu LTS. The issue is consistent across Emby servers running 4.7.8 and latest beta. There are no errors in the browser console log or obvious issues with the font or css files transferring or loading. The icons are rendering fine on Chromium on the same machine. The icons are also rendering fine on the same version of Firefox on Windows. Anyone else experiencing this with the FF 105.03 snap on Ubuntu 22.04.1?
  7. MarcusJ

    xTeVe Shows ZERO (0) Available Channels

    Thanks for the response about the website. Admittedly, I'm not a developer, but that github link does not serve the needs of normal users. I looked for 30+ minutes to find a simple "xteve for 64-bit Windows Download" button. There either is no such button or it has been so cleverly hidden as to only be accessible by the select few insiders with privileged or specialized knowledge. If it's that difficult to find, it is worthless to 99% of the public IMHO. Independent of that, I did manage to find a workaround for anyone else out there that may be frustrated with xteve's peculiarities... GOTCHA #1: It seems xteve presumes all users are Plex users, therefore enforces a default rule that only 480 channels or less can be made available, (as that is the ridiculously low channel streams limit set by Plex). If your m3u playlist has more than 480 channels (mine had over 400,000!), then xteve will show NONE or zero (0) of them as available. To get around that, you must add a filter on the xteve "Filters" screen. So, you must open the "Filters" screen to add at least 1 filter. Simple enough, right?... GOTCHA #2: If you have an m3u playlist from a modern IPTV service provider, it will likely have tens of thousands of channels, if not hundreds of thousands. Reducing that enormous number of channels/streams down to a reasonable number of interesting channels is usually the primary reason people want to use xteve in the first place. Well, because the playlist is so large, the "Filters" screen will not open. It times out and pops up the dreaded Chrome "Ah snap!" error screen indicating there is not enough memory to perform the selected action. Now, don't bother increasing the browser cache size - I did that all the way up to 2GB, and the results were exactly the same. It's a waste of time unless you just love playing with Chrome settings. I was at the end of this Chrome cache size increase process (with no improvement) when I originally opened this ticket. The Work-Around: Only by a long and painstaking process of trial and error, I discovered that by deleting the m3u playlist in xteve, you are immediately able to open the "Filters" screen. Woo-Hoo! Note: You do not need to remove the xmltv list in xteve as it doesn't seem to affect the Filters screen. So I did this, and then added a simple "Custom" filter that would find all the streams that included the word "Sport" in their name. Then I closed the Filters screen. I went back to the Playlist screen and once again added my m3u playlist and pressed Save. It worked! xteve found all of the Sports channels that were in my m3u playlist and showed them all as available. So to get this same process to work to get all of the channels I wanted, I again had to delete the m3u playlist from xteve, open the Filters screen, modify the Custom filter to include all of the channel types I wanted (in my case it was US, CA, UK, Sport). This means that if xteve finds any of these words in the name of the channel stream, it will now include it in the list of available channels. After completing this expansion of the filter, I went back and once again re-added the m3u playlist into xteve. Viola! You may have to repeat this seemingly silly process several times to get the filter(s) correct for your needs, but until someone finds and shares a more efficient solution, this one will work and chop that huge list of channels into something waasay more useful, and allow you to pass this smaller playlist on to Emby. Hope this helps someone. Good luck.
  8. I realize this is not an emby question per se, but this seems to be the only forum I can find that has the xteve expertise that I need. I just migrated everything off an old Windows 10 PC onto a new Windows 11 machine, including Emby Server, xTeVe, and a new IPTV Service Provider. I had the same setup (albeit a different IPTV Service Provider) working fine on the old PC, but I been fighting this new setup for two days without any progress. My brain is fried and I'm out of ideas. Any xTeVe expertise is welcome! After transferring Emby perfectly to the new machine using the Backup Configuration plugin, I thought the hard part was over. I attempted to go to the xteve.de website to download the latest Windows version of xteve. This where the bad luck started. When I entered the url for xteve, I got a wierd page popping up telling me that this domain was available to be purchased (see screenshot). Did xTeVe website close down? Anyway, because of this, I had to rely on an older xteve.exe file I had copied from the old PC. Oddly, when I ran it, the xTeVe pop-up command line window ran and seemed to be loading all of the old settings from the setup on the old PC. While I thought it was strange, I figured it would not be too difficult to overcome that issue. Well, when I launched Chrome and opened a tab with the xTeVe web interface, it was indeed loaded with my old provider's m3u and xmltv links. I deleted them and replaced them with the new provider's m3u and xmltv credentials and successfully saved them. The xTeve header fields at the top of the screen showed over 413,000 streams, but 0 of them as available (see screen shot). I then realized that I had old filters still in there and were possibly eliminating all of the channels. After battling for hours trying to even see the filters due to constant "Aw Snap!" pop-ups in Chrome saying I was out of memory, I found that the only way to see the filters was to first delete the playlist and xml entries and only then I could immediately get into the Filters screen. So, I went into the Filters screen and deleted all of the filters and clicked Save. I then re-added the m3u and xmltv links and thought that would fix everything. No change. 0 of the 413,000 channels were available. I then looked at the Mapping secreen, and as expected, there were no channels shown at all. I have tried uninstalling xteve (impossible since nothing ever gets installed), deleting every file on my PC with "xteve" in its name. Nothing helps. When I re-load it, the same 0/413,000 channels is there waiting on me. Separately, I loaded NextPVR and input the new m3u and xmltv links and they immediately populated. I only did this to eliminate the possibility of one or both of those links were problematic. They were fine. Somehow, I have managed to screw up a pretty straight forward process - and one that I was familiar with. As of now, I have a non-functional xteve setup. If possible, I'd like to flush it and start over, but I don't know how. Otherwise, I'd love to hear anyone's thoughts on repairing it. Thanks in advance!
  9. tm0323

    Strange artifacting and weird colors

    So sorry for the long delay on this. Life kind of got busy and I haven't had time to snap a pic. My kids were watching a movie the other day and I grabbed a quick pick of it.
  10. SwanStream

    embyforkodi (next-gen) 7.X.X support

    Alright, that didn't take long... I got to 85% sync of TV and snap. Here's what I think is the relevant log section... if you want the whole thing, lmk. 2022-07-15 08:30:23.091 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [3368/5845/59034/295166] 1306230: Standing Stone 2022-07-15 08:30:23.096 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [961/6912/59035/295171] 145703: The Standing Stones 2022-07-15 08:30:23.101 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [1327/1324/59036/295176] 153067: Standing Tall 2022-07-15 08:30:23.105 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [2978/6563/59037/295181] 204852: Standish, Gloucestershire - Going Upmarket With The Romans 2022-07-15 08:30:23.108 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [1361/6147/59038/295186] 153324: Standoff 2022-07-15 08:30:23.114 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [1827/894/59039/295191] 162892: Standoff 2022-07-15 08:30:23.118 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [2573/1808/59040/295196] 240052: Standoff 2022-07-15 08:30:23.121 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [3311/4057/59041/295201] 210442: A Standup Kind of Guy 2022-07-15 08:30:23.125 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [590/4167/59042/295206] 138540: Stanley Caron 2022-07-15 08:30:23.130 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [705/1805/59043/295211] 141449: The Stans 2022-07-15 08:30:23.137 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [2978/4861/59044/295216] 1331192: Stanton Harcourt, Oxon - Hunting for Mammoth 2022-07-15 08:30:23.142 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [2444/693/59045/295221] 178995: Staple Holes 2022-07-15 08:30:23.147 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [1182/3956/59046/295226] 1286654: Stapler 2022-07-15 08:30:23.151 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [2628/5073/59047/295231] 182198: Staples, Guns and Roses 2022-07-15 08:30:23.153 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [1361/4485/59048/295236] 153368: The Star 2022-07-15 08:30:23.157 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [1908/5375/59049/295241] 165841: The Star 2022-07-15 08:30:23.161 T:7424 INFO <general>: EMBY.core.tvshows: ADD episode [2591/4076/59050/295246] 1300627: Star 80 Proof 2022-07-15 08:30:23.225 T:7424 ERROR <general>: Exception ignored in thread started by 2022-07-15 08:30:23.225 T:7424 ERROR <general>: : 2022-07-15 08:30:23.226 T:7424 ERROR <general>: <bound method Library.KodiStartSync of <database.library.Library object at 0x0000029930EDFAC0>> 2022-07-15 08:30:23.226 T:7424 ERROR <general>: 2022-07-15 08:30:23.226 T:7424 ERROR <general>: Traceback (most recent call last): 2022-07-15 08:30:23.226 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\database\library.py", line 118, in KodiStartSync 2022-07-15 08:30:23.226 T:7424 ERROR <general>: 2022-07-15 08:30:23.226 T:7424 ERROR <general>: self.select_libraries("AddLibrarySelection") 2022-07-15 08:30:23.226 T:7424 ERROR <general>: 2022-07-15 08:30:23.226 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\database\library.py", line 690, in select_libraries 2022-07-15 08:30:23.227 T:7424 ERROR <general>: 2022-07-15 08:30:23.227 T:7424 ERROR <general>: self.worker_library() 2022-07-15 08:30:23.227 T:7424 ERROR <general>: 2022-07-15 08:30:23.227 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\database\library.py", line 435, in worker_library 2022-07-15 08:30:23.227 T:7424 ERROR <general>: 2022-07-15 08:30:23.227 T:7424 ERROR <general>: Continue, embydb, kodidb = self.ItemOps(index, TotalRecords, Item, embydb, kodidb, SyncItem[4], "add/update") 2022-07-15 08:30:23.227 T:7424 ERROR <general>: 2022-07-15 08:30:23.227 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\database\library.py", line 486, in ItemOps 2022-07-15 08:30:23.228 T:7424 ERROR <general>: 2022-07-15 08:30:23.228 T:7424 ERROR <general>: Ret = self.ContentObject.episode(Item) 2022-07-15 08:30:23.228 T:7424 ERROR <general>: 2022-07-15 08:30:23.228 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\core\tvshows.py", line 197, in episode 2022-07-15 08:30:23.228 T:7424 ERROR <general>: 2022-07-15 08:30:23.228 T:7424 ERROR <general>: common.set_ContentItem(item, self.video_db, self.emby_db, self.EmbyServer, "episode", "e", ItemIndex) 2022-07-15 08:30:23.228 T:7424 ERROR <general>: 2022-07-15 08:30:23.228 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\core\common.py", line 685, in set_ContentItem 2022-07-15 08:30:23.229 T:7424 ERROR <general>: 2022-07-15 08:30:23.229 T:7424 ERROR <general>: get_streams(item) 2022-07-15 08:30:23.229 T:7424 ERROR <general>: 2022-07-15 08:30:23.229 T:7424 ERROR <general>: File "C:\Users\Ben\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\core\common.py", line 392, in get_streams 2022-07-15 08:30:23.229 T:7424 ERROR <general>: 2022-07-15 08:30:23.229 T:7424 ERROR <general>: width, height = Stream['AspectRatio'].split(':') 2022-07-15 08:30:23.229 T:7424 ERROR <general>: 2022-07-15 08:30:23.229 T:7424 ERROR <general>: ValueError 2022-07-15 08:30:23.229 T:7424 ERROR <general>: : 2022-07-15 08:30:23.229 T:7424 ERROR <general>: not enough values to unpack (expected 2, got 1) 2022-07-15 08:30:23.229 T:7424 ERROR <general>: 2022-07-15 08:42:05.223 T:5728 INFO <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY 2022-07-15 08:42:05.463 T:1056 INFO <general>: initializing python engine. 2022-07-15 08:42:06.763 T:1272 INFO <general>: Skipped 2 duplicate messages.. 2022-07-15 08:42:06.763 T:1272 INFO <general>: CPythonInvoker(14, C:\Users\Ben\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run 2022-07-15 08:42:06.995 T:1272 INFO <general>: Python interpreter stopped 2022-07-15 08:42:07.008 T:1056 INFO <general>: CPythonInvoker(13, C:\Users\Ben\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run 2022-07-15 08:42:07.226 T:1056 INFO <general>: Python interpreter stopped 2022-07-15 08:42:07.231 T:3888 INFO <general>: CPythonInvoker(15, C:\Users\Ben\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run 2022-07-15 08:42:07.415 T:3888 INFO <general>: Python interpreter stopped 2022-07-15 08:42:08.423 T:5804 INFO <general>: initializing python engine. 2022-07-15 08:42:09.080 T:5804 INFO <general>: CPythonInvoker(16, C:\Users\Ben\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\entry_point.py): script successfully run 2022-07-15 08:42:09.332 T:5804 INFO <general>: Python interpreter stopped
  11. rtangwai

    Config path in Docker not working?

    I sorted it out - turned out to be a Docker issue, the original install was a Snap package which did not work well. Reinstalling Ubuntu 22.04 w/o Docker during the base OS and installing Docker directly from the repository fixed it.
  12. neik

    MediaInfo For Emby Plugin(HDR, Vision, Atmos, DTS:X)

    Ahh, that might be the case. I am pointing to the mediainfo binary that is within the snap package. Let me have a look... Edit: That was it, the snap package seems to have the gui version instead of the cli. Thank you!
  13. metropical

    emby app doesn't always "remember me"

    don't think so. the server Mac is 24/7 connected to the interwebs. is there something I should check? I had to re-log-in to post that snap.
  14. My main movie category is my biggest collection with over 300+, when I visit the page and scroll down it doesn’t move in relation to the commands pressed on the remote. Similar to how it was in February before LG finally released your working update. if I go to any other category that has less total count - say UHD movies which only contains 20 or so it scrolls fine. It’s the larger libraries that it gets hung up…. My Emby server is running on a good dedicated server machine. Dual Xeon processors, 64GB ram, video card, good network connections/stable. (if I click on a title and press right/left, and go back to main movie page I can see the movie titles snap back to center and it worked almost normally..) this happened this AM immediately after updating Emby, I’m on my cell-phone sorry about response.) @SamES
  15. KLF&TLF

    Locate missing episodes

    Not sure if you got it working or not but rename the files that has worked for me. But I can't get the report plugin to show missing episodes. I have included a snap shot of the report and then a screenshot showing I have missing episodes ticked and considering the amount of files I have I want an easier way to find my missing episodes rather than using the Statistics options. Anyone got any ideas of has the plugin changed?
  16. I am also having this issue and nothing listed above works. I am not able to snap the window in any way since Electron apps are not resizable.
  17. I have used Emby for a while now on my Truenas server and whilst it's a fantastic piece of software, media downloading (download your movies, tv series, albums) is a little lacking to an extent. On the desktop using your web browser and signing into your server using the IP address (if Emby is installed on a server or different computer), if you want to download full tv series, full albums or even collections of movies to the desktop/laptop you can only do this individually (with a limit of i believe 6 items at a time) . IE if i want to download a TV series i have to click individual episodes and click download and i can cue download 6 episodes at a time and can't just download an entire series in one go. You can when choosing to download a full album, tv series, movie collection pick a device to download to IE Android phone, tablet, smart tv or any other device that you can install the app on and it will download a full album, tv series etc. Just downloading from a web browser on your desktop or laptop is lacking and can't be done in full as of YET. (Maybe in the future it will change or is in the works of changing) Below i have create a guide on how to get the Android Emby app installed on your Linux desktop (using Linux Mint), with this guide not only can you download complete series on your Desktop without needing to download a few episodes at a time but you can also run the Emby Android app on your desktop which may be useful for anyone who would like to use the app instead of a web browser. To do this you will need the following * Emby Android APK (find it on the Emby website or any other website) make sure it's the Emby app for streaming and not the Emby server app, there is a difference (unless you want to run Emby Android server?? * Snap - For installing snaps like Anbox * Anbox - It runs Android apps on a desktop Step 1 - Your first step is to get snaps installed so you can install the Anbox snap for running Emby apk, to do this you will need to install snapd, there is currently a limitation that you need to get past first due to the fact Mint doesn't support snaps out the box so to do this type the following into the terminal. sudo rm /etc/apt/preferences.d/nosnap.pref Press enter and once done type apt install snapd This will get the latest snap installed for you Step 2 - Now you have snap installed we are now going to get anbox set up so in terminal type snap install --beta anbox --devmode Currently Anbox is in beta mode so you will need to add --devmode at the end for it to install successfully, once it's installed we can now get Emby set up Step 3 - After Anbox is installed it needs to be running so we can install Emby so go to your start menu and select other/anbox application manager and start it up, once it's loaded we can install Emby Step 4 - CD to the location of your emby.apk file in terminal IE cd /home/username/Downloads if it's in the Downloads folder or what ever location it is then type the following in the terminal adb install emby.apk Change the file name to what ever the file name of your Emby apk file is called, this will install the Emby app on your Anbox and should now show in Anbox. to run Emby just click on the icon as you would on an Android device., it will load, sign in and your connected to your server using the Android app How to download complete TV series To download complete series, albums, collections from an Emby server it's as simple as choosing a TV series, album etc, choosing download to and selecting Ambox which shouls show up in the list. This should then start downloading to ambox on your desktop. To find the files follow the guide below. 1 - Open file manager 2 - Click on file system 3 - Follow the following to get to the Emby downloads var/snap/anbox/common/data/media/o/Android/data/com/mb.android/files/download You will notice a lock on the media folder but don't worry, clicking will request your desktop password but once entered you can continue to the location of your downloads. And there you have it, a better way of downloading files to your desktop/laptop and doesn't need to do each episode or song individually, a way to install the Emby android app on your desktop and even a way to run the Emby Android media server if that's what you want to do. Hopefully this guide may be useful for anyone wanting to get the Emby app on their desktop or for dowloading.
  18. ihayes916

    Emby Connect, Express VPN, Remote User Access...

    OH SNAP! Express VPN does "split tunneling" So I just tried this... 1) added EMBY as an app to NOT use the VPN 2) restarted EMBY 3) observed that the WAN IP has gone back to my "real IP" (http://71.xxx.xxx.xx/) 4) tried to connect remotely and locally to "real IP" - connection FAILS. This feels really close to a solution. I wonder if there is more I need to add to the "VPN Exclusion" other than the "EmbyServer.exe" file? Any thoughts?
  19. Luke

    Emby Theater for Linux

    Sorry about that. I posted the links to the snap packages by mistake. Here are the links to the RPI images: arm64: https://github.com/MediaBrowser/emby-theater-electron/releases/download/3.0.15/emby-theater-rpi_3.0.15_arm64.img.xz armhf: https://github.com/MediaBrowser/emby-theater-electron/releases/download/3.0.15/emby-theater-rpi_3.0.15_armhf.img.xz Thanks.
  20. daldana

    Emby Theater for Linux

    Forgot to mention that I tried opening with snap command in terminal and got error messages about "xxx cannot be preloaded (cannot open shared object file: ignored". The last error message says "/snap/emby-theater/x1/emby-theater...No such file or directory.
  21. The larger card sizes looks great. I found my horizontal card scrolls were no longer lining up nicely. Does anyone else see this? I might be just me, because I use a lot of custom css. The left and right scroll bar progressively gets a worse alignment, every scroll. The default number of cards for the homepage is only 15. At that number, you hardly see a problem. Perhaps this tweak is not really needed, if you have not increased the number of cards. modules/homesections/homsections.js sets the number of cards in the scroll on the home page. Setting it up to 'options={Limit:36,' instead of 15. Anyway, these Custom CSS fixed the horizontal card scroll for me for 1600px wide monitor, for all the Latest card groups on the home page. However, I just noticed the slimmer look of the scroll buttons fail for monitors > 1600 pixels wide. /* Adjust the width and size of the scroll button and width of the shaded vertical bar. Give the arrow a little green border to make it easier to see. */ .emby-scrollbuttons-scrollbutton { margin: 0; padding: 4px; border: 1px solid #008812; font-size: 0.8em; } /* Adjust the shaded scroll button height, so it fills the area better */ .scrollbuttoncontainer { top: 9px !important; bottom: 36px !important; } /* Fix right and left scrolling for cards so they stay aligned */ .padded-right { padding-right:3.22% !important; } /* (related) The See All links on Media collection pages and actor's pages for thumbnail card collection rows are pushed down a little to help mobile portrait padding. */ a.secondaryText.sectionSeeAllButton.noautofocus.button-link.emby-button { font-size: 18px; text-shadow: 1px 1px 2px #244759; margin-top: 37px; padding-bottom: 0; } This looks very close, but not perfect if you have wide cards like Music videos. The alignment gets only off by about 10 px, after 36 music video cards. Another problem, not fixed for all horizontal scrolls including Cast and Crew is, if you go all the way right and click one last time, then the group of cards move out of alignment. Scrolling back left keeps this overlap and the cards are not perfectly aligned anymore. The function that handles this for Home page latest is in modules/emby-element-emby-scrollbars-emby-scrollbars.js. It just does the math for the column width based on the .padding-right class for the row. This class is in modules.sections.css. Is there a snap to flex edge feature in flex? Maybe a script to run after 500ms to check if the card is aligned correctly and then push it into place? Or, better yet, just make the right arrow disappear, when there are no more cards to the right. Then, the user cannot click too far and push the scroll row, out of alignment. I wonder has anyone even noticed this. I think maybe the old 4% used to work when there was more cards per screen and therefore more padding areas between cards. There were 9 visible gaps between cards and now there are 7, so hmm 7/9 * 4 = 3.11. The width of a scroll button is 55 on a 1600 pixel monitor. If you remove that 55 pixel width from 1600 = 1545. That becomes maybe the scroll you want to move. 1600 / 1545 * the new difference in the number of gaps between cards result 3.11 = 3.22186. Anyway, I think leaving the 4% padding-right to use in the scroll function is off, because the number of gaps between the cards changed from 9 to 7. Hope this helps. If you update to 36 cards in the Latest media this fix will make more sense. It's nice to keep the cards aligned.
      • 1
      • Thanks
  22. *snap*
  23. Hello all, i figured since i got this to work i would share my guide on how you can use no-ip and emby together. I realize this is a paid option and not free (20$ for the year with coupon), but for me its worth it as i dont have to worry about my domain name expiring every month or the ssl cert either for an entire year. hopefully this wall of text isnt too crazy. any q's let me know. ____ ** this guide is assuming you use windows 10 or windows server 2016,2019,2022 and no-ip Enhanced Dynamic DNS - 25 Hostnames*** ** always can get coupon so its 20$ for the entire year*** **Enhanced Dynamic DNS - 25 Hostnames gives you 1 included ssl cert* **NOW CALLED Encryption Everywhere DV**** ** now get a free cert with free version of dynamic no-ip** what i currently use -------- 1-manage user certificates in windows search bar. 2-select personal on left then right click on right open space. 3-all tasks > advance > create custom request 4-can follow this guide -but when done leave cert manager open you will be uploading this file to no-ip -- Remember the "common name" you entered will need this to search for in step 6 https://www.noip.com/support/knowledgebase/generate-csr-windows-10/ **Remember to use 2 upper case letters for state and country** **you can choose where to save this csr as well so you dont have to search later, but they are stored by default in C:\windows\system32 if you need to find later as well steps 5-9 explain the other way** you can wait for your status to validate on no-ip.com (took 15 min for me) they are use for my dns so i can skip the txt part. download the pem file to your server once it validates. 5-now you need to get your private cert from your system 6-go back to cert manager right click personal and click find certs 7-search for your common name you setup before (should be 1 that matches) 8-right click and export 9-below is how to do this (sorry its long) Go to Start > run > MMC. Now navigate into the console tab. Select File and then click Add/Remove Snap-in. Under the Available Snap-Ins column, select Certificates and click Add. Choose Computer Account and click Next. Now select Choose Local Computer and hit Finish. Now close the Add Standalone Snap-in window and click OK on the Add/Remove Snap-in window. Step 2: Export Your SSL/TLS Certificate. Now, open the Certificates (Local Computer) snap-in and go to Personal > Certificates from the left-hand pane. Right-click on the certificate you want to export and go to All Tasks > Export. Once you do this, the Certificate Export Wizard will open up. *** you may need to search for your cert by riight clicking personal and clicking find certificates. search by your "common name" in the cert not the name you made. *** Select the Yes, export the private key option and click Next. Now the Export File Format window will open. Make sure that the option for Personal Information Exchange — PKCS#12 (.pfx) is selected. Tick the box for Include all certificates in the certificate path if possible. Now, de-select Require Strong Encryption. <--may or may not have this option (thanks to Teredactle ) Enter a password for protecting your PFX file and click Next. remember this password! Now choose a file name and the location to export the file and click Next. Finally, verify all the information and click on Finish if it’s okay. 10-install https://slproweb.com/products/Win32OpenSSL.html grab latest version (i used Win64 OpenSSL v1.1.1s) open an explorer window to the directory of openssl and place the 2 files. 1 file is from your export you just completed. the other is the pem file no-ip. once installed open a cmd prompt with admin privilege cd to the directory of openssl (mine is located here C:\Program Files\OpenSSL-Win64\bin ) C:\Program Files\OpenSSL-Win64\bin> openssl pkcs12 -in privatekeyemby.pfx -out localprivatekeyemby.pem -nodes <---converts private key from server to pem file the file will be created in the same place you ran the openssl tool. now u will take the localprivatekeyemby.pem you just exported by command line and combine with the pem file you downloaded from no-ip. C:\Program Files\OpenSSL-Win64\bin> OpenSSL pkcs12 -export -in noiphostnamedownload.pem -inkey localprivatekeyemby.pem -out emby.pfx <--combines pem cert from no-ip and private to a pfx file for emby ****As of Feb 2023 we now need to use the new cert from "Encryption Everywhere DV" there is a bug when downloading the PEM file. the file is all garbled and wont work in the command above. download the pem chain file instead and remove all sections but the first.. save as a normal pem file and use this in the openssl command above see my post on feb 2nd 2023 for more details ****** now go to emby server and select the file. in my case its emby.pfx and add the password you created when you exported the pfx file from your server. make ssl external connections only and reboot your server. make sure your ports are properly open. i use https://www.yougetsignal.com/tools/open-ports/ you can verify your cert is working properly with https://www.geocerts.com/ssl-checker i use the default emby 8920 https port. cheers!
  24. This is my first problem report so please forgive me if I'm leaving out any information. App Version: Emby Theater 3.0.15 Server Version: 4.7.0.14 beta Windows Version: Windows 11 Version 21H2 Build 22000.282 When leaving full screen, sometimes maximizing the app does not return it to true full screen (where the task bar is covered) but rather fills the window instead. I have also noticed that the app occasionally leaves full screen, but haven't nailed down exactly why. It sometimes takes 1-2 tries of dragging the window down and then attempting to maximize the window again to get it to snap back to true full screen. Trying to maximize the screen when the app is anchored to the desktop and not covering the task bar does not do anything. You have to drag the window away from the edge and then try to maximize again. Example (where task bar is not covered): Expected behavior (note window is covering the entire screen and the taskbar is not visible): Please let me know if you would like any more information. Thank you!
  25. Luke

    Emby Theater for Linux

    New packages are headed up to the download page of our website: https://emby.media/download By this afternoon we'll have Emby Theater packages available for the following: Ubuntu / Debian via our .debs RPI dedicated image RPMs for Fedora, CentOS, OpenSuse Flatpak Snap QNAP So stay tuned to the Linux and RPI download pages under the Emby Apps download section, and we'll be adding a new QNAP page as well. Please try them out and report your experience. Thanks everyone.
×
×
  • Create New...