Compare commits

...

4 Commits

Author SHA1 Message Date
Simon ec64a88d1e
update roadmap 1 month ago
Simon 0c487e6339
bump TA_VERSION 1 month ago
Simon f7ad1000c7
bump es version 1 month ago
Simon aecd189d04
bump requirements 1 month ago

@ -151,7 +151,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex
- [ ] User roles
- [ ] Audio download
- [ ] Podcast mode to serve channel as mp3
- [ ] User created playlists, random and repeat controls ([#108](https://github.com/tubearchivist/tubearchivist/issues/108), [#220](https://github.com/tubearchivist/tubearchivist/issues/220))
- [ ] Random and repeat controls ([#108](https://github.com/tubearchivist/tubearchivist/issues/108), [#220](https://github.com/tubearchivist/tubearchivist/issues/220))
- [ ] Auto play or play next link ([#226](https://github.com/tubearchivist/tubearchivist/issues/226))
- [ ] Multi language support
- [ ] Show total video downloaded vs total videos available in channel
@ -162,6 +162,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex
- [ ] Configure shorts, streams and video sizes per channel
Implemented:
- [X] User created playlists [2024-04-10]
- [X] Add statistics of index [2023-09-03]
- [X] Implement [Apprise](https://github.com/caronc/apprise) for notifications [2023-08-05]
- [X] Download video comments [2022-11-30]

@ -40,7 +40,7 @@ services:
depends_on:
- archivist-es
archivist-es:
image: bbilly1/tubearchivist-es # only for amd64, or use official es 8.12.0
image: bbilly1/tubearchivist-es # only for amd64, or use official es 8.13.2
container_name: archivist-es
restart: unless-stopped
environment:

@ -269,4 +269,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
# TA application settings
TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist"
TA_VERSION = "v0.4.7-unstable"
TA_VERSION = "v0.4.7"

@ -1,7 +1,7 @@
apprise==1.7.5
celery==5.3.6
Django==5.0.3
django-auth-ldap==4.7.0
Django==5.0.4
django-auth-ldap==4.8.0
django-cors-headers==4.3.1
djangorestframework==3.15.1
Pillow==10.3.0
@ -10,4 +10,4 @@ requests==2.31.0
ryd-client==0.0.6
uWSGI==2.0.24
whitenoise==6.6.0
yt-dlp==2024.3.10
yt-dlp==2024.4.9

Loading…
Cancel
Save