- Apr 22, 2025
-
-
Diogo Simao Marques authored
The audio and subtitles tracks are now properly selected and the current track index is properly being handled without having to manage the track selection on the app side.
-
Diogo Simao Marques authored
The audio and subtitles options now include the disable ones and the track selection is properly handled based on the table view's indexes.
-
Diogo Simao Marques authored
The audio and subtitles disable features are manually added back to the list of tracks.
-
Diogo Simao Marques authored
When trying to retrieve the audio tracks number on tvOS, the audio tracks array was being returned instead of the array count, causing a compilation error.
-
- Apr 21, 2025
-
-
Felix Paul Kühne authored
-
Currently Plex login ignores the username and password from the UI and instead always looks up the Keychain for credentials. This will fail if no credentials have been stored, or if the stored credentials are incorrect. This will also result in unexpected behavior if the user wishes to log in with different credentials on the same server. This change means the code will attempt to log in with the given username and password before falling back to credentials stored in the Keychain. Closes #1824
-
-
- Apr 20, 2025
-
-
Robbie Deane authored
All server credential keys are stored as Uppercase since a06bbd8b. This change allows us to look up the correct keys for Plex credentials rather than returning nil and erroring out. Towards #1824
-
- Apr 14, 2025
-
-
Craig Reyenga authored
-
Craig Reyenga authored
Remove other duplicate code from player view controllers, including duplicate methods in the same file.
-
Craig Reyenga authored
-
Craig Reyenga authored
-
- Apr 13, 2025
-
-
- Apr 08, 2025
-
-
Diogo Simao Marques authored
The sortModel is properly instantiated in the playlist model instead of being handled by the collection model.
-
Diogo Simao Marques authored
The EditController now also displays the playlist header when the collection is being reordered by the user.
-
Diogo Simao Marques authored
The header displays a bigger artwork cover with buttons more accessible to start the playback regularly and shuffled. Closes #1868
-
- Mar 26, 2025
-
-
Diogo Simao Marques authored
The brightness and volume gestures are now correctly handled when enabled. If the gestures are disabled, swiping down will minimize the player. Closes #1887
-
- Mar 24, 2025
-
-
-
Before sending the notification, the lastMedia object is checked to avoid any nil object being pushed with the notification possibly leading to a crash issue.
-
The serverBrowser's class is checked before calling the selector in order to avoid any possible crash issue from happening.
-
Users can now select a different value to perform a backward/forward seek.
-
The hack using the playbackPosition to perform a seek has been replaced by the standard calls to the jump backward/forward methods of the playback service.
-
-
- Mar 20, 2025
-
-
- Mar 18, 2025
-
-
- Mar 15, 2025
-
-
Andrei Glukhikh authored
-
- Mar 12, 2025
-
-
Craig Reyenga authored
-
- Mar 10, 2025
-
-
Marvin Scholz authored
We are no longer on Freenode for a while now.
-
- Mar 08, 2025
-
-
The default criteria's localized label is updated to "Custom" to match its purpose.
-
The indicator is removed because the default criteria is not related to any ascending or descending order. The default criteria is only based on the user's interaction.
-
The feature allowing the user to change the order of a playlist's media is now restricted to only the default sorting criteria. This avoids any issue related to the loss of a the custom order when a sorting criteria other than default was selected during the changes.
-
The default sorting criteria is now explicitly added to the list.
-
Different sorting criteria can be applied to the array of media stored in a playlist. Closes #729
-
The VLCMediaLibraryKit version has been updated to be able to use the latest changes.
-
The sorting criteria are now displayed in the menu generated for the playlists' content.
-
- Mar 07, 2025
-
-
Craig Reyenga authored
-
- Feb 27, 2025
-
-
Diogo Simao Marques authored
This removes the hack in the options' action sheet that was displaying the same icon for the bookmarks and chapter. Since we do have a proper icon for the chapters, it is no longer needed. Closes #1757
-
Diogo Simao Marques authored
The icon dedicated to the bookmarks now has a name accordingly and a new icon has been added for the chapters.
-
- Feb 23, 2025
-
-
- on lockscreen and when using external controls (like headphones and car controls). (resolve #428 #800) Signed-off-by:
Felix Paul Kühne <felix@feepk.net>
-
- Feb 21, 2025
-
-
If the current playing media has been recognized as a live stream and it turns out to have a positive value length, the player in the control center is updated to the default player. The playback is not interrupted anymore at the end of the media and the play/pause and previous/next interactions do not lead to the end of the playback either. Closes #1416
-