Releases: chachmu/mpvDLNA
Releases · chachmu/mpvDLNA
mpvDLNA 3.4.1
mpvDLNA 3.4.0
Features
- Added support for unicode characters thanks to @hyousatsu!
mpvDLNA 3.3.1
Features
- Added an additional search to check if the config file was placed in
/script-opts
mpvDLNA 3.3.0
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
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
Features
- Added a check on startup to determine if python needs to be called using
python
orpython3
- Added a .conf file option to specify what name to use when calling python
mpvDLNA 3.1.4
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
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
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
Fixes an issue with import modules when trying to run mpvDLNA on non-Windows operating systems.