Skip to content

Releases: CodeYan01/media-playlist-source

Media Playlist Source 0.0.7

02 Jun 07:29
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires custom builds of OBS, which adds this Pull Request obsproject/obs-studio#8051, which isn't merged yet to OBS as of this release. It is functionally equivalent to their corresponding OBS versions, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

What's Changed

  • Add "Close File when Inactive" option. Note that the plugin already only loads one file at a time; this option makes it so it doesn't keep holding the CURRENT file when it is not playing.
  • Add speed option upon request of @ne0lines (on discord). Note that changing the speed WILL cause the media source to restart, as the media source in OBS restarts when you change speed. To ensure smooth scrolling on the speed option, the plugin no longer refreshes the Properties when a setting is changed. Consequently, I have added a dedicated button to refresh the "Current Filename" in the Properties.

Full Changelog: 0.0.6...0.0.7

Checksums

media-playlist-source-0.0.7-macos-universal.pkg: 183458826c85cbc171143af5a5571cb0183dfd6ef94d9f712cc7ee5d6ba9ec09
media-playlist-source-0.0.7-source.tar.xz: e93fa9f2699b1d01b48831d53d86197f3562a505f7a5281307bf37948a2199fa
media-playlist-source-0.0.7-windows-x64-Installer.exe: ad695481275470845ab4f7e0550930bca5d11b14d69b0eeb9faa56fac53798e2
media-playlist-source-0.0.7-windows-x64.zip: c2267a60f652f90d315ed774ea089cd210c362c36435193bfcb95feaee459a60
media-playlist-source-0.0.7-x86_64-linux-gnu-dbgsym.ddeb: 33404ef909821d77230061c89d10c7e60cbdf298c0bf4f13ce94a6e987f1a7a4
media-playlist-source-0.0.7-x86_64-linux-gnu.deb: 2a84f5e2441df9d9c9c77c6a005f7b319d9b08f1b09d423093ee2f21843bdf1d

Media Playlist Source 0.0.6

23 Jan 17:15
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires custom builds of OBS, which adds this Pull Request obsproject/obs-studio#8051, which isn't merged yet to OBS as of this release. It is functionally equivalent to their corresponding OBS versions, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

What's Changed

Thanks to @KronosRazer on OBS Discord server for finding this crash and testing the update!

Checksums

media-playlist-source-0.0.6-macos-universal.pkg: 5a2695d4454863260bb91bad0a5ccaf8a2cbf436c6f9926411c99279c192e8f1
media-playlist-source-0.0.6-source.tar.xz: 7e8a43dc08fe8006aa3f4cbff86a7793f82a6f7963656bb0a53559b0df97260c
media-playlist-source-0.0.6-windows-x64-Installer.exe: ed6feb58dd9cdd3760debaeadfc3a7fe63e1c8e2ee3e93904251ed0401bc33af
media-playlist-source-0.0.6-windows-x64.zip: 9ca95803a3f130c39e6c80260a343b356052d796785bb31c691ce9c77df0b5eb
media-playlist-source-0.0.6-x86_64-linux-gnu-dbgsym.ddeb: 0b6cf567af75ec0a15cac4fcf2079abf701b406770052f9fd29d4f3e8e9e5ac6
media-playlist-source-0.0.6-x86_64-linux-gnu.deb: 6492597fc1697fe6919085a46cb2d150c0ebe0de3470afdef3cab08c6a6fb323

Media Playlist Source 0.0.5

29 Nov 20:11
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires obsproject/obs-studio#8051, which isn't merged to OBS as of this release, so I have provided custom builds of OBS. It is functionally equivalent to their corresponding OBS versions, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

The minimum OBS version has been raised to 30.0.0 as I can no longer build against 28.1.2 (and 29.x.x have bugs that also break the building process).

What's Changed?

Fixed hotkeys and playback behavior

  • Fixed hotkey names not appearing properly
  • Fixed next and previous hotkeys not working
  • Fixed play/pause not working
  • Fixed continuous playback not working after stopping the video and restarting, or after stopping and playing a selected file, or after clearing all files and adding new ones
  • Play first file when the last file in the list is played

Checksums

media-playlist-source-0.0.5-macos-universal.pkg: 19457cfb0d341da6f8fbd0e8c7ae7b31846f6865843849631de1110808db8ad7
media-playlist-source-0.0.5-source.tar.xz: 138bc4f8b522461adc518a461a4627aa7cbe1b6e01fa08c50dd7e1b520b131d9
media-playlist-source-0.0.5-windows-x64-Installer.exe: c489443fdee76d41aa54528a014350c29ce3ea08a29c700e64f693ebba7d8ff8
media-playlist-source-0.0.5-x86_64-linux-gnu-dbgsym.ddeb: dd6bf640b4abfc61264e34a9004701b9237b10610c658aec05b98a8233debc97
media-playlist-source-0.0.5-x86_64-linux-gnu.deb: 5091003ab8eeeaf048266eae26325d516e4884b7f0631e9d25b518643b81af5d

Media Playlist Source 0.0.4

14 Jul 17:16
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires obsproject/obs-studio#8051, which isn't merged to OBS as of this release, so I have provided custom builds of OBS. It is functionally equivalent to their corresponding OBS versions, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

