Skip to content

Releases: univrsal/tuna

Fixes, new VLC metadata retrieval

03 Oct 10:35
77b3b08
Compare
Choose a tag to compare

Fixed the GUI issues from 1.5.0
Updated VLC source to directly query metadata from obs, which was added in 26.0.0

last.fm, process name, custom api, fixes and restructuring

29 Aug 17:58
0307edf
Compare
Choose a tag to compare

This is a prerelease, which has been reported to have some issues, so for now I encourage you to use the previous stable release unless you really need the changes introduced in this one.

This release adds last.fm support as well as the option to search for process names instead of window titles.
Spotify also now has the option to use your own api keys to prevent timeouts that happen due to rate limits.
Other than that there's some small fixes and interface restructuring.
Also there's now an installer for all three platforms, although I have to emphasize, that I have decided to
not offer any support for macOS anymore
, there's still builds for it but any issues that arise are highly
likely to be not addressed, at least not by me.

Some other changes include:

  • Fixed mislabeled %b and %e
  • Added time remaining format option
  • Fixed songs with non ASCII characters not showing a cover when using the VLC source
  • Fixed a crash when songs contained characters in tag fields where a number was expected
  • Added MPD support on windows
  • Removed libmpdclient and taglib dependencies, they're now statically linked into the plugin
  • Definitely fixed the issue where the music dock wouldn't save its visiblity
  • Added Russian and Spanish translation thanks to @COOLIGUAY and @dEN5-tech

Music control dock, label format option

15 Mar 16:30
bcc0779
Compare
Choose a tag to compare

Added a control dock
Added format option for song label
I haven't tested the dock for Spotify since I don't have premium, but it should technically work

Fixed music control dock not saving it's state
Fixed music sources not using placeholder when playback is paused

Also I noticed that Spotify is limiting the api requests, so if your info isn't updating sometimes
it's probably because the plugin has to wait a certain amount of time before it can send another request.

Small fixes, progress bar and installer

08 Mar 19:53
912f2af
Compare
Choose a tag to compare

Fixed Crash with VLC source when switching scenes
Fixed Spotify credentials disappearing
Fixed Window title source on macOS
Added Progress bar source to visualize song progress
Added installer for windows version

VLC source support and fixes

11 Feb 19:45
84a0d01
Compare
Choose a tag to compare

Added support for obs-studio's builtin VLC source (Requires VLC >=3.0.0)
Fixed a crash that occurred when the Spotify API returned a certain error code

Fixes

01 Oct 14:07
675cc00
Compare
Choose a tag to compare

Fixed outputs not working on Windows without admin rights
Redacted sensible information in logs

Note for linux users:

The linux release was compiled on Ubuntu 18.4 LTS for maximum compatibility. You will need to install libmpdclient. For debian based distros simply run sudo apt install libmpdclient2

Multiple outputs, line breaks and window title filter

20 Sep 18:22
67da0c3
Compare
Choose a tag to compare

Added option to output to multiple files
Added line break format option
Added upper case format option
Added option to assume playback is paused, if a certain string isn't found in the Window title,
e.g. when looking for Firefox, Tuna will assume playback is paused if "YouTube" isn't also found in the Title, preventing Tuna from displaying information that shouldn't be shown on stream.
Fixed memory leak that reallocated the sources after config reloading

Fixed UTF8 and ASCII in config values

07 Sep 17:24
5f70f9c
Compare
Choose a tag to compare

NOTE: I accidentally uploaded the client secret to github, so I had to create a new one, which means the previous versions of tuna will not be able to use the spotify source anymore.

Please update to this version to fix that

Fixes

27 Aug 15:08
b327cca
Compare
Choose a tag to compare

fixed crash when closing
fixed unicode not working on windows
fixed cover not switching to placeholder when paused
improved cover downloading

v1.0

11 Aug 21:09
87f1549
Compare
Choose a tag to compare

Initial release

1.0b:
Fixed file browse buttons not working
Fixed running state not being saved
Linux:
Fixed spotify login missing the client id