37 lines
No EOL
1.1 KiB
INI
37 lines
No EOL
1.1 KiB
INI
[renderer.png_renderer]
|
|
# Output path of the rendered picture
|
|
OutputPath = /tmp/obs_music.png
|
|
|
|
# Choose if you want to see the album cover (0: no, 1: yes)
|
|
Cover = 1
|
|
|
|
# Background color (RGBA)
|
|
BackgroundColor = FFFFFF00
|
|
|
|
# Title font
|
|
TitleFont = NotoSans-Bold.ttf
|
|
TitleFontSize = 44
|
|
TitleFontColor = FFFFFF
|
|
|
|
# Artist font
|
|
ArtistFont = NotoSans-SemiBold.ttf
|
|
ArtistFontSize = 24
|
|
ArtistFontColor = FFFFFF
|
|
|
|
# Album font
|
|
AlbumFont = NotoSans-Regular.ttf
|
|
AlbumFontSize = 24
|
|
AlbumFontColor = FFFFFF
|
|
|
|
[jamendo]
|
|
# Set the format of the downloaded audio: mp31, mp32, ogg, flac
|
|
AudioFormat = ogg
|
|
|
|
# Set the order of the requested tracks: relevance, buzzrate, downloads_week, downloads_month, downloads_total, listens_week, listens_month, listens_total, popularity_week, popularity_month, popularity_total, name, album_name, artist_name, releasedate, duration, id
|
|
Order = relevance
|
|
|
|
# Choose if you want to play vocal or instrumental music: vocal, instrumental (remove setting if not relevant)
|
|
VocalInstrumental = instrumental
|
|
|
|
# Set the speed of music you like: verylow, low, medium, high, veryhigh (remove setting if not relevant)
|
|
;Speed = low |