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
Copy file name to clipboardexpand all lines: README.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,28 @@
1
1
#Anime Manga Tracker (beta)
2
-
Cli tool to download/stream anime/manga from (mainly) official sources
2
+
CLI tool to download/stream anime/manga from (mainly) official sources
3
3
4
4
The goal is to provide an simple and unobtrusive way to consume manga/anime using custom players.
5
5
6
6
7
7
## Dependencies
8
-
See [requirements.txt](requirements.txt)
8
+
See [requirements.txt](requirements.txt) and [requirements-optional.txt](requirements-optional.txt)
9
9
10
-
The hard requirements are the python modules `requests` and `beautifulsoup4`. If some other packages are installed, then some servers are disabled
10
+
The hard requirements are the python modules `requests`. If some of the other packages are not installed, then some servers are disabled.
11
11
12
12
This program also relies on some external tools like `mpv` and `zathura` but other tools can be specified in settings. Similarly `tpm` is used by default but can also be replaced.
13
+
13
14
## Install
14
15
```
15
16
make install
16
17
```
18
+
17
19
## Key commands
18
20
The general flow is to add a series to AMT, `update` if needed, then use `play` to play the next episode of an anime or `bundle` and `read` to download an assimilate all unread chapters and then read them
19
21
* add-from-url -- adds a series based on the series home page (for when searching isn't available)
20
-
* bundle -- download all unread chapters and compile them into one file
22
+
* bundle -- download all unread manga chapters and compile them into one file
23
+
* list -- list all added media
21
24
* load -- load saved anime/manga from trackers
22
-
* play -- play an episode of an anime
25
+
* play/view -- play the next episode of an anime or view the next chapter of manga/light novel
23
26
* read -- read a previously created bundle
24
27
* search -- search for a title by name
25
28
* stream -- stream an anime by url (whatever url you'd use to watch in a browser)
@@ -39,8 +42,8 @@ The general flow is to add a series to AMT, `update` if needed, then use `play`
39
42
*[J Novel club](https://j-novel.club/)
40
43
*[MangaPlus](https://mangaplus.shueisha.co.jp)
41
44
*[Viz](http://viz.com)
42
-
*mangasee (unofficial)
43
-
* mangadex (unofficial)
45
+
*[MangaSee](mangasee123.com/) (unofficial)
46
+
*[MangaDex](mangadex.org/) (unofficial)
44
47
45
48
### Anime
46
49
*[Animelab](https://animelab.com/) (WIP)
@@ -65,8 +68,8 @@ There didn't seem to be adequate alternatives that had the following features
65
68
* No GUI
66
69
67
70
## Caveats
68
-
* Images with vastly different resolution don't show up ideally in zathura. Bundling one server at a time and using a official sources mitigates the problem.
69
-
* Crunchyoll"seasons" don't aren't in sync with the actual seasons. For Non-consecutive cours may or may not be reported as 1 season. Long running series like One Piece and Gintama are broken into seasons arbitrary. This would only affect tracking and can be mitigatred with the "offset" command
71
+
* Images with vastly different resolution don't show up ideally in zathura.
72
+
* Crunchyoll's (and possible others') "seasons" don't aren't in sync with the actual seasons. For Non-consecutive cours may or may not be reported as 1 season. Long running series like One Piece and Gintama are broken into seasons arbitrary. This would only affect tracking and can be mitigated with the "offset" command
0 commit comments