flymia / SpotCurrent

This simple bash-script allows you to get the current Spotify song playing and put it into OBS.
GNU General Public License v3.0
10 stars 6 forks source link

Add text-formatting #1

Open flymia opened 7 years ago

flymia commented 7 years ago

Add text-formatting option (delimiter) for use with scrolling text in OBS.

For example:

DJ Flux - Gold Dust DJ Flux - Gold Dust

But with a delmiter: DJ Flux - Gold Dust || DJ Flux - Gold dust

slfmessi commented 7 years ago

Actually, scrolling text is available on OBS Studio by right-clicking on text and selecting "filters" and then add the "scroll" filter.

flymia commented 7 years ago

Yeah I know. But what I meant is to add a || between it. So the currentsong.txt would look like this:

DJ Flux - Gold Dust ||

When it scrolls, it displays like this: DJ Flux - Gold Dust || DJ Flux - Gold dust

Do you know what I mean?

slfmessi commented 7 years ago

Like a separator which show where the song name ends?

flymia commented 7 years ago

Yes, but the user should be able to change it. It can be easily done by using a variable.