Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 17732

    Can't read cover.

    The mobile phone client can display normally, and the apple TV terminal does not display the cover.
  3. lifespeed

    Emby Premier Costs etc.

    Is said market sufficient to financially support Emby development? There is more to it than mere existence.
  4. Yesterday
  5. Spaceboy

    Emby Premier Costs etc.

    a world exists outside the USA
  6. JDMoody

    Roku autoplay next episode has suddenly stopped working

    When will this ROKU issue be resolved? It's been ongoing for 2 years or more now. With this issue EMBY has lost. almos all of its functionality for me and my colleagues. PLEX has not presented this problem. I'd rather stick with EMBY, but we are at a breaking point with this issue.
  7. lifespeed

    Emby Premier Costs etc.

    I would like to add a comment regarding Emby funding their development going forward. There has been mention of the recurring costs of the live TV guide, and breaking this out as a separate subscription instead of included with a lifetime payment. This sounds reasonable, as it is a recurring cost to Emby and is truly a "service" requiring continuing data. However, and this is a big one, live TV is on the verge of being broken for Emby by virtue of ATSC 3.0 DRM. ATSC 1.0 is only required to be transmitted for another 4 years. At first glance, it appears it could be impossible for Emby, as a software-only device, to meet the DRM requirement of playing back on the same hardware that made the recording. Possibly this could be solved by close coordination with SiliconDust, but why would they partner with Emby instead of selling you their own DVR software with guide subscription? While I really enjoy the integration Emby has offered thus far, both movie libraries as well as live and recorded TV, it appears this is coming to an end. As such, who will want the partial solution of non-DRM'd TV that Emby might be able to offer? I can't see a TV guide data subscription working as a reasonable revenue stream for Emby going forward. Although I do think their efforts need to be supported financially, this would appear to be a dead end.
  8. I have tried to reset the password, and it doesn't work. Can anyone help? I was able to reset it for the forum but not for watching media.
  9. user24

    Combine albums in music collection

    The Autoharp Legacy Album is also listed on MusicBrainz: https://musicbrainz.org/release/251d4c50-00a1-4db4-acff-56b89a047f5d You can use Tag Sources on Mp3tag (from the top menu bar) to fill in missing/incorrect metadata, as well as doing it manually. Yes, more work involved, but another option to possibly explore? Note: check that the MusicBrainz info is correct, as sometimes there are errors, or it may not have the metadata in the exact format you would like. Also, if you have enabled MusicBrainz and/or Discogs as a Metadata Downloader in your Emby Library Server Settings, this may automatically import the data for you, into your Emby library, and get many albums 'fixed' relatively quickly? (I would personally use Mp3tag and write the data into my music files themselves.)
  10. MJK79

    Live TV Italia canali rai e Mediaset problemi

    @Luke Hi Luke! Nice to hear you. It's my first report for issues with Emby so I'm not 100% sure I did everything the right way. Anyway... 1. The description of the issue is my first post. 2. The attached log file features the following operations: - Start EmbyWeb/ play RAI1@LiveTV/ play MediasetCh.@LiveTV/ Exit... - Start EmbyTheater/ play RAI1@LiveTV/ play MediasetCh.@LiveTV... - Set VLC as EmbyTheater External Player/ play RAI1@LiveTV/ Exit... 3. Attached screenshots show the outcome of each operation recorded on log file. Please, let me know if I should open a new topic. Thanks in advance for any kind of support. MS embyserver.txt
  11. Q-Droid

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    Emby can't use the cert PEM files. You need a PKCS12 container, a PFX file with all of the certs and it's better to place it somewhere under the Emby config path.
  12. EarlyOnsetPooka

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    I suppose a cron job to check them daily and then fix them if they've changed would work
  13. sargenthp

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    Using a FACL it should keep the permissions... Unless the app specifically kills it
  14. EarlyOnsetPooka

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    Ok, so you did a recursive special access to those folders? Do you know if that needs refreshed when new certs are generated?
  15. sargenthp

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    Pretty sure what I ended up doing was a file access control permission on my system. setfacl -Rm u:emby:rx,d:u:emby:rx /etc/letsencrypt
  16. EarlyOnsetPooka

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    Can't do it as any other user than root. Paths are correct, but the service is run as a user and not as root (thankfully), and the emby user doesn't have the permissions. using ls -al /etc/letsencrypt/blah/blah/cert.crt shows them as owned by root:root
  17. sargenthp

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    Of course I am not home to refresh my memory on what I ended up doing.
  18. sargenthp

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    One test you can do is switch to the emby user and make sure you can cd to the directory and cat out certs. You might have just missed a single folder. sudo -u emby /bin/sh cd /path/to/cert cat cert.crt
  19. I just discovered I had this exact same issue: hardware transcoding would fail, direct stream and software transcoding was fine. The fix for me was to simply update the Nvidia drivers to the latest (my card was the T1000).
  20. EarlyOnsetPooka

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    I had attempted to update the permissions of the folder using chgrp emby /path/to/certs and on the files themselves. Should that have been chown emby:emby /path/to/certs? And would that survive a renewal, or would I need to manually chown them again after a renewal. I suppose that part could be scripted. Moving them should also work, I just didn't want to interfere with any auto renewal process
  21. sargenthp

    Emby on Ubuntu server, Let's Encrypt, DuckDNS, certbot

    The emby user needs permissions to get to the cert. Either need to update the folder permissions to and including the cert. Or move the files to where the emby user has permissions.
  22. David Patt

    Dolby Vision Problem

    ok , thank you
  23. I am pulling my hair out here. Trying to get certs installed for my emby install on a dedicated Ubuntu server VM in proxmox. Earlier today, I was able to use certbot to get LE certs, but when I attempted to USE those certs, I couldn't browse to or read the /etc/letsencrypt/live/mydomain/ subfolder ... No idea how I'm supposed to get the emby.service to be able to access these files. Got frustrated and installed nobody's favorite reverse proxy host NPM in a proxmox container. Managed to get the SSL certs. Could only get either a 502 Bad Gateway message or a server timeout when attempting to connect from a remote device. Finally got that squared away by having my NPM point to the local non-SSL port and setting the emby remote secure connection to letting the reverse proxy handle it. Yay. Everything works. I'd still prefer to just use certs on my actual emby VM and let it handle getting the cert and renewing it as needed. Not sure if the reverse proxy is really necessary for anything other than that I didn't have file permission issues when I set that up.
  24. HI, this has been resolved for the next app update. You can sideload it for now if needed: Thanks.
  25. Luke

    Emby connect not working

    HI there, are you inside or outside of your local network when trying to do this?
  26. Hi there, let's look at an example. Please attach the information requested in how to report a media playback issue. Thanks!
  27. I did a factory reset of the Google TV, installed Emby for Android TV and all is good again except for certain subtitles. Not sure why that is but i will continue trying.
  1. Load more activity
×
×
  • Create New...