Jump to content

Leaderboard

  1. Happy2Play

    Happy2Play

    Top Contributor


    • Points

      12

    • Posts

      42985


  2. seanbuff

    seanbuff

    Moderators


    • Points

      4

    • Posts

      2864


  3. CBers

    CBers

    Moderators


    • Points

      3

    • Posts

      19540


  4. Spaceboy

    Spaceboy

    Top Contributor


    • Points

      3

    • Posts

      6621


Popular Content

Showing content with the highest reputation on 06/22/24 in Posts

  1. Send a private message to @Abobaderand he can change it for you.
    2 points
  2. The problem with usb housings like this is they drop out frequently. If you have the money, why not look at a jonsbro case and migrate everything to them? https://www.amazon.com/N1-Mini-ITX-Chassis-Computer-Aluminum/dp/B09WZLHCZG/ https://www.amazon.com/N2-Aluminum-Support-Integrated-Removable/dp/B0BQJ6BCB7/ https://www.amazon.com/Mini-ITX-Chassis-Computer-Aluminum-Support/dp/B0CMVBMVHT/ I listed them in increasing sizes just to give you an idea. I sadly can't answer your second question about dumbing things down though as I do not have the experience to do so as I've never used windows storage spaces. I would personally either go TrueNAS or UNRAID. Though as you want to upgrade later, UNRAID would be the preferable option. And then it can get complicated quickly.
    2 points
  3. Yes it appears dynamic images only come from Playlist Order so Emby Sort option will not affect this. So this will need a little tweaking if more than one album exists in playlist it needs to use image from different albums.
    2 points
  4. To specify the remote address, with connections handled by a reverse proxy; you'll need to set three settings in the network tab: Public https port number: 443 (or the port your proxy listens on) External Domain: your.domain.here Secure Connection Mode: Handled by reverse proxy This should set the 'remote (wan) access' address in the dashboard to: https://your.domain.here (the :443 part isn't shown unless you use a different port from 443, as it's the default https port.)
    1 point
  5. I think what they're asking is how to make "In-Home (LAN) access" show the same thing as "Remote (WAN) access" so that the reverse proxy is used for all connections. I'm not aware of a way to do this for In-Home (LAN) access, I also use a reverse proxy on my internal network and I just put in a firewall rule to block all traffic directly to my server on port 8096/8920 so devices are forced to use the reverse proxy and I have a DNS entry that returns the internal reverse proxy IP rather than it resolving to the external address.
    1 point
  6. Check your syntax, it works fine for me: openssl pkcs12 -export -passout pass:'' -out pkcs12test.pfx -inkey <path to>/privkey.pem -in <path to>/fullchain.pem From openssl man page: Pass Phrase Options Several commands accept password arguments, typically using -passin and -passout for input and output passwords respectively. These allow the password to be obtained from a variety of sources. Both of these options take a single argument whose format is described below. If no password argument is given and a password is required then the user is prompted to enter one: this will typically be read from the current terminal with echoing turned off. Note that character encoding may be relevant, please see passphrase-encoding(7). pass:password The actual password is password. Since the password is visible to utilities (like 'ps' under Unix) this form should only be used where security is not important. env:var Obtain the password from the environment variable var. Since the environment of other processes is visible on certain platforms (e.g. ps under certain Unix OSes) this option should be used with caution. file:pathname The first line of pathname is the password. If the same pathname argument is supplied to -passin and -passout arguments then the first line will be used for the input password and the next line for the output password. pathname need not refer to a regular file: it could for example refer to a device or named pipe. fd:number Read the password from the file descriptor number. This can be used to send the data via a pipe for example. stdin Read the password from standard input.
    1 point
  7. So far, the issue has not reoccurred. I'm still monitoring both Emby4Android and Emby4AndroidTV apps and will reach out if the issue happens again. Thanks for checking up on me.
    1 point
  8. You have a locked database Busy: database is locked Please follow the steps here https://emby.media/support/articles/Corrupt-Database.html?q=corrupt#:~:text=Remove Database Locks
    1 point
  9. Github all stable release are available betas are only the last two usually. Releases · MediaBrowser/Emby.Releases (github.com) Release 4.7.14.0 · MediaBrowser/Emby.Releases (github.com)
    1 point
  10. Was going to suggest that. I guess you could Filter the library by said codec and multi-select all those items and create a convert job. But would test with say one item to ensure you get a good conversion.
    1 point
  11. Hey all, Google is in the process of changing YouTube's specs so looking like it might need a bit longer before it settles down and the plugin will be working again. Bear with, thanks
    1 point
  12. Thanks @Happy2PlayI have already recreated all users in the new instance, but having the DBs separate as restore options would have been helpful. And yes, my backups before the issue are long gone at this point in time. I just found this reference that would probably be the next steps if I wanted to fix/reset my library.db on the original instance: https://emby.media/support/articles/Corrupt-Database.html Thanks again for your help.
    1 point
  13. @joekingcoollooks like you done a great job! Unfortunately not able to teat since running my server on a linux machine. Hoping that the emby team take’s your analysis and improve emby based on your findings. @Luke ?
    1 point
  14. Your welcome, like I say, whenever I can give more details on a problem I always do my best to do so! Thanks very much for your effects on getting to the bottom of this problem. I do believe the feature your adding is going to help everyone involved! Keep up the great work!
    1 point
  15. Emby itself can do that for you. Convert Media
    1 point
  16. Testing on my desktop I am not seeing an issue OSD hides at about 5 seconds and mouse/cursor about 2 seconds after that.
    1 point
  17. You will see this as the app launches if you experienced a prior crash in the app. The text is subject to change. But we want to make it so users want to send us logs so we can fix their crash. After you choose an option the app will launch normally and continue loading. But it will wait until users make a choice here. It does not automate fully the sending of logs. We want users to choose to help us. Users are not required to help by sending logs. It is just nice to see since we cannot personally find all the crashes.
    1 point
  18. @NinkoI have some good news regarding crashes. With Roku OS13 we have the ability to detect when the app launches if it crashed the last time it ran. You will be able to automatically send us the stack trace from when the app crashed on your Roku. We will have a dialog that spawns when the application starts that alerts you that we noticed your device has previously crashed. We will then ask you if you would like to send us logs. It does this all automatically without the user having to set the app into debug mode or do anything special at all. You literally just launch the app after a crash. It will allow us to then fix your issue if you choose to send us logs from the dialog. We cannot fix crashes we do not know about. So hopefully most of the users choose to send these crash logs to us. The next update to the Roku app should include this automatic crash logging ability. This will also allow every user experiencing crashes to send us anonymous stack traces to pinpoint exactly where these crashes occur in the app and how. It will make it much easier for users to participate in finding issues that cause the app to crash. We will know the exact place in the app these crashes occured and what the state of the objects were at that time. That will make it several orders of magnitude faster to have users report these issues and get them fixed quickly and easily. Better days are ahead. You won't have to make a forum post when the Roku app crashes after this. Please stay tuned.
    1 point
  19. Thanks @Happy2Play. @Lukethis appears to be different from Emby behavior for Libraries, where it seems to select four random images to blend into cover image. Reordering manually is awkward via phone/app interface, then needs to be manually reset to preserve original playlist order, and ideally wouldn't be necessary.
    1 point
  20. Actually, looks like the catalog shows some info as it does not shown with the update on the dashboard.
    1 point
  21. @ebrLooks like another thread to merge possibly? At any rate at least I'm not the only one! Maybe that feature request for TVE playback on Emby I posted five years ago can be revisited but I doubt that will change anything since the stream source is the same. The thing is, if Channels DVR can get the subs decoded correctly for these streams, why can't Emby?
    1 point
  22. Yes restoring from backup will just give the new system the bad databases. Unless by chance you have databases old enough before the issue so technically the plugin should be a minimum of 7 db but probably 30 would be best. But this really depends on how long it take to see the issues of a broken library.db. Still sort of a conflict as you have previous backups so you can restore userdata, but is kind of worthless as you need to restore previous users also. So you would have to manually copy the users.db if you want users and userdata. @Lukethere really needs to be a Users restore option also so userdata can be restored to correct users for a new setup/library.db. As of right now one technically must start over when library.db becomes corrupt/bad if depending on Emby backup. Technically one must maintain a known good db independent of the backup as only one full backup exists. Sure you can save additional dbs but by default that does not happen but that is hoping the error causes issues that are seen before said backups are overwritten.
    1 point
  23. Thanks for the tip @Happy2Play. This has been driving me crazy since the 4.8 upgrade. I have noticed that SORT ORDER doesnt make any difference, I have to manually drag and drop them into the PLAYLIST ORDER. Then delete image and refresh. I can repeat this time and time again. Thanks again.
    1 point
  24. Got me as I get same 4 if first 4 are the same. Consistently repeatable as I reordered again
    1 point
  25. I have been manually programming all of my channels that do not auto detect. But I do not rely on Emby Server to Auto map the channels, because unless the TVID tag matches the ID of the channel guide enabled for that tuner, then it does nothing. So I use epgshare01 for a backup xml when needed. But i use cloud.iptveditor for all my channel needs, mapping, moving, photos, epg... It is the best one i have found. I also wish emby had a better auto mapping feature... I have asked about this some time ago... However, since it is low on the list of features... it may take some time before it gets some work. I also agree that it needs some work done. It should have an adjustable match setting percent, like the cloud.iptveditor.. anyways, hope this helps. good luck
    1 point
  26. Awesome! I’ll try to install today
    1 point
  27. Exactly! And there are other topics on this same subject, this has been “we’re looking into it” for at least a year so don’t hold your breath. Infuse is sadly the way.
    1 point
  28. Hi, can you please try our new Emby Theater 3.0.21 package? https://emby.media/download Please let us know how this compares. Thanks !
    1 point
  29. May need to clarify your exact needs.
    1 point
  30. I’ve gotten this error as well, usually results in stopped recordings. Just wondering what the current delay is for restart? When the monitor program reacts to an error I’ve found it usually takes about 45 seconds from shutdown to recording restart, as long as the stream is stable enough to start recording again. I actually had one tonight that had to restart 3 different times starting about 15 min in. I still got 57 min of a 60 min program. Huge improvement over pre-monitor.
    1 point
  31. 1.8.0 has just been released which should include your model. Can you please check the app store again and let us know if you can find it now?
    1 point
  32. I love these and have been using them - any chance you are willing to do another in the same style for Live TV Recordings?
    1 point
  33. Download & Install: https://emby.media/emby-for-android.html Changelog: 3.5.31 -03/24/2026 Fix cases of text subtitles rendering off screen Updates to new home screen features 3.5.30 -02/26/2026 Support new home screen options in 4.10 server 3.5.29 -02/10/2026 Various fixes related to handling of playback stop 3.5.28 -01/21/2026 Various fixes related to handling of playback stop 3.5.27 -01/20/2026 Subtitle sizing fixes 3.5.26 -01/18/2026 Various fixes related to handling of playback stop 3.5.25 -01/18/2026 Resolve sporadic cases of video stuttering 3.5.24 -01/11/2026 Fix sporadic post playback crashes 3.5.23 -01/06/2026 Fixes for SSL certificates with no common name 3.5.21 -12/15/2025 Fixes for picture in picture 3.5.17 -11/21/2025 Fixes for launching books Fixes for live tv guide rendering on older devices 3.5.16 -11/04/2025 flac decoding fixes Update app exit menu 3.5.15 -10/31/2025 Fix youtube playback 3.5.13 -10/25/2025 Change video player up option from Chapters to Chapters / Guide Fix sporadic app crashes with flac playback 3.5.12 -10/07/2025 Fix playback error on older versions of android 3.5.11 -10/04/2025 Fix lyrics display layout in TV mode Fix video remote control layout Update live tv recordings tab layout 3.5.10 -10/01/2025 Restore home screen backdrop 3.5.09 -09/29/2025 Support pinch gesture for fullscreen video 3.5.06 -09/27/2025 Show age of person Fixes for next/previous episode button in video player Add explicit direct stream live tv option 3.5.04 -09/19/2025 Fix new spoiler feature causing movie chapter thumbnails to be hidden 3.5.03 -09/17/2025 Update now playing indicator 3.5.02 -09/11/2025 Fix background video option 3.5.01 -09/09/2025 Updates to new option to hide episode spoilers 3.5.00 -09/07/2025 Add option to hide spoiler information from episodes Support experimental hevc transcoding with 4.9 server 3.4.98 -09/04/2025 Group recordings under live tv recordings tab (with 4.9 server) 3.4.97 -09/04/2025 Allow video playback to extend into the notch Navigation fixes 3.4.94 -09/02/2025 Fixes for horizontal home screen 3.4.92 -08/30/2025 Fixes for horizontal home screen 3.4.91 -08/27/2025 Improve DV to HDR fallback for Zidoo devices 3.4.90 -08/24/2025 Fit detail screen regressions with collections and actors 3.4.89 -08/22/2025 Improve horizontal home screen 3.4.88 -08/20/2025 Improve DV to HDR fallback Fix multi-select list focus color Fix various home screen regressions 3.4.85 -08/18/2025 Fix various home screen regressions Show three items with add to collection/playlist 3.4.84 -08/17/2025 Fix various home screen regressions 3.4.83 -08/14/2025 Updates for server maintenance mode feature 3.4.82 -08/07/2025 Add option to control whether back button exits the app when clicking back on the exit menu 3.4.80 -07/25/2025 Fix metadata editor regression 3.4.79 -07/23/2025 Fixes related to Dolby Vision to HDR fallback General performance improvements 3.4.77 -07/07/2025 Up/down arrow key fixes 3.4.76 -06/26/2025 Up/down arrow key fixes 3.4.75 -06/17/2025 Resolve loss of arrow key input after playing from guide 3.4.74 -06/10/2025 Fix date added missing from list of sort orders 3.4.72 -06/04/2025 Support keyboard input on search screen in tv layouts 3.4.71 -05/28/2025 Various fast-forward/rewind bug fixes 3.4.70 -05/20/2025 Various UI bug fixes 3.4.69 -05/10/2025 Support sleep timer in the audio player 3.4.67 -05/02/2025 Fixes for av1 playback Various download fixes 3.4.66 -05/01/2025 Add folder view option to automatically jump through folders containing a single item Increase timeout length when downloading Various download fixes Various camera upload fixes 3.4.65 -04/29/2025 Fixes for external subtitles over https 3.4.64 -04/25/2025 Fixes related to rapid back button presses 3.4.62 -04/24/2025 Fix regression with light themes in portrait orientation 3.4.60 -04/23/2025 Fix regression with subtitle appearance options 3.4.59 -04/19/2025 Fixes related to video player long press action Add text size setting for TV display mode 3.4.58 -04/17/2025 Fixes related to video player long press action 3.4.57 -04/17/2025 Add option to control video player long press action 3.4.56 -04/11/2025 Update embedded libass for subtitle rendering 3.4.55 -04/07/2025 Fixes related to dialog sizing within the guide 3.4.54 -04/06/2025 Fixes related to superman theme 3.4.53 -04/05/2025 Fixes related to play next option Improve performance 3.4.52 -04/02/2025 Improve performance 3.4.50 -03/27/2025 Add video screen up action option to control up button press behavior 3.4.49 -03/25/2025 Fixes related to autoplay episodes options 3.4.48 -03/19/2025 Fixes for closed caption rendering 3.4.47 -03/12/2025 Add a-z picker to add to collection/playlist 3.4.46 -03/07/2025 Support playback correction 3.4.45 -03/05/2025 Play vtt subtitles directly without conversion from the server 3.4.44 -03/03/2025 Fix some of the quality settings not saving 3.4.43 -02/28/2025 Add convert unsupported audio option 3.4.42 -02/26/2025 Fixes related to login options Fix video rotation on Fire TV devices when direct playing 3.4.40 -02/23/2025 Add option to configure to login as specific user on startup 3.4.39 -02/18/2025 Add playback option to disable direct play of mpegts 3.4.38 -02/11/2025 Fix errant "left" popup 3.4.37 -02/07/2025 Fixes for gamepad input 3.4.36 -01/30/2025 Fixes for playback of downloaded content 3.4.35 -01/27/2025 Fixes for playback of downloaded content 3.4.34 -01/24/2025 Fix crash on older versions of android when returning from PiP 3.4.33 -01/20/2025 Fix theme songs playing in the background after force closing the app 3.4.32 -01/08/2025 Update to exoplayer 1.5.1 3.4.31 -12/30/2024 Fix person content not displaying correctly 3.4.30 -12/19/2024 Fix downloaded books not being displayed 3.4.28 -12/12/2024 Split remote and cellular quality into two values Support passing subtitles to mxplayer 3.4.27 -12/01/2024 Fix regression when clicking manage server 3.4.26 -11/22/2024 Add emby://play/{serverID}/{ItemID} intent 3.4.24 -10/20/2024 Fix tag screen empty for certain media types 3.4.23 -10/07/2024 Updates for newer play store requirements 3.4.21 - 08/26/2024 Fix screen being kept on when video is paused 3.4.19 - 08/07/2024 Shuffle fixes Android Auto fixes 3.4.15 - 07/27/2024 Now playing screen layout fixes 3.4.14 - 07/26/2024 Fixes based on google play crash reports Fix guide category scrolling 3.4.12 - 07/17/2024 Fixes based on google play crash reports 3.4.11 - 07/04/2024 Shuffle play fixes 3.4.10 - 07/02/2024 Fix video osd bottom tabs not refreshing between items 3.4.09 - 06/28/2024 Fix rare PIP crash on Samsung devices Add channel group filters above the live tv guide in mobile and desktop layouts 3.4.08 - 06/24/2024 Fix multi-select regression 3.4.07 - 06/21/2024 Add theme song volume setting Fix downloads failing due to % in file name 3.4.06 - 06/18/2024 Live TV guide scroll fixes 3.4.05 - 06/16/2024 Samsung DEX fixes Improve support for chapters with multi-version videos (with server version 4.9.0.25+). 3.4.04 - 06/12/2024 Fix regression on audio play queue screen 3.4.03 - 06/07/2024 Fixes for horizontal home screen 3.4.01 - 06/05/2024 Improve performance Updates for set shuffle Add a pleasing background to the subtitle preview on the subtitle settings screen 3.4.0 - 06/05/2024 Improve performance Fix repeat handling when holding down ff/rew 3.3.99 - 05/30/2024 Improve performance Add Continue Watching channel to Shield home screen 3.3.97 - 05/25/2024 Support shuffle state in the audio player 3.3.95 - 05/23/2024 Auto-scroll live tv guide based on last played channel Show more guide rows in the video OSD Performance improvements Support launching video from photo slideshow 3.3.94 - 05/18/2024 Prompt user to ask how to play when playing a channel that is actively recording 3.3.93 - 05/16/2024 Adjust base osd seek speed 3.3.92 - 05/16/2024 Support variable fast forward/rewind speed 3.3.91 - 05/13/2024 Mobile layout fixes for video screen 3.3.90 - 05/10/2024 Subtitle offset fixes 3.3.88 - 05/09/2024 Change subtitle offset overlay to use a slider 3.3.87 - 05/04/2024 Add Up Next tab to video OSD to see playback queue 3.3.86 - 04/25/2024 Quicker access to chapters in video osd Support drag and drop library order Support drag and drop order for genres, tags, studios and people in the metadata editor 3.3.83 - 04/22/2024 Fix error message not displayed on user stream limit being reached 3.3.82 - 04/21/2024 Support drag and drop with server transcoding settings Add video OSD tab animation 3.3.80 - 04/09/2024 Add text shadow to clock when focus preview is active 3.3.79- 03/28/2024 Group collection items by media type Support app screensaver for tv devices 3.3.77- 03/19/2024 Android auto fixes 3.3.76- 03/15/2024 Fix add to play queue missing from menu 3.3.74- 03/11/2024 Picture in picture fixes 3.3.73- 03/08/2024 Fix reported album name with camera upload feature 3.3.72- 03/01/2024 Fixes based on google play crash reports 3.3.71- 02/29/2024 Fix screen staying on after video playback Redesign music genre screen 3.3.70- 02/22/2024 Fix reverting refresh rate change after playback 3.3.69- 02/16/2024 Audiobook playback fixes with Android Auto Increase delay after refresh rate display mode change 3.3.68- 02/13/2024 Audio passthrough fixes when refresh rate switching is enabled Add Missing Episodes section to metadata manager 3.3.67- 02/08/2024 Fix layout of program dialog in guide 3.3.66- 02/07/2024 Manifest changes for releasing to the play store on TV devices 3.3.64- 02/01/2024 Resolve back screen on playback on some devices after advancing from one episode to the next 3.3.63- 01/30/2024 Improve home videos display in horizontal home screen 3.3.62- 01/18/2024 Improve live tv seek display Improve display of dialogs from guide 3.3.61- 01/18/2024 Improve live tv seek display 3.3.60- 01/15/2024 Fixes for playback on secondary screens Version 3.3.58- 01/04/2024 Support resume and capturing progress from mx player as an external player, as well as other players that use the same parameters. Version 3.3.57- 12/29/2023 Improvements relating to putting the app in the background with video playing and then returning Version 3.3.56- 12/26/2023 Various user interface bug fixes Version 3.3.54- 12/21/2023 Add in-app access to app log files Support channel up/down to change channels during live tv playback Version 3.3.52- 12/15/2023 Various layout fixes Version 3.3.50- 12/11/2023 Fix camera upload regression on Android 14 Update TV mode select menus Version 3.3.48- 11/29/2023 Update exoplayer to 2.19.1 Version 3.3.46- 11/16/2023 Add series context menu option to view missing episodes Version 3.3.44- 11/09/2023 Fix missing 3D icon Add release date to playlist and collection sort orders Version 3.3.42- 11/01/2023 Show full program details when clicking on a program within the guide Support left and right swipe actions on lists Improve Korean subtitle font Version 3.3.41- 10/24/2023 Add option to control display of posters on detail screens Add option to control the number of genres displayed on detail screens Version 3.3.39- 10/18/2023 Support adaptive launcher icon Version 3.3.38- 10/13/2023 Camera upload compatibility updates for android 14 Fix android chat bubbles showing on top of video playback Version 3.3.37- 10/11/2023 Support subtitle position options Version 3.3.36- 10/06/2023 Fix audio playback regression General performance improvements Version 3.3.35- 10/04/2023 Support multi-user login General performance improvements Version 3.3.34- 10/02/2023 Support new profile pin feature Version 3.3.32- 09/17/2023 Support swipe down to dismiss/cancel any dialog that appeared by sliding up Version 3.3.31- 09/13/2023 Make more fields selectable to display in lists Update to new android requirements regarding notifications Version 3.3.29 - 08/28/2023 Make more fields selectable to display in lists Version 3.3.26 - 08/24/2023 Fix regression with delete function Version 3.3.25 - 08/22/2023 Fix regression with external subtitles Version 3.3.24 - 08/20/2023 Fix regression with add to favorites Version 3.3.21 - 08/17/2023 Right to left fixes Fix directional keys repeating with flirc input Version 3.3.20 - 08/03/2023 Various fixes for settings screens Mobile layout list view fixes Version 3.3.19 - 07/19/2023 Fix startup error on android 6.0 Add display option to control visibility of Media Info section on detail screens Version 3.3.18 - 07/12/2023 Try to fix double back press problem Version 3.3.16 - 07/11/2023 Try to fix double back press problem Version 3.3.15 - 07/07/2023 Android auto search fixes Update exoplayer to 2.18.7 Support dvdsub in mp4 container Version 3.3.14 - 06/29/2023 Downsize downloads section in left nav Various user interface fixes Version 3.3.13 - 06/28/2023 Separate refresh rate and resolution switching into two options Version 3.3.12 - 06/23/2023 Various performance improvements Add option to control screen orientation during video playback Update episode list highlights Ease up on text brightness Make clock larger Show detail screen for extras Version 3.3.11 - 06/16/2023 Various performance improvements Version 3.3.10 - 06/15/2023 Rework app exit menu Support left nav in TV layouts Version 3.3.08 - 05/23/2023 Various fixes related to theme song playback Version 3.3.07 - 05/19/2023 Various fixes related to recording indicators Version 3.3.05 - 05/11/2023 Fix series display regression with older servers Version 3.3.04 - 05/08/2023 Fix hardware back button regression with dialogs on the home screen Version 3.3.02 - 05/02/2023 Support flattening series in TV layouts Version 3.3.01 - 04/28/2023 Various scroll fixes Always show exit menu when clicking back on home screen Version 3.2.99 - 04/26/2023 Various scroll fixes Version 3.2.98 - 04/25/2023 Focus preview fixes Version 3.2.97 - 04/24/2023 Improve orientation handling during video playback Version 3.2.96 - 04/22/2023 Improve cast display during video playback Version 3.2.95 - 04/17/2023 Add series display option Improve user interface performance Version 3.2.94 - 03/30/2023 Fix navigation regression Version 3.2.93 - 03/29/2023 Add View Lyrics context menu option for songs with lyrics Add option to keep playing video in background after pressing back Version 3.2.92 - 01/20/2023 Fix regression with some videos with 2ch eac3 Version 3.2.91 - 01/18/2023 Update ExoPlayer to latest version Various video OSD fixes Version 3.2.90 - 12/15/2022 Various video OSD fixes Version 3.2.89 - 12/072022 Add a guide option to control display of channel numbers Version 3.2.88 - 12/062022 Add a guide option to control display of channel names Version 3.2.87 - 12/2/2022 Version 3.2.86 - 11/18/2022 New: The current chapter is now auto selected during navigation Version 3.2.85 - 11/17/2022 Version 3.2.84 - 11/04/2022 Fixed a display issue with expanded info screens Fixed a navigational issue with My Media Version 3.2.83 - 11/02/2022 Support sorting Playlists and Collections (requires Emby Server 4.8+). Navigational changes in LiveTV Additional items added to queue when shuffling playlist Added the number of items within a collection Version 3.2.82 - 10/18/2022 Update subtitle font Version 3.2.81 - 10/12/2022 Fix scroll regression causing jumpiness Version 3.2.80 - 10/12/2022 Improve seeking of .ts files Support separate image sizes for lists Various user interface bug fixes Version 3.2.79 - 10/06/2022 Fixed an issue when clicking Back while playing music Improved handling of Zidoo devices and TV mode Version 3.2.78 - 10/05/2022 LiveTV changes Version 3.2.77 - 09/28/2022 Added setting to switch between different size posters Added episode details under Next Up legacy posters Version 3.2.76 - 09/23/2022 Add three way toggle nav menu (may require beta server?) Added transparency to buttons and menus Version 3.2.75 - 09/21/2022 Version 3.2.74 - 09/20/2022 Added backdrop to the enhanced My Media ? Version 3.2.72 - 09/15/2022 Added visual to timeline when in focus Added option to turn off rating when video playback begins Updated now playing design for music in the background Version 3.2.71 - 09/14/2022 Version 3.2.70 - 09/07/2022 Fixed some small issues Added brightness control to mobile devices Added a lock screen feature during video playback for mobile devices Version 3.2.69 - 09/03/2022 Version 3.2.68 - 09/01/2022 Added shortcut keys Add filter, sort, settings icons to Live TV Guide and move enhanced image and info to the top Move subtitle timing from cog wheel to the CC menu Add Google voice integration Add more media info to the playback OSD Add more media info to the Info screen Change navigation to OSD so there are less clicks Version 3.2.67 - 08/30/2022 Add view series to 3-dot menu for episodes and seasons Add larger bitrate options Add EHS option for the home screen (it is worded differently to spell out exactly what it does - focus previews) Make play from beginning always visible Update thumbnail bubble animation Update detail screen runtime on version selection Version 3.2.66 - 08/29/2022 Version 3.2.65 - 8/25/2022 Fixed a playback issue with DTS-HD HRA 4.8 kHz sampling rate Version 3.2.64 - 8/20/2022 Version 3.2.63 - 8/17/2022 Version 3.2.62 - 8/5/2022 Various video playback fixes Version 3.2.61 - 7/28/2022 Resolve the issue of certain remotes triggering multiple presses on arrow keys General UI performance improvements Version 3.2.59 - 7/27/2022 Added enhanced details for Suggestions and Favorites within TV Shows and Movies libraries Version 3.2.58 - 7/24/2022 Version 3.2.57 - 7/20/2022 Version 3.2.56 - 7/15/2022 Various video playback fixes Version 3.2.55 - 7/13/2022 Various video playback fixes Initial RTL support Version 3.2.54 - 7/08/2022 Version 3.2.53 - 7/06/2022 Version 3.2.52 - 6/23/2022 Various fixes for new table view Version 3.2.51 - 6/17/2022 Add new field options for display Add new theme options Version 3.2.50 - 6/6/2022 Fixes for wma playback Fix sporadic playback errors when playing downloaded content Updates to audio now playing screen. There's also a new Now Playing tab on the home screen when content is playing Use series backdrop on episode detail screens Version 3.2.48 - 5/4/2022 Updated TV mode detail screen Fix on screen keyboard not showing on some Amazon devices Version 3.2.47 - 4/27/2022 Fix aiff playback Fix now playing item not showing on shield home screen Support play/pause during video playback using OK button (when osd is hidden) Add Cast & Crew to video osd Fix SFN not closing Fix an issue with "On Now" in the video OSD Version 3.2.46 - 4/18/2022 Fixed miscellaneous playback issues Version 3.2.45 - 4/9/2022 New updated video OSD dialogs Version 3.2.44 - 3/22/2022 Fixed an issue where music Artists and Album Artists weren't being displayed Version 3.2.43 - 3/17/2022 Fixed an issue where thumbnails weren't showing while scrolling timeline Version 3.2.42 - 3/17/2022 Fixed issue where DV files wouldn't play correctly Version 3.2.41 - 3/9/2022 Version 3.2.40 - 2/28/2022 Added timeline scrolling to OSD Version 3.2.38 - 2/8/2022 Version 3.2.37 - 1/26/2022 Version 3.2.36 - 1//2022 Version 3.2.35 - 1/13/2022 Various audio playback fixes Version 3.2.34 - 12/30/2021 Now direct plays all audio formats, including DTS-WAV Version 3.2.24 - 10/27/2021 Numerous small TV layout improvements from top tabs to popups to video OSD Support long press context menus with Android TV remotes Version 3.2.17 - 10/6/2021 Various bug fixes and performance improvements Version 3.2.14 - 9/20/2021 Various fixes based on user submitted crash reports Version 3.2.11 - 9/13/2021 Add subtitle background color option Version 3.2.08 - 8/26/2021 Bug Fixes Version 3.2.07 - 8/11/2021 Bug Fixes Version 3.2.06 - 8/9/2021 Add Info, Chapters, On Now and Guide sections to video OSD Minor adjustment of detail screen buttons Improve performance of playlist detail screen Add sort by track number option to folder views Version 3.2.05 - 7/9/2021 Various download fixes Fix aiff music playback Fix direct play/transcoding status display for music playback Version 3.2 - 6/19/2021 Support subtitle offset for downloaded videos Fix camera upload regressions on older versions of android Version 3.1.96 - 5/18/2021 Android auto reconnection fixes Music playback started in android auto is now reported to Emby Server The new live tv channel management UI is now available Version 3.1.94 - 4/30/2021 Fix erroneous error message when playing certain music formats Various subtitle fixes Version 3.1.92 - 4/22/2021 Version 3.1.91 - 4/20/2021 Various fixes for av1 video playback Version 3.1.90 - 4/14/2021 Remember play queue when using Android Auto resume feature Support marking favorites from android auto Fix Chromecast add to play queue Version 3.1.88 - 4/10/2021 Save play queue when using Android Auto resume feature Version 3.1.86 - 4/8/2021 Support marking favorites from android auto now playing screen Support a-z picker with users Add favorites to context menu Add mark played to context menu Version 3.1.85 - 4/1/2021 Improve Android Auto browsing Various av1 video playback improvements Version 3.1.84 - 3/28/2021 Fix crash on Shield TV Version 3.1.83 - 3/26/2021 Support device equalizer with audio file playback Add option to download to public downloads folder Various subtitle fixes Various fixes for playback of anamorphic video Improve single channel program list display Support multi-select in list views Add more field options for display in lists Version 3.1.80 - 3/9/2021 Improve dynamic list refreshing Version 3.1.79 - 3/5/2021 Support sorting by filename Version 3.1.77 - 3/2/2021 Various additional subtitle fixes Various mpegts format improvements Version 3.1.76 - 2/20/2021 Honor Android Auto auto-resume setting Fix media notification duration for remote playback Fix subtitles not displaying on secondary screen Support multi-select filtering Version 3.1.75 - 1/20/2021 Support high-res flac playback Various Dolby Vision improvements and fixes Specific DV/HDR fixes for Sony TV's Fix for direct playback of mpeg4 DX-50 Various fixes for Chromecast volume control Various fixes for downloaded subtitles Display content on Android TV home screen Support clicking individual text items in list items Support add to play queue with drag and drop Support add to playlists and collections with drag and drop Support remove from continue watching and next up (requires Emby Server 4.6+) Add new tabs under libraries (requires Emby Server 4.6+)
    1 point
×
×
  • Create New...