Search the Community
Showing results for tags 'boot'.
-
Hello, Sometimes I'm updating my server and then Emby will shut itself off (Sometimes forced due to crashes). It seems that the "transcoding-temp" folder will remain intact. Streams that are no longer being watched are still files from.... Could it be an idea to give a option so Emby will auto-clean this folder on boot? Like a checkbox for example under transcoding-settings. This will ensure the folder remains clean. I saw my transcoding-temp folder was 56 GB over the years. A regex can be used to filter by ID and ****_***.TS files. this will prevent cleaning other things when the user has changed the folder location itself. I can always script something, but I think having this within Emby is more handy for everyone.
-
Emby is working fine with the latest 4.7 release but when I go to update it to 4.8 it starts to update the library.db and then fails saying the database is maformed. What can I do to get updated to 4.8 without just deleting the library.db and losing all data (especially watched data)? For some context this is an ubuntu 22.04 lxc container on a Proxmox server. Error Main: Error in appHost.Init *** Error Report *** Version: 4.8.0.80 Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb Operating system: Linux version 5.19.17-2-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT_DYNAMIC PV Framework: .NET 6.0.25 OS/Process: x64/x64 Runtime: opt/emby-server/system/System.Private.CoreLib.dll Processor count: 4 Data path: /var/lib/emby Application path: /opt/emby-server/system SQLitePCL.pretty.SQLiteException: Corrupt: database disk image is malformed SQLitePCL.pretty.SQLiteException: Exception of type 'SQLitePCL.pretty.SQLiteException' was thrown. at SQLitePCL.pretty.SQLiteException.CheckOk(sqlite3 db, Int32 rc) at SQLitePCL.pretty.StatementImpl.MoveNext() at SQLitePCL.pretty.DatabaseConnection.Execute(IDatabaseConnection This, String sql) at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize(SqliteUserDataRepository userDataRepo, SyncRepository syncRepo) at Emby.Server.Implementations.ApplicationHost.InitDatabases() at Emby.Server.Implementations.ApplicationHost.Init() at EmbyServer.HostedService.StartAsync(CancellationToken cancellationToken) Source: SQLitePCL.pretty TargetSite: Void CheckOk(SQLitePCLEx.sqlite3, Int32) emby-4.8-server-startup.log
-
I want Emby to start on boot with my linux laptop. When i had windows installed i had an option to start at boot. I cant find it on linux. I am using Chalet Os with the xbuntu 16.04 as a base. I figure i can maybe add the start code to some file sonewere but how if emby needs sudo permissions to start? In a newbie to linux by the way