182 Commits

Author SHA1 Message Date
Francesco Grazioso
1c5f960b16
Feat/app api and frontend (#140)
* minor fixes

* created basic django app

* add django dependency

* created basic search endpoint

* created retrieve method for search

* remove retrieve

* start implementing download endpoint (only movie for now)

* start implementing episode info for series

* finished get_episodes_info

* minor fixes

* add download anime episode

* start implementing download for tv series

* refactor methods

* finished download endpoint (will implement possibility to download single episodes of season in tv series)

* new domain and black on project

* start

* add cors

* add start gui command

* add gui for search

* edited .gitignore

* create component for media details

* better UX/UI

* edited anime episode to stream response (better experience)

* implemented UI for media details (TODO add download capabilities)

* fix poster fetching

* minor fixes

* fix cors error

* start implementing download

* fix typing on anime movies

* refactor

* refactor + add download OVA

* add plot for all anime types

* add download for all anime episodes

* add download all tv series episodes

* fix crach if localStorage is undefined

* moved download logic in separeted file

* fix wrong index passed while downloading tv series

* fix style searchbar

* add loader to search button and add enter listener while searching

* remove dependency from loading episodes to download all in anime series

* add function to download selected episodes for anime

* add sh command to kill gui

* fix messages in kill_gui.sh

* start implementing download select episodes for tv series (to be tested) + run black and eslint

* start  refactoring  to version 2.0

* start implementing preview endpoint

* finish reimplement version 2.0
2024-06-01 13:13:09 +02:00
Francesco Grazioso
306377a7be
Feat/app api and frontend (#136)
* minor fixes

* created basic django app

* add django dependency

* created basic search endpoint

* created retrieve method for search

* remove retrieve

* start implementing download endpoint (only movie for now)

* start implementing episode info for series

* finished get_episodes_info

* minor fixes

* add download anime episode

* start implementing download for tv series

* refactor methods

* finished download endpoint (will implement possibility to download single episodes of season in tv series)

* new domain and black on project

* start

* add cors

* add start gui command

* add gui for search

* edited .gitignore

* create component for media details

* better UX/UI

* edited anime episode to stream response (better experience)

* implemented UI for media details (TODO add download capabilities)

* fix poster fetching

* minor fixes

* fix cors error

* start implementing download

* fix typing on anime movies

* refactor

* refactor + add download OVA

* add plot for all anime types

* add download for all anime episodes

* add download all tv series episodes

* fix crach if localStorage is undefined

* moved download logic in separeted file

* fix wrong index passed while downloading tv series

* fix style searchbar

* add loader to search button and add enter listener while searching

* remove dependency from loading episodes to download all in anime series

* add function to download selected episodes for anime

* add sh command to kill gui

* fix messages in kill_gui.sh

* start implementing download select episodes for tv series (to be tested) + run black and eslint

* start  refactoring  to version 2.0

* start implementing preview endpoint
2024-06-01 11:59:11 +02:00
Ghost
7f6799d276 Fix small bar with join ffmpeg. 2024-05-30 17:00:01 +02:00
Fede14it
add0f2f01d
Se la lista dei sottotitoli è vuota vengono scaricati tutti + aggiunta possibilità di non mergiare i sottotitoli (#135) 2024-05-29 22:15:54 +02:00
Giova
7ee959c36c
Update config.json 2024-05-29 19:27:32 +02:00
Ghost
c86d2a8cac Add other special char, update readme with temux 2024-05-29 19:14:00 +02:00
Giova
c0a9fc1e6d
Update config.json 2024-05-28 17:31:49 +02:00
Ghost
a4b2ca1bd7 Update readme 2024-05-28 17:22:18 +02:00
Ghost
27a776c59d Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-05-28 17:15:23 +02:00
Ghost
5c209e9bed Add small bar, summary system, fix ffmpeg multiple audios and subtitles. 2024-05-28 17:15:20 +02:00
Giova
b3e24e5160
Update README.md 2024-05-27 19:00:14 +02:00
Ghost
80393c6147 Update reame and config file. 2024-05-27 18:57:40 +02:00
Ghost
ae0b5bb577 Fix github counter 2024-05-27 18:44:49 +02:00
Ghost
5076317897 Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-05-27 15:37:40 +02:00
Ghost
cc9746b580 Fix docker progress bar ffmpeg 2024-05-27 15:37:38 +02:00
Francesco Grazioso
1a33eaf894
Minor fixes (#133) 2024-05-27 10:32:40 +02:00
Ghost
20eae18cff Add ffmpeg controll 2024-05-26 22:28:18 +02:00
Giova
16bd1c28a1
Update requirements.txt 2024-05-26 21:14:18 +02:00
Ghost
387ff64f4f Add api costant 2024-05-26 18:45:37 +02:00
Giova
c8df23c0f7
Update README.md 2024-05-26 11:11:49 +02:00
Ghost
a01456bed5 Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-05-26 11:09:42 +02:00
Ghost
2542b5c6d4 Add altadefinizione 2024-05-26 11:08:46 +02:00
Giova
e576a200da
Delete Src/Lib/Hls/M3U8 directory 2024-05-24 12:04:20 +02:00
Ghost
762970c0ed Add download speed 2024-05-24 12:02:13 +02:00
Ghost
9eb4e81cc4 Fix index season map episode for series 2024-05-23 12:02:12 +02:00
Giova
a94a2eaa6a
Update README.md 2024-05-23 08:54:20 +02:00
Ghost
129de75ba0 Atto secondo ... v1.1.0 2024-05-23 08:50:29 +02:00
Ghost
67bbb9a043 fix ascii character 2024-05-16 18:25:00 +02:00
Ghost
f98fbe18e6 Fix error 401 and invalid character 2024-05-16 15:56:17 +02:00
Giova
d49e1a6299
Update config.json 2024-05-14 16:10:37 +02:00
Giova
9991066d4d
Update config for only 4 threads. 2024-05-13 20:06:19 +02:00
Ghost
58382ea13a Fix requests for mac 2024-05-09 18:57:00 +02:00
Fline
e985b31e74
Update anime.py (#125) 2024-05-06 07:00:09 +02:00
Fline
8e909cede7
Update series.py (#124) 2024-05-06 06:59:55 +02:00
Giova
670f3bf943
Update README.md 2024-05-05 15:33:38 +02:00
Ghost
cce4dd7a6b Fix os "...". directory in series name path 2024-05-04 09:12:16 +02:00
Ghost
9aea0328b4 Remove exceptation req 2024-05-03 22:12:57 +02:00
Ghost
d447e93f75 Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-05-03 17:45:08 +02:00
Ghost
891f14b6a3 Fix library: my_requests 2024-05-03 17:45:06 +02:00
Francesco Grazioso
dd239a8e5d
fix first episode not downloaded and last downloaded twice in anime series (#123) 2024-05-03 16:18:18 +02:00
Ghost
d65865a26c Add note for mac 2024-05-02 17:09:07 +02:00
Ghost
2e9dd8ceba Fix url 2 ( ?? ) 2024-04-29 22:31:17 +02:00
Ghost
7aef4c3655 Fix url with space 2024-04-29 22:30:14 +02:00
Ghost
02edd4d5cd Add light and strong search domain @inklook 2024-04-29 20:23:11 +02:00
Ghost
a60dcb2b79 Remove use of lxml 2024-04-28 18:17:18 +02:00
Ghost
0df589600a Try to fix stuttering (ep_3) 2024-04-28 15:19:47 +02:00
Ghost
3091eed167 Merge branch 'main' of https://github.com/Ghost6446/StreamingCommunity_api 2024-04-24 22:18:49 +02:00
Ghost
ca6a50c851 Fix options tables 2024-04-24 22:18:46 +02:00
Francesco Grazioso
1810d4ba4d
Update domain (#118) 2024-04-23 06:59:50 +02:00
Ghost
651f8a7e3c Fix range season 2024-04-21 17:43:01 +02:00