Posts

Showing posts from 2024

QuasiTV 2.5.1

QuasiTV 2.5.1 (2024-12-10): Fixed issue with playback using the latest emby server betas Improve playlist shuffle to lower chances of repeats being scheduled close together Direct Download

QuasiTV 2.5.0

 QuasiTV 2.5.0 (2024-11-26): Added option to import channels using direct ip:port of quasitv instance instead of relying on multicast Updated media3 exoplayer to 1.5.0 Updated web admin flutter version and dependencies Here are the changes in the exoplayer update: https://developer.android.com/jetpack/androidx/releases/media3#1.5.0 I get a lot of requests from people for the apk of QuasiTV so they can sideload it on their tablet or phone so I decided to make on available here .  Keep in mind sideloading the apk is not supported by myself so please do not email about issues when doing so.  QuasiTV was not designed for non TV user interfaces and no official support for touchscreens.  Use at your own risk.

QuasiTV 2.4.0

I went through and updated all the dependencies QuasiTV uses.  The 2 important updates would be the google play billing library (google now requires all updates to be using billing 7.0.0 or newer), and updating exoplayer to 1.4.0. Here is a blog from google about the 1.4.0 update:  https://medium.com/google-exoplayer/media3-1-4-0-whats-new-ba1c9c17ee1a Full release notes posted here:  https://github.com/androidx/media/blob/release/RELEASENOTES.md QuasiTV 2.4.0 (2024-08-06): Updated appcompat to 1.7.0 Updated exoplayer to 1.4.0 Updated billing library to 7.0.0 Updated fragment library to 1.8.2 Updated ktx core to 1.13.1 Updated lifecycle lib to 2.8.4 Update is now live on google play and amazon app store

QuasiTV 2.3.0

Image
 2.3.0 adds the ability to customize the controls on your remote, allowing you to rebind: Up, Down, Left, Right, Center, Play, Pause, Play/Pause, Channel Up and Channel Down.  These options are under Settings -> Controls QuasiTV 2.3.0 (2024-04-11): Added ability to customize controls Added option to turn off showing player controls after changing channels Added keyboard binding for next/previous channel (W/S) Updated exoplayer to media3 1.3.0 Updated other dependencies Shuffle show/movie order should be a bit more evenly distributed in what shows/movies are selected Fixed issue with web admin search bar not enabling when there are movies but no tv shows Fixed profile placeholder image not showing correctly sometimes Previous 2.2.x Changelogs: 2.2.1 (2024-02-17): Fixed side menu navigation on older devices when some items are hidden Improved importing channels from other QuasiTV clients on more complex local network setups 2.2.3 (2024-02-28): Improved syncing error handling ...

QuasiTV 2.2.0

Image
 All of QuasiTV's dependencies have been updated including a fairly large update to exoplayer, which moved it from the deprecated standalone exoplayer project (2.19.1) , into the exoplayer included in the official Android Jetpack Media3 library (1.2.1) . Also included is the ability to force a sync with your plex/emby/jellyfin server instead of waiting for it to happen naturally (every 2 hours or so).  The option is present in the in app settings and also in the web ui settings. Finally there is an improved way to search for content to add to your channels.  The web ui search now has a "Bulk Search" option that lets you enter multiple shows, one on each line.  The search results will then show all matches for each show.  This makes it easy to add multiple shows to a channel at the same time. Update has been uploaded to both google play and amazon and are just waiting for approval. QuasiTV 2.2.0 (2024-02-10): Updated playback engine to exoplayer from androidx med...