You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
6
+
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole.
7
7
8
8
## Support & Discuss
9
9
You are free to join the Headphones support community on IRC where you can ask questions, hang around and discuss anything related to HP.
<small>Use $Artist/$artist, $Album/$album, $Year/$year, put optional variables in square brackets, use single-quote marks to escape square brackets literally ('[', ']').</small>
<label>Bot Token</label><inputtype="text" name="telegram_token" value="${config['telegram_token']}" size="50"><small>Contact <ahref="http://telegram.me/BotFather">@BotFather</a> to create a bot and get its token</small>
1262
+
</div>
1263
+
<divclass="row">
1264
+
<label>User ID</label><inputtype="text" name="telegram_userid" value="${config['telegram_userid']}" size="50"><small>Contact <ahref="http://telegram.me/myidbot">@myidbot</a> to get your user ID</small>
1265
+
</div>
1266
+
<divclass="row checkbox">
1267
+
<inputtype="checkbox" name="telegram_onsnatch" value="1" ${config['telegram_onsnatch']} /><label>Notify on snatch?</label>
<small>Use: $Artist/$artist, $SortArtist/$sortartist, $Album/$album, $Year/$year, $Type/$type (release type) and $First/$first (first letter in artist name), $OriginalFolder/$originalfolder (downloaded directory name)
1240
-
E.g.: $Type/$First/$artist/$album [$year] = Album/G/girl talk/all day [2010]</small>
1286
+
<small>Use: $Artist/$artist, $SortArtist/$sortartist, $Album/$album, $Year/$year, $Type/$type (release type) and $First/$first (first letter in artist name), $OriginalFolder/$originalfolder (downloaded directory name). Put optional variables in square brackets, use single-quote marks to escape square brackets literally ('[', ']').<br>E.g.: $Type/$First/$artist/$album '['$year']' = Album/G/girl talk/all day [2010]</small>
<small>Use: $Disc/$disc (disc #), $Track/$track (track #), $Title/$title, $Artist/$artist, $Album/$album and $Year/$year. Put optional variables in square brackets, use single-quote marks to escape square brackets literally ('[', ']').</small>
1247
1293
</div>
1248
1294
<divclass="checkbox row clearfix">
1249
1295
<inputtype="checkbox" name="file_underscores" id="file_underscores" value="1" ${config['file_underscores']}/><label>Use underscores instead of spaces</label>
0 commit comments