Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.1.0
ARver
Browse files
Sep 27, 2022
v0.1.0
· 8d28cfc3
arcctgx
authored
Sep 27, 2022
View commits for tag v0.1.0
v0.1.0
8d28cfc3
add arver-discinfo
· 973b1972
arcctgx
authored
Sep 27, 2022
973b1972
implement method for formatting AccurateRip reponses
· 21d374c8
arcctgx
authored
Sep 27, 2022
21d374c8
Sep 24, 2022
further simplify AccurateRip response parser
· 2fa83bf7
arcctgx
authored
Sep 24, 2022
2fa83bf7
rename method for shifting disc data
· c2f91843
arcctgx
authored
Sep 24, 2022
c2f91843
improve docstrings in database module
· c2e9a23b
arcctgx
authored
Sep 23, 2022
c2e9a23b
Sep 22, 2022
handle additional exceptions in Fetcher.fetch()
· 417a6421
arcctgx
authored
Sep 22, 2022
417a6421
print wrong header contents when ValueError is raised
· 28c76753
arcctgx
authored
Sep 22, 2022
28c76753
Sep 21, 2022
inline header and track parsing methods
· c8bbca70
arcctgx
authored
Sep 21, 2022
c8bbca70
remove debug prints from Fetcher
· 0eb28007
arcctgx
authored
Sep 21, 2022
0eb28007
build a list of Response objects from AccurateRip data
· a293dc03
arcctgx
authored
Sep 21, 2022
a293dc03
implement __str__() in Header, Track and Response
· 31a63f56
arcctgx
authored
Sep 21, 2022
31a63f56
implement method for validating response header
· 92af533c
arcctgx
authored
Sep 20, 2022
92af533c
implement method for left shifting disc data
· bbe378e1
arcctgx
authored
Sep 20, 2022
bbe378e1
Sep 20, 2022
store lengths of header and track in class variables
· 814df5e0
arcctgx
authored
Sep 20, 2022
814df5e0
Sep 19, 2022
reimplement parser in terms of Header and Track objects
· 1e276c8d
arcctgx
authored
Sep 19, 2022
1e276c8d
Sep 18, 2022
rename attributes in Fetcher class
· 1cd867b1
arcctgx
authored
Sep 19, 2022
1cd867b1
rename attribute holding disc data in Fetcher
· 5d8a7cc7
arcctgx
authored
Sep 18, 2022
5d8a7cc7
build AccurateRip URL with a single method
· 8086132d
arcctgx
authored
Sep 18, 2022
8086132d
use a single unpack() call for header and track data
· 6809bc4a
arcctgx
authored
Sep 18, 2022
6809bc4a
Sep 17, 2022
parse full AccurateRip disc data
· 6ec3f7b8
arcctgx
authored
Sep 17, 2022
6ec3f7b8
first attempt at AccurateRip binary data parser
· 3e830a5a
arcctgx
authored
Sep 17, 2022
3e830a5a
Sep 15, 2022
database fetcher
· 5d5a1a28
arcctgx
authored
Sep 15, 2022
5d5a1a28
install main program with console_scripts
· 7a40463b
arcctgx
authored
Sep 16, 2022
7a40463b
use argparse in arver.py
· 82e3e0fa
arcctgx
authored
Aug 25, 2022
82e3e0fa
add main ARver program
· 613cbf7e
arcctgx
authored
Sep 16, 2022
613cbf7e
add Rip class
· d4f32129
arcctgx
authored
Sep 16, 2022
d4f32129
Sep 13, 2022
avoid import error with accuraterip C extension
· b82e4c22
arcctgx
authored
Sep 14, 2022
b82e4c22
add project URL to user agent in MusicBrainz requests
· aeb055c6
arcctgx
authored
Sep 14, 2022
aeb055c6
remove version.py
· f0c2ceda
arcctgx
authored
Sep 14, 2022
f0c2ceda
create disc.id module
· a51ab6d1
arcctgx
authored
Sep 13, 2022
a51ab6d1
rename cd package back to disc
· 48f2fe88
arcctgx
authored
Sep 12, 2022
48f2fe88
rename checksums package again
· bd523468
arcctgx
authored
Sep 11, 2022
bd523468
remove hashbangs and execute permissions
· 5fe744e6
arcctgx
authored
Sep 05, 2022
5fe744e6
update project structure
· ae69ca9a
arcctgx
authored
Aug 30, 2022
ae69ca9a
Sep 11, 2022
move all definitions to accuraterip
· 01a82104
arcctgx
authored
Aug 30, 2022
01a82104
move AR specific things to accuraterip module
· edf745c6
arcctgx
authored
Aug 27, 2022
edf745c6
add Disc class
· 72df6a31
arcctgx
authored
Aug 25, 2022
72df6a31
Aug 26, 2022
ar.py: basic AccurateRip checksums calculator
· 7ab2300d
arcctgx
authored
Jul 30, 2022
View commits for tag v0.1.0-dev
v0.1.0-dev
7ab2300d
add accuraterip checksum C module
· df96a253
arcctgx
authored
Jul 27, 2022
df96a253
Loading