Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I turned off all metadata lookups for recordings because they’re usually inaccurate, and most of what I record doesn’t have TMDb or TVDb entries. I’ve noticed that the tvshow.nfo files still contain random data for shows that don’t match, so I’m wondering where this information is coming from with metadata disabled. For example, Zap2it no longer exists, and Cuomo Prime Time was canceled years ago. Basically, the files are filled with unrelated data that doesn’t match what was actually recorded. Shouldn't this data come from the guide? <?xml version="1.0" encoding="utf-8" standalone="yes"?> <tvshow> <uniqueid type="gracenote">22804235</uniqueid> <uniqueid type="zap2it">EP04428600</uniqueid> <uniqueid type="tvdb">353302</uniqueid> <uniqueid type="imdb">tt7317360</uniqueid> <uniqueid type="official website">https://www.cnn.com/shows/cuomo-prime-time</uniqueid> <title>Cuomo</title> </tvshow> <?xml version="1.0" encoding="utf-8" standalone="yes"?> <tvshow> <uniqueid type="gracenote">31148748</uniqueid> <uniqueid type="zap2it">EP06033210</uniqueid> <uniqueid type="tvdb">403170</uniqueid> <uniqueid type="eidr">10.5240/AA94-1FC4-BFBF-6394-6460-8</uniqueid> <uniqueid type="imdb">tt14681596</uniqueid> <uniqueid type="official website">https://www.amazon.com/dp/B0CYFLCXSQ</uniqueid> <uniqueid type="tmdb">125909</uniqueid> <uniqueid type="tv maze">55415</uniqueid> <uniqueid type="wikidata">Q125988942</uniqueid> <uniqueid type="wikipedia">Batman:_Caped_Crusader</uniqueid> <title>Batya</title> </tvshow> <?xml version="1.0" encoding="utf-8" standalone="yes"?> <tvshow> <uniqueid type="gracenote">28133725</uniqueid> <uniqueid type="zap2it">EP05264281</uniqueid> <uniqueid type="tvdb">74281</uniqueid> <uniqueid type="fan site">https://www.comedy.co.uk/tv/hignfy/</uniqueid> <uniqueid type="imdb">tt0098820</uniqueid> <uniqueid type="official website">https://www.bbc.co.uk/programmes/b006mkw3</uniqueid> <uniqueid type="tmdb">797</uniqueid> <uniqueid type="x (twitter)">haveigotnews</uniqueid> <title>Have I Got News For You</title> <mpaa>M 15+</mpaa> </tvshow>
  3. FrostByte

    when release a new Android TV app

    I may not have the latest on what's going on though
  4. FrostByte

    when release a new Android TV app

    Ya it's not being updated though, only the beta channel is. I would assume eventually you will only see the one, but many people paid for ATV so it's still there.
  5. justinrh

    when release a new Android TV app

    You mean the other app would be the standard app? But both are shown in the app store.
  6. FrostByte

    when release a new Android TV app

    @ebr will have to correct me, but I believe what I saw is that they can't have 2 apps in the Android store so the older ATV app can only be updated in the beta section of the store for now or sideloaded. You may have to sign up for the beta if you want to automate things for now.
  7. I use NGINX to do the following (other RP’s should work too). I use Certbot and Let's Encrypt for SSL (TLS v1.2+) on custom port(s). I also use geo-blocking via MaxMind (free version). I ignore (444=drop) direct IP# requests (the DDNS name must be used for access). I use a custom port (5 digits) that hackers usually don’t scan. (And yes, my 85-year-old mother can use this easily.) List of assigned ports. With this setup, it’s hard for anyone to access my LAN or Emby without explicit instructions.
  8. If I'm reading the Beta thread correctly, the last released build (2.1.23) was late 2024. A year later and 19 builds later, why would you not release it? It would be nice for us users to get all those improvements.
  9. plittlefield

    Lower number of posters on Movies list

    Fantastic, thanks! Who knew?!?!
  10. Today
  11. Pyme

    Can only stream one live TV channel

    Found it - for some reason there the option under streaming ==> advanced ==> limit single channel streaming per tuner had been ticked for some reason. Untick and I can watch multiple channels at once to my hearts content. Phew
  12. FrostByte

    Trailers no longer working

    Okay, I think the YT trailers were fixed in 2.1.28 You can either sign up for the beta channel to get it from the store or just download the apk from the link below and sideload it.
  13. yocker

    Plugin: EmbyBanner

    Very simple little plugin. Customize the new banner feature in the Emby server beta. Cycle between messages - No a live cycle so requires reload of mainpage. Show Movie, Show, Episode, Video count. Show latest movie and/or TV show. Add Emojis (for what ever reason ) Can look into adding more if people want it. ONLY WORKS WITH EMBY SERVER BETA!! Can be found at: yocksers/EmbyBanner.
  14. justinrh

    Trailers no longer working

    2.1.23g on the Shield. How did you get 2.1.43?
  15. ebr

    EMU - Emby Music Player

    Hi. The author of this does not appear to be a member anymore.
  16. Madflava

    Apollo TV - No Guide Data and No Channels Listed

    Hate to bump this old thread but did anyone ever find a better guide solution for this service?
  17. muzicman0

    2-Factor Authentication (2FA)

    I honestly don't understand the 2fa on just admin accounts. I don't want ANYONE logging into my server that I don't know, admin or not.
  18. esmailelbob

    Emby and rclone are slow

    I have an Emby media server where storage is attached via rclone mount. The backend is served through an app called Altmount (similar concept to nzbdav). My goal is to get movies to start playing in 1 second or less. Currently there's a noticeable delay on first play before Emby can start streaming the file. I tried kodi for emby and with webdav and webdav was noticeably faster so is there anyway or config that i can use in rclone to overcome this emby headings and make it faster? My rclone setujp is: ``` rclone: path: /config password: "" salt: "" rc_enabled: true rc_url: "" rc_port: 5573 rc_user: admin rc_pass: admin rc_options: {} mount_enabled: true vfs_name: altmount mount_options: {} log_level: ERROR uid: 1000 gid: 1000 umask: "002" buffer_size: 32M attr_timeout: 5s transfers: 32 cache_dir: /config/cache vfs_cache_mode: full vfs_cache_poll_interval: 10s vfs_read_chunk_size: 32M vfs_cache_max_size: 100G vfs_cache_max_age: 8760h read_chunk_size: 32M read_chunk_size_limit: 2G vfs_read_ahead: 2G dir_cache_time: 5s vfs_cache_min_free_space: 1G vfs_disk_space_total: 1G vfs_read_chunk_streams: 4 allow_other: true allow_non_empty: true read_only: false timeout: 1h syslog: true no_mod_time: true no_checksum: true async_read: true vfs_fast_fingerprint: true use_mmap: true links: false ```
  19. amnuts

    Smart Playlists/Views

    Just wondered if there was any more news on the smart playlist feature, not just the homepage revamp?
  20. yocker

    2-Factor Authentication (2FA)

    Disable admin account from outside and use VPN when needing to use the admin account should make files secure. Keep an eye on where users connect from once in a while, there are plugins for that. Blacklist countries you have no users in. Make sure users don't set 1234 as password.. Emby needs a feature for minimum lenght and special character passwords Correctly set up proxy instead of direct Emby access. Tailscale funnel also works very nicely and doesn't require "outsiders" to have tailscale. Not saying 2fa isn't needed, just that there are other ways to secure the server.
  21. ebr

    Lower number of posters on Movies list

    Hi. I'm not sure what you are calling the "movies list" screen but all grid views have a poster size option. Click the "..."
  22. maltobelli

    EMU - Emby Music Player

    Is this plugin still in development? Looking for alpha testers*? I've been frustrated with Emby's music player as long as I've been using it, this UI looks MUCH better. As far as other features I'd love to see: scrobbling to last.fm being able to send playcount updates to my MediaMonkey server (from which I can scrobble my tracks to last.fm) Some sort of visual like milkdrop or something, just to stop my LGTV from going to the screen saver. the regular emby music player doesn't update the screen enough. * I'm a solutions architect, fluent in C#, and can give appropriate feedback.
  23. visproduction

    Limit users outside network to individual IP adress.

    Nem, Android version of Emby goes directly from the App to the saved IP address. There is no step to go to another website first, so I don't think the apps would work. You can try to set the app to go to the hidden page link, instead. I am not sure if it will even show a website page. This trick is really more for web access users.
  24. FrostByte

    Trailers no longer working

    What version are you running? Works in 2.1.43 for me.
  25. crusher11

    TV Series Genres doesn't make sense

    Because genres only have one, global, image. It would be silly to say that if you're watching a crime show, it shouldn't list a crime movie as being in the same genre for the purposes of showing you similar media.
  26. caffeineshock

    2-Factor Authentication (2FA)

    i cant believe it... still no 2fa option for a service that is made to be reachable from the outside... sure, you can whitelist clients and ask ppl to use good passwords, use geoblock on your firewall if you can but still...
  27. justinrh

    TV Series Genres doesn't make sense

    I already explained that. See for yourself. Maybe you should answer why the would not be? I'm in a library - why would I expect to ever see media from another library? Do you expect the same if you view Folders or any other filter?
  1. Load more activity
×
×
  • Create New...