Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
e1miran authored Sep 23, 2020
1 parent 517206b commit 674bd81
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Settings]
# URL address of your Serato Live Playlist (use quotes)
url = "https://serato.com/playlists/<<USERNAME>>/live"
# Path to the file where current track info is written (use quotes)
file = "/Users/MacBook/Music/NowPlaying.txt"
# Time (seconds) that needs to elapse before recheching for new song
time = 7.5
# Multiple Line flag - 0 = all data written on one line, 1 = artist on first line and song on second line
multi = 0
# Quotes around song name - 0 = no quotes, 1 = quotes
quote = 1
# Prefix - characters to be written before data (use quotes)
pref = ""
# Suffix - characters to be written after data (use quotes)
suff = ""

0 comments on commit 674bd81

Please sign in to comment.