Note: Going forward, the Vosk Filter will no longer be included with this plugin (and will be in its own page in the future). To remove the files related to the Vosk Filter, uninstall the 0.0.3 version before installing this version.

What's Changed

Checksums

media-playlist-source-0.0.4-linux-x86_64.deb: aad118f3c090992cd1b17ed9021a277a7c7b2ce566e889ac016b1fbc7de809f1
media-playlist-source-0.0.4-macos-arm64.pkg: 841b470c85ddc09c32c9db93b0a0c667f4748a132a60fec56615fd320760be61
media-playlist-source-0.0.4-macos-universal.pkg: 9f64a01c2dc51634bd5207548716f559f2f0ab4e1ff6336b60d872eb4a35c6cc
media-playlist-source-0.0.4-macos-x86_64.pkg: 6c84abc601953d6874b1972bf42e1c65ab50deb91d055859c6e729bd7e0206f8
media-playlist-source-0.0.4-windows-x64-Installer.exe: 5d30ab279972bf81213f97f2f8f93608e35f44fabafc96b64c57cbbc7f7bda4a
media-playlist-source-0.0.4-windows-x64.zip: 7355462dd8691e036e822be40f2f0dde11464fc023061dda5fe93730efaa726c

Media Playlist Source with Vosk 0.0.3

04 Jul 14:10
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires obsproject/obs-studio#8051, which isn't merged to OBS as of this release, so I have provided custom builds of OBS. It is functionally equivalent to their corresponding OBS versions, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

Changes:

  • Adds a Vosk Filter that uses the Vosk Speech Recognition API to generate subtitles. The simplest English vosk model is provided by default. Other vosk models can be retrieved from their website, but keep in mind that the large models may use up a lot of RAM and processing power in exchange for higher accuracy, as they are more suited for servers. This filter is intended to be released separately in the future.
  • Only Windows is currently supported for this release

Checksums (SHA256)

media-playlist-source-0.0.3-windows-x64-Installer.exe: fa9dd065fe4311e039998dc88db4405c36aa2f22bc0775f8c58ccf55900e8710
media-playlist-source-0.0.3-windows-x64.zip: 8c6ab5bb7455b8ac3b6df6c2ddfa9eb8fa8355a3fe376f9c1f72f957d7deebc1

Media Playlist Source 0.0.2

27 Jun 11:42
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires obsproject/obs-studio#8051, which isn't merged to OBS as of this release, so I have provided a custom build of OBS. It is functionally equivalent to OBS 29.1.3, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

Changes:

  • Minor fix to the "Current file name" not being synchronized when settings are updated. Still has the caveat where it would only update when settings are changed (not when video ends; may result in a crash if I do it that way)
  • Remove unused properties.

Checksums

media-playlist-source-0.0.2-linux-x86_64.deb: 956a594e1aa355c490df9d74ebeb9c2f793bd54f56325d5506953f4b0e9b470f
media-playlist-source-0.0.2-macos-arm64.pkg: cce4e0a17ab13d164c2a29a21baec6fe8d32e50c1a5d887200d1e19a8f8c9198
media-playlist-source-0.0.2-macos-universal.pkg: d3017b0a222230d2554725d58cd8bc8f50bf2f71262e4ceb45f64521c8bea6c1
media-playlist-source-0.0.2-macos-x86_64.pkg: 301c3074f319c588c675a0c5ee31d73eeee4524dd069c19013482b5529c2f762
media-playlist-source-0.0.2-windows-x64-Installer.exe: 2657ce3f348f4db0cf98f3bd266660ab3703db2dbeac83e2bc5515fd7a2b0185
media-playlist-source-0.0.2-windows-x64.zip: ac0da169f64b07e5f4e9a8cbc1becb11630ce9a3920fccae79a40f7eba88dcbc

media-playlist-source 0.0.1

15 Jun 06:29
Compare
Choose a tag to compare
Pre-release

This is a BETA version of the plugin. Please report any bugs you find.

This plugin requires obsproject/obs-studio#8051, which isn't merged to OBS as of this release, so I have provided a custom build of OBS. It is functionally equivalent to OBS 29.1.3, with this non-breaking (harmless) Pull Request. The PR enables one to modify the files in the playlist without restarting the source. It should still be compatible with the normal OBS versions, but the source will restart every time the settings are changed, even if you just toggle Loop.

Checksums

media-playlist-source-0.0.1-linux-x86_64.deb: 970f6ddc7f983208386f0da8a43bd497953641ea760724a18ba920a80b0d104c
media-playlist-source-0.0.1-macos-arm64.pkg: e979bc8b195f1b906185cd1acec2ac736f4cd8f9204495becbeb4d1a632ea780
media-playlist-source-0.0.1-macos-universal.pkg: 816163c7aa5b693db559b758757f3f0af07496d9942447e87729367004584619
media-playlist-source-0.0.1-macos-x86_64.pkg: 78d07d83a62d6d99c036c6fbbe7b37cd2083e66a50bc89213872f59db53fd93f
media-playlist-source-0.0.1-windows-x64-Installer.exe: 256d74db25f1e73c728c4131dffc162f3bfb56f8fd6faceeebaee276f0557dc4
media-playlist-source-0.0.1-windows-x64.zip: ec5af7aa304d12bf8968715659c701a21c1cec41502f468c0ad6c5fe1ac2723d