From 674bd81fdc9812a8c514aeecd86732ccad9779ae Mon Sep 17 00:00:00 2001 From: e1miran <41588119+e1miran@users.noreply.github.com> Date: Tue, 22 Sep 2020 22:25:03 -0400 Subject: [PATCH] Initial commit --- config.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.ini diff --git a/config.ini b/config.ini new file mode 100644 index 00000000..cc21aa71 --- /dev/null +++ b/config.ini @@ -0,0 +1,15 @@ +[Settings] +# URL address of your Serato Live Playlist (use quotes) +url = "https://serato.com/playlists/<>/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 = "" \ No newline at end of file