advplyr
9f561aa296
Update:Skip library api cache for random sort #3249
2024-08-06 17:20:53 -05:00
advplyr
06eaee8909
Fix:Binary manager dylib file ext check #3231
2024-08-04 16:51:07 -05:00
advplyr
4a5345dd5d
Update:devcontainer dev.js default to not skip binaries check, fail gracefully if required binary env variables are not set when skipping
2024-08-01 14:25:57 -05:00
advplyr
1e6dd0e3e0
Add jsdocs for Ffmpeg and tools controller
2024-07-31 17:32:51 -05:00
Shaun
49054d5239
persist the advanced encoding options, show the encoding options used with in progress encodes
2024-07-31 16:44:24 +10:00
mikiher
294490f814
Fix permission issues in embed/merge
2024-07-29 20:19:58 +03:00
advplyr
6183001fca
Merge pull request #3199 from mikiher/unaccent
...
Support accent-insensitive search using SQLean unicode sqlite3 extension
2024-07-28 17:21:32 -05:00
advplyr
88693d73bd
Fix:Shares not working with timeouts longer than 23 days #3164
2024-07-27 17:40:51 -05:00
mikiher
2c453a34ee
Remove redundant console.log() message
2024-07-27 23:09:46 +03:00
mikiher
3d2b2e43b1
Set execution permission for downloaded binaries
2024-07-27 23:03:40 +03:00
mikiher
c3f3fca896
Remove dependency on libs/ffbinaries from BinaryManager test
2024-07-27 22:44:01 +03:00
mikiher
329e9c9eb2
BinaryManager support for libraries and downloading from github release assets
2024-07-27 21:51:31 +03:00
Nicholas Wallace
ee271519f9
Ensure author folder is created before extracting files
2024-07-21 18:04:46 +00:00
mikiher
7faf42d892
Merge branch 'advplyr:master' into ffmpeg-progress
2024-07-20 12:28:47 +03:00
mikiher
10f5f331d7
Fixes + add progress to m4b and embed tools
2024-07-20 12:28:06 +03:00
advplyr
03be947ad6
Merge pull request #3163 from ajyey/feature/disable-max-backup-size
...
Adds support for allowing backups of unlimited size
2024-07-17 17:09:37 -05:00
advplyr
37ad1cced2
Fix:Large OPML import timeouts #3118
...
- Added OPML Api endpoints for /parse and /create, removed old
- Show task for OPML import and create failed tasks for failed feeds
2024-07-16 17:05:52 -05:00
Andrew Leonard
2bc949fae3
feat: adds support for allowing backups of unlimited size
2024-07-15 23:58:05 -04:00
advplyr
2f2ec2ec1f
Add book item more menu item for Share, restrict share to admin or up, add admin socket events for open/close shares
2024-07-07 15:51:50 -05:00
advplyr
9a4c5a16ef
Merge pull request #3111 from mikiher/tone-replacement
...
Replace tone with ffmpeg for metadata and cover embedding
2024-07-06 16:03:17 -05:00
advplyr
e6b1acfb44
Remove tone scripts & references, rename tone-object endpoint, remove node-tone dependency, remove TONE_PATH env
2024-07-06 16:00:48 -05:00
advplyr
7c0b4e35d7
Update backups config page to use backupPathEnvSet returned from endpoint, remove from ServerConfig
2024-07-05 16:10:07 -05:00
Nicholas Wallace
37f62d22b6
Add: report whether backup path environment is set
2024-07-05 17:27:49 +00:00
advplyr
fed5ff4863
Add:Daily cron that closes stale open playback sessions
2024-07-04 12:00:54 -05:00
advplyr
43217657d7
Update media item shares to close when changing shares on same device
2024-07-04 11:19:29 -05:00
mikiher
ebaec23648
Replace tone with ffmpeg in AbMergeManager
2024-07-02 18:25:04 +03:00
advplyr
4732ca8119
Embed track number
2024-07-01 16:57:14 -05:00
advplyr
8e286a6070
Open media item share sessions shown on listening sessions page, create device info for share sessions
2024-06-30 16:36:00 -05:00
mikiher
a21b1f3b16
Make required changes for mp3 embedding
2024-06-30 15:45:25 +03:00
advplyr
31146082f0
Update:Media item share endpoints and audio player #1768
...
- Add endpoints for getting tracks, getting cover image and updating progress
- Implement share session cookie and caching share playback session
- Audio player UI/UX
2024-06-29 15:05:35 -05:00
mikiher
6fbbc65edf
Replace tone with ffmpeg for metadata and cover embedding
2024-06-29 20:04:23 +03:00
advplyr
903b685e1a
Update jsdocs
2024-06-23 11:01:25 -05:00
advplyr
d6eae9b43e
Add:Create media item shares with expiration #1768
2024-06-22 16:42:13 -05:00
advplyr
72c1407aa7
Fix:Automatic library scans using stale copy of library object resulting in reverting saved changes to it #3079 #2894
2024-06-20 17:08:18 -05:00
advplyr
331d7a41ab
Add:Ability to edit backup location path on backups page #2973
...
- Added api endpoint PATCH /api/backups/path
- Cleanup backup page UI for mobile screens
2024-06-19 17:14:37 -05:00
Richard Bateman
e3c3903c71
bug: If !itemProgress unhandled exception syncing user progress
2024-06-18 18:52:37 -06:00
advplyr
7bc70effb0
Update:Add server setting for backupPath and allow overriding with BACKUP_PATH env variable #2973
2024-06-18 17:10:49 -05:00
advplyr
6d89721371
Fix:Podcast download new episode check to compare both GUID and enclosure URL for existing episodes #2986
2024-05-18 09:33:48 -05:00
advplyr
aefda8bd51
Fix:Local sessions set date and dayOfWeek using the updatedAt timestamp passed in from the client #2795
2024-03-30 11:40:35 -05:00
advplyr
a2b2a2d060
Fix:Applying backup not properly overwriting existing sqlite file
...
- Fixed resetting api cache on backup
- Added loading indicator in backups table
- Fixed apply backup api not responding with 200 http status code
- Added additional logging and failsafes
2024-03-16 15:12:33 -05:00
advplyr
99f0799a11
Update:Adding support for skipping check for ffmpeg/ffprobe binaries with environment variable SKIP_BINARIES_CHECK
...
- Set SKIP_BINARIES_CHECK=1 env variable to skip
- Or set SkipBinariesCheck: true in dev.js #2741
2024-03-14 16:29:01 -05:00
advplyr
d2b006b909
Update:Windows binary manager to install ffmpeg/ffprobe 5.1 #1098
2024-02-28 16:16:44 -06:00
advplyr
d9e7f5d133
Update BinaryManager JSDocs, move validVersions to required binary objects
2024-02-17 17:40:33 -06:00
advplyr
a119b05d85
Merge branch 'master' into ffmpeg-latest
2024-02-17 17:05:51 -06:00
advplyr
af7cb2432b
Update:Log uncaught exceptions to crash_logs.txt #706 & cleanup logger
2024-02-15 16:46:19 -06:00
mikiher
d43a1109c8
Modify BinaryManager to download version 6.1 and remove old dowloaded versions
2024-01-25 17:51:06 +02:00
advplyr
69e23ef9f2
Add:Epub metadata parser and cover extractor #1479
2024-01-07 17:51:07 -06:00
mikiher
3051b963ef
Merge branch 'advplyr:master' into binary-manager
2023-12-27 06:44:22 +02:00
advplyr
fae383a045
Fix:RSS feeds for collections not updating #2414
2023-12-14 15:45:34 -06:00
mikiher
8f7a420cca
Fix directory writable check (fs.access not working on Windows)
2023-12-14 09:47:18 +02:00