View Single Post
Posts: 15 | Thanked: 4 times | Joined on Jul 2017
#274
Originally Posted by llelectronics View Post
Update: Version 2.0.1 is out now.

This version fixes some bugs like using a different user agent for loading a modern youtube website version again, some fixes for the filemanager.
A new feature now allows you to always try to use ytdl for loading youtube streams (see settings).
A new mini player allows you to continue audio playback of a media file after you swiped back from the media player.
Some restructuring in the code added some smaller loading time improvements and fixed the Mpris player handling that sometimes initially did not sync the playback state correctly.

Changes
  • Fix OpenDialog: Wrong path when switching between folders + hidden files show states (Fixes: #31)
  • OpenDialog: Sync changes to path with webcat
  • Translate description texts of AddBookmark aswell + updated german translation
  • Add swedish, spanish & chinese translations to project
  • Make new dynamic youtube mobile site work
  • Add 'Try to load all youtube videos with ytdl' in settings
  • Fix chinese translation parsing error due to broken tag
  • Add initial Russian translation
  • Add Dutch translation
  • Outsource mediaPlayer to own mplayer component + added minPlayer
  • Add dash fullhd 1080p youtube avc1+aac support (deactivated for now as qtmm + gstreamer droid issues)
  • Allow minPlayerPanel hiding by swiping down and allow it showing on firstPage pulley menu
  • Move mpris Player functionality in MprisConnector + MinPlayerPanel next/prev functions
    (fixes mpris status sometimes paused/stopped initially)
  • Put minPlayerPanel in a component and load it dynamically
  • Connect minPlayer to MprisConnector
  • Only show 'Show Player' pulley menu entry if minPlayer has source
  • Fix playlist progressing & moved signal handling for video player specific stuff back to video player
  • Update youtube-dl

As always you can get the latest version from openrepos.net
In next version can you add google music api (to listen music from google music)
https://unofficial-google-music-api.....io/en/latest/ to your application?