tcely
41c1b74c75
Split the string ourselves
...
I don't know what I thought replace did, but the third argument is a count, not a start.
2025-01-25 05:41:34 -05:00
tcely
0c5836d466
Remove unused stringfilter
2025-01-25 05:22:57 -05:00
tcely
aa493208e2
Restrict replacement to the end of the string
2025-01-25 05:20:14 -05:00
tcely
42bf4d2aac
Remove fixB
filter
2025-01-24 12:22:03 -05:00
tcely
f109400263
Use bytesformat
instead
2025-01-24 12:19:07 -05:00
tcely
840893c962
Use bytesformat
instead
2025-01-24 12:15:19 -05:00
tcely
09649a3a58
Use fixB for other filesizeformat uses
2025-01-24 11:51:52 -05:00
tcely
f9c1cc28d8
Use fixB filter
2025-01-24 11:44:22 -05:00
tcely
22cec87636
Add fixB filter
2025-01-24 11:37:51 -05:00
tcely
4e710f503a
Create filters.py
2025-01-24 11:15:00 -05:00
tcely
1bd2e38196
Create templatetags/__init__.py
2025-01-24 10:06:24 -05:00
meeb
3130ff2816
Merge pull request #580 from tcely/patch-2
...
Report db.sqlite3 size on dashboard
2025-01-25 02:02:47 +11:00
tcely
e16f6bb86a
Display database_filesize
only if set
2025-01-24 09:26:04 -05:00
tcely
b65ecc43ff
Pass raw bytes count as database_filesize
2025-01-24 09:20:12 -05:00
tcely
ee303c638b
Display database_filesize
2025-01-24 09:14:53 -05:00
meeb
afab06fe48
Merge pull request #643 from tcely/patch-4
...
Better display for audio formats
2025-01-25 00:36:05 +11:00
tcely
d4a5a78831
Display format_note
after audio-only formats
2025-01-24 08:26:19 -05:00
tcely
3d148fc5aa
Return format_note
also
2025-01-24 08:22:46 -05:00
meeb
c1aa9b9d68
Merge pull request #640 from tcely/patch-4
...
Automated channel_id extraction
2025-01-24 23:56:08 +11:00
tcely
ed381715b5
Fail to previous behavior
2025-01-22 21:09:03 -05:00
tcely
fb87b54300
channel_id is the only available key
2025-01-22 20:59:21 -05:00
tcely
25892388a1
Remove the /channel/ from the URL
2025-01-22 20:42:18 -05:00
tcely
5546c5dad2
Use the channel type to fetch channel_id
2025-01-22 20:21:23 -05:00
tcely
e5b4e9dbc0
Add get_channel_id
2025-01-22 20:07:59 -05:00
tcely
ba321945b6
Automated channel_id extraction
2025-01-22 19:41:03 -05:00
meeb
4a24fd1109
Merge branch 'main' of github.com:meeb/tubesync
2025-01-23 00:00:02 +11:00
meeb
b38c7d7c7f
bump ffmpeg and yt-dlp
2025-01-22 23:59:41 +11:00
meeb
f133bda630
Merge pull request #638 from tcely/patch-4
...
Add youtube.com as a valid domain
2025-01-22 23:45:59 +11:00
tcely
1671c6e706
DRY YouTube domain list
...
I am tired of links copied from YouTube not working without adjustments.
2025-01-22 04:55:57 -05:00
meeb
a6e7eec40b
Merge pull request #637 from tcely/patch-5
...
Update architectures FAQ
2025-01-21 22:17:09 +11:00
meeb
9289f6b8b9
Merge pull request #636 from tcely/patch-4
...
Pipefile -> Pipfile
2025-01-21 22:16:34 +11:00
meeb
c37844e030
Merge pull request #628 from tcely/patch-6
...
Create upgrade_yt-dlp.sh
2025-01-21 22:16:15 +11:00
tcely
96078f8d40
Update architectures FAQ
2025-01-21 04:38:06 -05:00
tcely
0ea508443a
Pipefile -> Pipfile
2025-01-21 04:21:47 -05:00
tcely
1f95b858f2
Use --break-system-packages with pip
...
Unfortunately, both versions of `pip` don't have this flag.
Check the version, then add the flag if it is not too old.
2025-01-21 03:08:24 -05:00
meeb
763716efe9
Merge pull request #635 from tcely/patch-4
...
Treat static_url the same as other URLs
2025-01-21 18:09:29 +11:00
tcely
52d703ff1f
Better check for script_name
2025-01-21 01:55:13 -05:00
tcely
f65f6f1de5
Treat static_url the same as other URLs
2025-01-21 01:12:24 -05:00
tcely
66e5192980
Warn against regular updating of yt-dlp
2025-01-20 08:49:14 -05:00
meeb
44db638b12
fix num workers comparison check, resolves #634
2025-01-21 00:21:03 +11:00
meeb
8c5cef8a5a
Merge pull request #625 from FaySmash/patch-1
...
Update README.md
2025-01-20 17:25:35 +11:00
meeb
cc5d221d25
Merge pull request #630 from tcely/cache-apt-and-pipenv
...
Cache for pipenv & apt
2025-01-20 17:19:09 +11:00
FaySmash
c5cdbe4a55
Update README.md
...
Fix the suppy => supply misspelling +alternate phrasing
Co-authored-by: tcely <tcely@users.noreply.github.com>
2025-01-19 17:18:11 +01:00
FaySmash
eff92e3469
Update README.md
...
Revised version of the section about potential permission issues with Samba volumes.
2025-01-17 19:46:10 +01:00
tcely
ae07c1ce89
Fallback to run_whl
...
Prefer `pip_runner` but try the `pip` wheel too, if it's missing.
2025-01-17 13:03:06 -05:00
tcely
ccdd43845c
Cache for pipenv & apt
...
- Consolidate apk & apt commands
- Consolidate ENV layers
- Consolidate RUN layers
- Remove unused variables
- Remove packages that are no longer needed
- Bind mount /app/Pipfile
`/cache` is now a `tmpfs` mount that has a `cache` mount on top for `pipenv` to use.
`apt` has `cache` mounts in the standard places:
- /var/lib/apt
- /var/cache/apt
2025-01-17 12:46:11 -05:00
meeb
13b1f20f33
Merge pull request #629 from tcely/patch-7
...
Bump ffmpeg & yt-dlp
2025-01-17 16:55:39 +11:00
meeb
aa820821d4
Merge pull request #627 from tcely/patch-5
...
Don't write zero into MPAA in .nfo
2025-01-17 16:55:25 +11:00
meeb
1979b66055
Merge pull request #626 from tcely/patch-4
...
Don't write 'None' in default rating
2025-01-17 16:55:07 +11:00
tcely
4e51d54ec1
Use pip runner from pipenv
2025-01-16 08:24:11 -05:00