Skip to content

Releases: chachmu/mpvDLNA

mpvDLNA 3.4.1

10 Apr 20:48
33a5c24
Compare
Choose a tag to compare

Features

  • Adds more descriptive errors when testing different python calls

mpvDLNA 3.4.0

13 Aug 22:03
295d423
Compare
Choose a tag to compare

Features

  • Added support for unicode characters thanks to @hyousatsu!

mpvDLNA 3.3.1

22 Jan 07:32
Compare
Choose a tag to compare

Features

  • Added an additional search to check if the config file was placed in /script-opts

mpvDLNA 3.3.0

22 Jan 01:47
4d35156
Compare
Choose a tag to compare

Features

  • Added a .conf file option to set the total number of nodes fetched per request to the DLNA server.

Bugfixes

  • Fixed issue causing subfolders alongside media content to not be displayed.

mpvDLNA 3.2.0

21 Jan 09:42
ab93bac
Compare
Choose a tag to compare

Features

  • Added a .conf file option to set the timeout for searching for new DLNA servers

Bugfixes

  • Fixed issue with decoding certain symbols in server search results

mpvDLNA 3.1.5

04 Dec 00:24
34ce4ba
Compare
Choose a tag to compare

Features

  • Added a check on startup to determine if python needs to be called using python or python3
  • Added a .conf file option to specify what name to use when calling python

mpvDLNA 3.1.4

01 Jun 22:47
Compare
Choose a tag to compare

Features

  • Added a variety of logging that can be viewed by calling mpv with --msg-level=mpvDLNA=debug or --msg-level=mpvDLNA=trace depending on the desired level of detail.

Bugfixes

  • Fixed issue with now playing indicator not updating correctly

mpvdLNA 3.1.3

22 May 21:47
Compare
Choose a tag to compare

This commit should fix all currently known Linux specific issues.

Bugfixes

  • Fixed issue with python paths using \\ instead of /
  • Fixed issue with handling Windows vs Linux newline styles.

mpvDLNA 3.0.3

23 Apr 02:32
Compare
Choose a tag to compare

Features

  • Added a config file option to send wake on lan packets to specified MAC Addresses when starting mpv so you don't have to wait as long for the server to start up.
  • Decreased the default font size for the description field of metadata so it fits on the screen better. Also added a config file option to set a custom description font size.

Bugfixes

  • Fixed issues with backspacing arguments not working properly with the autocompletion system

mpvDLNA 3.0.1

21 Apr 19:23
Compare
Choose a tag to compare

Fixes an issue with import modules when trying to run mpvDLNA on non-Windows operating systems.