-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "" |