Skip to content

Commit

Permalink
Adding AR (Audionut#231)
Browse files Browse the repository at this point in the history
* adding AR

adding ar tracker

* adding medinfo summary template

the HDT one is a bit bloated for my liking.

* Update trackersetup.py

updating AR to tracker list

* Update example-config.py

updating config with AR

* Update README.md

updating readme for AR

* Update AR.py

* Update AR.py

fixing adding of url

* Update AR.py

fixing issues

* Update AR.py

* Update AR.py

fixing shit with linter

* Update AR.py

* Update trackersetup.py

clean up

* Update AR.py

lint clean up

* Update AR.py

fixed linter stuff thanks

* Update AR.py

addign center align
  • Loading branch information
swannie-eire authored Jan 3, 2025
1 parent 12e90a6 commit c0d121f
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A simple tool to take the work out of uploading.
- Can re-use existing torrents instead of hashing new
- Generates proper name for your upload using Mediainfo/BDInfo and TMDb/IMDb conforming to site rules
- Checks for existing releases already on site
- Uploads to ACM/Aither/AL/ANT/BHD/BHDTV/BLU/CBR/FNP/FL/HDB/HDT/HHD/HP/HUNO/JPTV/LCD/LST/LT/MTV/NBL/OE/OTW/PSS/PTP/PTER/PTT/RF/R4E(limited)/RTF/SHRI/SN/SP/SPD/STC/STT/TLC/THR/TL/TVC/TTG/ULCX/UTP/YOINK
- Uploads to ACM/Aither/AL/ANT/AR/BHD/BHDTV/BLU/CBR/FNP/FL/HDB/HDT/HHD/HP/HUNO/JPTV/LCD/LST/LT/MTV/NBL/OE/OTW/PSS/PTP/PTER/PTT/RF/R4E(limited)/RTF/SHRI/SN/SP/SPD/STC/STT/TLC/THR/TL/TVC/TTG/ULCX/UTP/YOINK
- Adds to your client with fast resume, seeding instantly (rtorrent/qbittorrent/deluge/watch folder)
- ALL WITH MINIMAL INPUT!
- Currently works with .mkv/.mp4/Blu-ray/DVD/HD-DVDs
Expand Down
17 changes: 16 additions & 1 deletion data/example-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,20 @@

},

# these are used for DB links on AR
"IMAGES": {
"imdb_75": 'https://i.imgur.com/Mux5ObG.png',
"tmdb_75": 'https://i.imgur.com/r3QzUbk.png',
"tvdb_75": 'https://i.imgur.com/UWtUme4.png',
"tvmaze_75": 'https://i.imgur.com/ZHEF5nE.png',
"mal_75": 'https://i.imgur.com/PBfdP3M.png'
},

"TRACKERS": {
# Which trackers do you want to upload to?
# Available tracker: ACM, AITHER, AL, ANT, BHD, BHDTV, BLU, CBR, FNP, HDB, HDT, HP, HUNO, LCD, LST, LT, MTV, NBL, OE, OTW, PSS, PTER, PTP, PTT, R4E, RF, RTF, SN, STC, STT, THR, TIK, TL, ULCX, UTP, YOINK
# Remove the trackers from the default_trackers list that are not used, to save being asked everytime
"default_trackers": "ACM, AITHER, AL, ANT, BHD, BHDTV, BLU, CBR, FNP, HDB, HDT, HP, HUNO, LCD, LST, LT, MTV, NBL, OE, OTW, PSS, PTER, PTP, PTT, R4E, RF, RTF, SN, STC, STT, THR, TIK, TL, ULCX, UTP, YOINK",
"default_trackers": "ACM, AITHER, AL, ANT, AR, BHD, BHDTV, BLU, CBR, FNP, HDB, HDT, HP, HUNO, LCD, LST, LT, MTV, NBL, OE, OTW, PSS, PTER, PTP, PTT, R4E, RF, RTF, SN, STC, STT, THR, TIK, TL, ULCX, UTP, YOINK",

"ACM": {
"api_key": "ACM api key",
Expand Down Expand Up @@ -124,6 +133,12 @@
"announce_url": "https://anthelion.me/announce/customannounceurl",
# "anon" : False
},
"AR": {
"username": "<USERNAME>",
"password": "<PASSWORD>",
"announce_url": "http://tracker.alpharatio.cc:2710/PASSKEY/announce",
# "anon" : "False"
},
"BHD": {
"api_key": "BHD api key",
"announce_url": "https://beyond-hd.me/announce/customannounceurl",
Expand Down
7 changes: 7 additions & 0 deletions data/templates/summary-mediainfo.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
General;FILENAME.......: %FileName%\nCONTAINER......: %Format%\nSIZE...........: %FileSize_String3%\nRUNTIME........: %Duration_String2%\n
Video;VIDEO CODEC....: %Format%$if(%Encoded_Library%,\, %Encoded_Library%)$if(%HDR_Format/String%,\, %HDR_Format/String%)$if(%transfer_characteristics%,\, %transfer_characteristics%)\nRESOLUTION.....: %Width%x%Height%\nBITRATE........: %BitRate/String%\nFRAMERATE......: %FrameRate% fps\n
Audio;AUDIO..........: %Format_Commercial%(%Format%), %Channel(s)/String%, %SamplingRate/String%, %BitRate/String%, %Language/String%$if(%Title%, \(%Title%\),)\n
Text;%Language_String%
Text_Begin;SUBTITLES......:
Text_Middle;,
Text_End;
Loading

0 comments on commit c0d121f

Please sign in to comment.