untung99play.xyz: Tuna OBS Forums
Untung99 menawarkan beragam permainan yang menarik, termasuk slot online, poker, roulette, blackjack, dan taruhan olahraga langsung. Dengan koleksi permainan yang lengkap dan terus diperbarui, pemain memiliki banyak pilihan untuk menjaga kegembiraan mereka. Selain itu, Untung99 juga menyediakan bonus dan promosi menarik yang meningkatkan peluang kemenangan dan memberikan nilai tambah kepada pemain.
Berikut adalah artikel atau berita tentang Harian untung99play.xyz dengan judul untung99play.xyz: Tuna OBS Forums yang telah tayang di untung99play.xyz terimakasih telah menyimak. Bila ada masukan atau komplain mengenai artikel berikut silahkan hubungi email kami di [email protected], Terimakasih.
- Supported Bit Versions
- Source Code URL
-
https://git.vrsal.xyz/alex/tuna
- Minimum OBS Studio Version
-
28.0.0
- Supported Platforms

Lets you display information about the currently playing song in obs without running a separate program.
Currently supports these music sources:
- Spotify (All song information (except for song label), including Cover art)
- MPD (All song information*, including Cover art)
- VLC Video source (All song information*, including Cover art)
- last.fm scrobbling Cover art, some song information)
- MPRIS and Windows Media control, i.e. most media players (Cover art, some song information)
- YouTube Music Desktop App (Cover art, some song information)
- Window title/process name (additional formatting, like cutting characters)
- Soundcloud, Yandex Music and Spotify Web Player via the tampermonkey script
*as long as the files are tagged correctly, check with mp3tag.de or kid3.kde.org. Will also extract lyrics if a tag with the same name exists.
How does this work?
Table of Contents * [Scenes and Sources Overview](#scenes-and-sources-overview) * [Source Descriptions](#source-descriptions) * [Audio Input Capture](#audio-inputoutput-capture) * …
Table of Contents * [Scenes and Sources Overview](#scenes-and-sources-overview) * [Source Descriptions](#source-descriptions) * [Audio Input Capture](#audio-inputoutput-capture) * …
Table of Contents * [Scenes and Sources Overview](#scenes-and-sources-overview) * [Source Descriptions](#source-descriptions) * [Audio Input Capture](#audio-inputoutput-capture) * …
The first step is to install the plugin for which you’ll have to follow the installation steps for your platform:
Either run the installer or follow these steps:
- Open your obs-studio installation folder (eg. Right click on the shortcut and click “Open file location”)
- Navigate two directories up
- Drop the contents of the zip file (a “data” and “obs-plugins” folder) into the obs-studio directory
- Merge the files
- Tuna should now show up in the tools menu of obs-studio
Linux
If you use a Debian based distro you can use the installer, all other distros currently have to either build the plugin from source or manually extract the binaries from the debian installer and move them into the correct folders, the latter approach might not work on all distros. If you use the flatpak version of obs I can’t help you as I have no experience with it. There have been reports that the plugin does not load with the flatpak version.
After you’ve installed the plugin you should see a new option in the Tools menu:
If it does not show up it means that either the plugin wasn’t installed correctly or that OBS couldn’t load it. In that case an obs studio log is necessary to help fix the issue.
After you click on the menu this dialog will open:
- This is the path to which Tuna saves the cover of the currently playing song. You can leave the default or change it via the “…”-button to a different path if you want. Just remember it later when you add an image source for the cover.
- If you uncheck this checkbox Tuna will not download the cover of the currently playing song
- If you check this option Tuna will attempt to look for covers by querying Apple’s iTunes servers. This will use the album and artist of the currently playing song to search for matching album art. This means that the art that is found might not be exact. You can also choose the resolution that should be downloaded.
- If this option is enabled Tuna will remove file extensions from song titles (e.g. .mp3, .wav, .flac etc.). This is useful if you play music through the VLC Source and the songs do not have any metadata saved. In that case VLC will use the entire filename as the title, including the file extension.
- With these buttons you can add, remove and edit format outputs. They’ll be described shortly.
- Enable this option if you want to use the user script which allows Tuna to receive song information from your web browser or if you want to use the browser widget.
- All output text files will contain this text if nothing is playing
- Here you can switch between the different supported music sources. Tuna will use the selected one to look for the currently playing song.
- This is the rate at which Tuna will refresh song information
- With these buttons you can start and stop Tuna. If the plugin is stopped it will not look for song information and it will not update the outputs.
What are song outputs?
Adding or editing outputs will show this dialog:
The first option defines where the information is going to be saved. Click the “…”-button to select a file path. After that you have to define what information the text file is going to contain. The dialog gives you all options that are supported by Tuna, but keep in mind that not every music source provides all information.
If you want to display the artist and the song title you would enter “{artists} – {title}” into the textbox at the bottom without the quotes. {artists} and {title} will be replaced by the artists and the title of the currently playing song. So the text file would for example contain “Rick Astley – Never Gonna Give You Up”. If a song features multiple artists it will list all of them separated by commas (provided that the music source provides all artists). If you only want the first artist to show up you would use {first_artist}. If you use a formatting option that isn’t supported by the currently selected music source the plugin will notify you.
The plugin also has the option to capitalize all letters. If you use {TITLE} instead of {title} the file would contain “Rick Astley – NEVER GONNA GIVE YOU UP”. You can also limit formatting options to a certain amount of characters. {TITLE:10} would make sure that the song title will be cut off after ten characters so the file would contain “Rick Astley – NEVER GONN…”.
If the “Chat log mode” option is enabled Tuna will append the currently playing song at the end of the file so if you are currently paying “Never Gonna Give You Up” and then switched to “Whenever You Need Somebody” the file would contain:
Rick Astley – Never Gonna Give You Up
Rick Astley – Whenever You Need Somebody
When you’ve set up the output click “OK” to save it. Then click “Apply” in the main dialog to apply the changes.
How do I display the information?
To use the Spotify source follow these steps:
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “Spotify” as the music source
- Select the “Spotify” tab
- Click “Open login page” and accept the info message (might also wanna read it)
- Verify the URL, login and grant access
- Copy the code into the “Authentication code” field
- Click “Request token”
- That should be it, if there were errors they will be logged in the textbox under “Response log”
If you experience issues at some point, you can click “Perform refresh” to request a new token, or completely login again by clicking “Open login page” again.
If you continuously experience login issues, make sure that
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “MPD” as the music source
- Select the “MPD” tab
- Enter the MPD server IP and port (or select local connection)
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “VLC” as the music source
- Select the “VLC” tab
- (Click refresh if your source doesn’t show up)
- Select the scene from the drop-down menu
- Select the VLC source from the drop-down menu
- Click add
This currently doesn’t work if your VLC source is in a group or otherwise nested. The hotkeys for switching can be configured in the hotkeys tab in the settings dialog of obs.
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “Web browser” as the music source
- Make sure that “Host/receive infromation on local webserver with port:” is checked
- Enable the tuna plugin in the youtube music application
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “MPRIS” or “Windows Media Control” as the music source
MPRIS only works with supported players (Web browsers, VLC, Cantata or similar). The same goes for Windows Media Control, if you can see the information in the lock screen it should work.
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “Window title” as the music source
- Select the “Window title” tab
- Enter any search term (e.g. Firefox, to search for any window that contains the word Firefox)
- Optionally add a search and replace term and/or cut the first or last characters
- Click on “Tools” at the top of the obs window
- Select “Tuna settings”
- Select “last.fm” as the music source
- Select the “last.fm” tab
- Enter your last.fm user name and if you have it your own api key
Basically just enter the server url and make sure that the server provides information via a status-json.xsl.
Now that you’ve setup the correct output and selected it in the basics tab you can add an image source for the cover:
and as many text sources as you have configured song outputs:
You can also drag and drop text and image files into obs studio to automatically create the sources.
How do I change the placeholder cover?
The placeholder image is saved under C:\Program Files\obs-studio\data\obs-plugins\tuna\placeholder.png
or ~/.config/obs-studio/plugins/tuna/data/placeholder.png
. It can be replaced with a transparent png if you don’t want anything to show when nothing is playing.
How do I keep the cover art consistently sized?

Additional features

Open or close the dock by selecting View > Docks > Music control. You can also close the dock via the ‘x’ button when it’s undocked or the UI is unlocked. Rightclick anywhere in the dock window to set what information you want displayed.
Spoiler: Web browser source
-
-
Screenshot_20200219_022639.jpg
-
Screenshot_20201013_230446.jpg
249.8 KB · Views: 142,830
-
Screenshot_20220827_120915.png