Skip to content

Releases: insin/remote_control_for_vlc

v1.4.2

23 Jul 02:59
Compare
Choose a tag to compare

Added a button to access settings when trying to connect to VLC after initial configuration

v1.4.1

22 Jul 07:56
Compare
Choose a tag to compare

Fixed:

  • Fix being able to put the playback rate below 0.25 and above 4.0 using the button controls
  • Fix selection of subtitle and audio tracks when VLC is using a non-English language
  • Subtitle and audio tracks are now be available for selection regardless of which metadata is available to describe them

v1.4.0

19 Jul 01:21
Compare
Choose a tag to compare

Added:

  • Equalizer
  • Playback Speed control
  • Take Snapshot menu item
  • Scrollbar in playlist and file browser

Changed:

  • Moved Settings to the menu
  • Moved Repeat and Loop from the menu to the main playback controls
  • Open Media is now a playlist floating action button
  • Stop is now a long press on the play button
  • Toggling mute now counts as interacting with volume controls

Fixed:

  • Background image-related crash if VLC is already playing audio on start

v1.3.2

12 May 17:59
Compare
Choose a tag to compare

Added:

  • Added a guide to finding your Host IP on the settings screen

Changed:

  • Moved Port to the bottom of the VLC connection settings and added help text to indicate it's for advanced use (it can only be set by starting VLC via the command-line) and most users shouldn't need to change it

v1.3.1

12 May 16:06
Compare
Choose a tag to compare

Fixed:

  • Fix playlist being set to null instead of being emptied
  • Fix guide layout on screens which are wide enough for text not to wrap

v1.3.0

11 May 18:23
Compare
Choose a tag to compare

Added:

  • Add VLC setup guide
  • Add automatic scanning of network for VLC host
  • Add playing/enqueueing URLs
  • Add background cover art from audio files (and a setting for it)

Changed:

  • Animate Play/Pause button
  • Increase seek time of fast forward/back to 10 seconds
  • Display artist for current item when available
  • Ignore duplicate playlist responses

Fixed:

  • Fix render error if the 1st playlist request completes before the 1st status request
  • Fix handling of negative lengths from VLC

v1.2.0

07 May 19:35
Compare
Choose a tag to compare

Summary:

  • Upgraded to Flutter 1.17, should be smaller, faster use less memory
  • Fixed crash caused by VLC sending out-of-range volumes
  • Fixed display of non-ASCII characters
  • Durations are now displayed in the playlist
  • Volume controls are hidden by default
  • Muting volume is now a long-press on the new volume icon
  • Long-pressing in the file browser allows you to enqueue items
  • Directories can now be played and enqueued by long-pressing
  • Added a (None) subtitle option to disable subtitles

Full release notes:

https://jbscript.dev/vlc-remote-v120-release-notes/

Release v1.1.3

04 May 05:29
Compare
Choose a tag to compare
  • Fixed crash caused by volume somehow being set to null
  • Fixed crash using the rewind/fast forward buttons - VLC lets you make playback time go negative/over length
  • Fixed flashes of play/paused/stop states when starting and stopping playback
  • Limit the number of volume change calls made to VLC while moving the volume slider
$ flutter build appbundle --no-shrink

Release v1.1.2

02 May 17:09
Compare
Choose a tag to compare
  • Added top-level error handling to try to diagnose grey screen errors some users are getting

If you get an "Unhandled Error" dialog please tap "COPY ERROR DETAILS" and post error messages to https://github.com/insin/vlc_remote/issues/new

  • Fixed resuming playback by tapping the current paused playlist item
  • Changed buttons from No/Yes to CANCEL/REMOVE when removing a playlist item, per Material guidelines
  • Changed volume updates to round to the nearest integer

v1.1.1

23 Mar 17:39
Compare
Choose a tag to compare

Rebuilt with --no--shrink to attempt to fix crash issues some users are getting

See flutter/flutter#47635