ddurdle
ddurdle
I like the concept of having a backup Jellyfin server. Since there is no method to keep the instances in sync, one needs to create accounts on both. It would...
Already made an attempt to pull the thumbnails with: http://domain/owncloud/index.php/core/preview.png?file=/path/file&c=etag&x=50&y=50forceIcon=0 But they won't load on either v6 or v7. Seems like the plugin tries to load them and fails. No...
Instead of making the updates on the db, consider a mode where all the updates are changed to a SQL that the user can review/edit if necessary and then apply...
Firstly, main.c: In function ‘main’: main.c:207:2: error: implicit declaration of function ‘mkdir’ [-Werror=implicit-function-declaration] mkdir(outDir); ... mkdir is part of sys/stat.h so need to include: #include Also, need to update the...