cwilvx
|
1cc0118daa
|
update python version for win arm
|
2025-05-09 12:42:19 +03:00 |
|
cwilvx
|
86b6122e3a
|
setup brew for macos
|
2025-05-09 12:36:53 +03:00 |
|
cwilvx
|
b7c88b8cce
|
workflow: upgrade node version for win arm
|
2025-05-08 21:13:04 +03:00 |
|
cwilvx
|
f1aa723cb9
|
disable docker and release workflow
|
2025-05-08 21:07:34 +03:00 |
|
cwilvx
|
2c6ec2952b
|
try: support macos intel, macos arm, linux arm and win arm.
+ improve artifact handling
+ remove import debug from build
|
2025-05-08 21:06:07 +03:00 |
|
cwilvx
|
45b0eb771c
|
try: append server module in requirments
|
2025-05-08 20:07:12 +03:00 |
|
cwilvx
|
c9cd3fb2b2
|
debug imports
|
2025-04-30 14:06:49 +03:00 |
|
cwilvx
|
b552f05491
|
remove arm64 file upload
|
2025-04-30 12:24:44 +03:00 |
|
cwilvx
|
882761c307
|
disable arm64 build
|
2025-04-30 12:11:49 +03:00 |
|
cwilvx
|
fcb2265460
|
update workflow to use ubuntu 22
|
2025-04-30 11:35:45 +03:00 |
|
cwilvx
|
bb4157cec1
|
fix: -1 limit on playlists in folder view
|
2025-04-30 11:34:04 +03:00 |
|
cwilvx
|
5c987cf879
|
try: specify hidden import
|
2025-04-30 11:30:50 +03:00 |
|
cwilvx
|
6eb70b7d7c
|
add item counts
|
2025-04-22 09:37:11 +03:00 |
|
cwilvx
|
76997ca3fa
|
show playlists in folder view
|
2025-04-21 21:40:54 +03:00 |
|
Mungai Njoroge
|
03a6f107ab
|
Update README.md
|
2025-04-06 08:49:41 +03:00 |
|
Mungai Njoroge
|
eff05ab89f
|
fix: install bjoern in Dockerfile
|
2025-04-06 07:50:14 +03:00 |
|
cwilvx
|
e100015c97
|
update readme
|
2025-04-05 21:27:34 +03:00 |
|
cwilvx
|
37a4458755
|
update entrypoints
|
2025-04-03 14:45:56 +03:00 |
|
cwilvx
|
8b0f40ee4c
|
try: sudo install libev
|
2025-04-03 14:39:01 +03:00 |
|
cwilvx
|
b04ab90aaa
|
remove trunk configs
|
2025-04-03 14:30:35 +03:00 |
|
cwilvx
|
056c0456f9
|
install libev on build scripts
+ fix: scanning system dirs on mac
|
2025-04-03 14:25:44 +03:00 |
|
Mungai Njoroge
|
d6821bb6d3
|
Merge pull request #276 from andrea3x/master
Fix cpu count multiprocessing errors pt.2
|
2025-03-28 13:36:53 +03:00 |
|
Andrea
|
f9c1b0fa4b
|
Fix cpu count multiprocessing errors pt.2
|
2025-03-27 18:02:03 +01:00 |
|
cwilvx
|
2b59c07dc1
|
copy version.txt into dist build
+ install wsgi server manually on scripts
|
2025-03-24 03:35:42 +03:00 |
|
cwilvx
|
f891c28c2e
|
rewrite options with click
+ fix cpu count multiprocessing errors
|
2025-03-23 23:54:13 +03:00 |
|
Mungai Njoroge
|
bea853fcd3
|
Update README.md
|
2025-03-20 06:52:53 +03:00 |
|
Mungai Njoroge
|
03dea7599b
|
Update README.md
|
2025-03-20 06:33:51 +03:00 |
|
cwilvx
|
892415bc80
|
remove prints
|
2025-03-16 00:07:26 +03:00 |
|
cwilvx
|
7bf7c34539
|
update readme
|
2025-03-16 00:00:35 +03:00 |
|
cwilvx
|
08fc79150c
|
update requirements.txt
|
2025-03-14 12:02:30 +03:00 |
|
cwilvx
|
561d70352f
|
process silence with processes instead of threads
- might help memory issues?
+ fix double slash problem on windows?
|
2025-03-13 18:32:52 +03:00 |
|
cwilvx
|
5c7d84396d
|
update pyproject.toml
|
2025-03-13 13:07:21 +03:00 |
|
cwilvx
|
8ac3b8e294
|
fix folders endpoint on windows
+ try/catch ffmpeg 404s in pydub
|
2025-03-13 00:23:05 +03:00 |
|
cwilvx
|
0eef23880b
|
fix multiprocessing
+ remove global locks
|
2025-03-10 21:05:28 +03:00 |
|
cwilvx
|
9725fd427b
|
fix favorites on homescreen
+ reduce tagger process count
|
2025-03-10 12:23:25 +03:00 |
|
cwilvx
|
26c4c599d5
|
override waitress file_wrapper
|
2025-03-08 15:17:59 +03:00 |
|
cwilvx
|
18f929d6f7
|
go back to bjoern
|
2025-03-05 10:19:30 +03:00 |
|
cwilvx
|
1d2e9bc2ab
|
try: use gunicorn wsgi server
|
2025-03-04 10:16:54 +03:00 |
|
cwilvx
|
a9d095d79f
|
try: use bjoern wsgi
|
2025-03-02 21:50:34 +03:00 |
|
cwilvx
|
989f2dfb5f
|
fix default user not created
- replace list comprehension with list()
|
2025-03-02 15:49:53 +03:00 |
|
cwilvx
|
9a48a46898
|
fix default user
|
2025-03-02 15:33:09 +03:00 |
|
Mungai Njoroge
|
14bbf39f1d
|
merge #258 from nicklvh
Update docker section in readme
|
2025-03-02 02:31:15 +03:00 |
|
cwilvx
|
0215610079
|
update arm64 buildscript to avoid poetry
|
2025-03-01 18:50:49 +03:00 |
|
cwilvx
|
5adde56fce
|
remove print
|
2025-02-28 20:50:43 +03:00 |
|
cwilvx
|
da364d8514
|
update changelog
+ minor bugfixes
|
2025-02-28 20:39:21 +03:00 |
|
cwilvx
|
7aae38ae3b
|
update requirements.txt
|
2025-02-28 19:27:10 +03:00 |
|
cwilvx
|
bcd4f6688c
|
fix: stats and plalist images
|
2025-02-25 23:57:53 +03:00 |
|
cwilvx
|
620974561c
|
fix: removing favorites not being commited to db
+ improve: collision of hashes on the favorite table
+ rename pages to collections
+ bump mix sleep time from 6hrs to 12hrs
|
2025-02-25 23:30:51 +03:00 |
|
cwilvx
|
0a1ab72932
|
try: fix search
|
2025-02-25 20:53:39 +03:00 |
|
cwilvx
|
7daa20e0df
|
fix: get users
|
2025-02-24 10:36:22 +03:00 |
|