Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Playlist sorting gets corrupted when a song in the playlist goes missing #11303

Open
1 task done
drazil100 opened this issue Apr 5, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@drazil100
Copy link

drazil100 commented Apr 5, 2024

When deleting or renaming files that are part of a playlist it completely breaks any ability to sort the playlist. If you attempt to sort it after a file is removed from the playlist, many of the files will end up in random locations even if you did not directly touch those items. Unfortunately my first instinct was to try to fix it immediately, which resulted in me deleting it from the server but my 3rd party client was set to offline mode before I deleted it and here is a screenshot of the first few items in the playlist. I can confirm that the order was messed up on the first party web client too.
IMG_4726

Here is the order the playlist is SUPPOSED to be in.
playlist.txt

This is not the first time this has happened to me though last time was a couple years ago. I was careless and forgot that the album I was renaming the files of had a song already in the playlist.

Reproduction Steps

  1. Make a playlist (mine was 144 songs)
  2. Rename a file that is included in the playlist
  3. Refresh Metadata
  4. Scan for new or updated files
  5. Add a song to the playlist (in my case it was the renamed song but I don't know if it matters)
  6. Sort the new song using the web client (in my case it was to where it originally was but I don't think it matters)
  7. Navigate back to home and then back to the playlist
  8. Songs will be out of order

(Don't know if every step is necessary but these were the steps I took)

Jellyfin Version

10.8.13

if other:

No response

Environment

- OS: Raspbian GNU/Linux 11 (bullseye)
- Linux Kernel: 6.1.21-v8+
- Virtualization: Whatever is in the ppa
- Clients: Browser, Finamp
- Browser: Google Chrome 123.0.6312.58 (Official Build) (64-bit)
- FFmpeg Version: Whatever comes with Jellyfin
- Playback Method: No issues with playback
- Hardware Acceleration: No issues with playback
- GPU Model: 
- Plugins: none
- Reverse Proxy: none
- Base URL: none
- Networking: home internet
- Storage: MicroSD for install and configuration, USB external HDD for library

Jellyfin logs

[2024-04-05 00:00:59.997 -05:00] [INF] "DailyTrigger" fired for task: "Remove Old Cached Data"
[2024-04-05 00:00:59.998 -05:00] [INF] Queuing task "HousekeepingTask"
[2024-04-05 00:00:59.998 -05:00] [INF] Executing "Remove Old Cached Data"
[2024-04-05 00:01:00.004 -05:00] [INF] "Remove Old Cached Data" Completed after 0 minute(s) and 0 seconds
[2024-04-05 00:01:00.013 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 00:01:00.998 -05:00] [INF] Daily trigger for "Remove Old Cached Data" set to fire at 2024-04-06 00:01:00.000 -05:00, which is 23:59:59.0011568 from now.
[2024-04-05 00:20:19.610 -05:00] [INF] "IntervalTrigger" fired for task: "Refresh Guide"
[2024-04-05 00:20:19.612 -05:00] [INF] Queuing task "RefreshGuideScheduledTask"
[2024-04-05 00:20:19.613 -05:00] [INF] Executing "Refresh Guide"
[2024-04-05 00:20:22.236 -05:00] [INF] "IntervalTrigger" fired for task: "Optimize database"
[2024-04-05 00:20:22.238 -05:00] [INF] Queuing task "OptimizeDatabaseTask"
[2024-04-05 00:20:22.238 -05:00] [INF] Executing "Optimize database"
[2024-04-05 00:20:22.238 -05:00] [INF] Optimizing and vacuuming jellyfin.db...
[2024-04-05 00:20:22.618 -05:00] [INF] Refreshing guide with 7 days of guide data
[2024-04-05 00:20:22.619 -05:00] [INF] "Refresh Guide" Completed after 0 minute(s) and 3 seconds
[2024-04-05 00:20:22.621 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 00:20:25.293 -05:00] [INF] jellyfin.db optimized successfully!
[2024-04-05 00:20:25.294 -05:00] [INF] "Optimize database" Completed after 0 minute(s) and 3 seconds
[2024-04-05 00:20:25.295 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 00:24:22.054 -05:00] [INF] "IntervalTrigger" fired for task: "Scan Media Library"
[2024-04-05 00:24:22.055 -05:00] [INF] Queuing task "RefreshMediaLibraryTask"
[2024-04-05 00:24:22.055 -05:00] [INF] Executing "Scan Media Library"
[2024-04-05 00:24:22.061 -05:00] [INF] Stopping directory watching for path "/mnt/Elements/Music/Albums"
[2024-04-05 00:24:22.076 -05:00] [INF] Stopping directory watching for path "/mnt/Elements/Comics"
[2024-04-05 00:24:22.076 -05:00] [INF] Stopping directory watching for path "/mnt/Elements/Music/Audiobooks"
[2024-04-05 00:24:22.078 -05:00] [INF] Stopping directory watching for path "/mnt/Elements/Videos/Shows"
[2024-04-05 00:24:22.080 -05:00] [INF] Stopping directory watching for path "/mnt/Elements/Videos/Movies"
[2024-04-05 00:24:22.081 -05:00] [INF] Validating media library
[2024-04-05 00:24:25.963 -05:00] [WRN] Unable to find linked item at path "/mnt/Elements/Videos/Movies/The Lion King 2 Simba's Pride.mkv"
[2024-04-05 00:24:25.993 -05:00] [WRN] Unable to find linked item at path "/mnt/Elements/Videos/Movies/The Lord of the Rings - Fellowship of the Ring.mkv"
[2024-04-05 00:24:25.996 -05:00] [WRN] Unable to find linked item at path "/mnt/Elements/Videos/Movies/The Lord of the Rings - The Two Towers.mkv"
[2024-04-05 00:24:25.998 -05:00] [WRN] Unable to find linked item at path "/mnt/Elements/Videos/Movies/The Lord of the Rings - The Return of the King.mkv"
[2024-04-05 00:24:49.576 -05:00] [INF] "Scan Media Library" Completed after 0 minute(s) and 27 seconds
[2024-04-05 00:24:49.578 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 00:24:49.698 -05:00] [INF] Watching directory "/mnt/Elements/Music/Audiobooks"
[2024-04-05 00:24:49.699 -05:00] [INF] Watching directory "/mnt/Elements/Videos/Movies"
[2024-04-05 00:24:49.700 -05:00] [INF] Watching directory "/mnt/Elements/Comics"
[2024-04-05 00:24:49.712 -05:00] [INF] Watching directory "/mnt/Elements/Videos/Shows"
[2024-04-05 00:24:49.722 -05:00] [INF] Watching directory "/mnt/Elements/Music/Albums"
[2024-04-05 02:00:00.000 -05:00] [INF] "DailyTrigger" fired for task: "Extract Chapter Images"
[2024-04-05 02:00:00.001 -05:00] [INF] Queuing task "ChapterImagesTask"
[2024-04-05 02:00:00.001 -05:00] [INF] Executing "Extract Chapter Images"
[2024-04-05 02:00:01.001 -05:00] [INF] Daily trigger for "Extract Chapter Images" set to fire at 2024-04-06 02:00:00.000 -05:00, which is 23:59:58.9987970 from now.
[2024-04-05 02:00:01.088 -05:00] [INF] "Extract Chapter Images" Completed after 0 minute(s) and 1 seconds
[2024-04-05 02:00:01.089 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 03:33:26.318 -05:00] [INF] "IntervalTrigger" fired for task: "Clean Log Directory"
[2024-04-05 03:33:26.318 -05:00] [INF] Queuing task "DeleteLogFileTask"
[2024-04-05 03:33:26.318 -05:00] [INF] Executing "Clean Log Directory"
[2024-04-05 03:33:26.320 -05:00] [INF] "Clean Log Directory" Completed after 0 minute(s) and 0 seconds
[2024-04-05 03:33:26.322 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 03:33:26.512 -05:00] [INF] "IntervalTrigger" fired for task: "TasksRefreshChannels"
[2024-04-05 03:33:26.512 -05:00] [INF] Queuing task "RefreshChannelsScheduledTask"
[2024-04-05 03:33:26.512 -05:00] [INF] Executing "TasksRefreshChannels"
[2024-04-05 03:33:26.514 -05:00] [INF] "TasksRefreshChannels" Completed after 0 minute(s) and 0 seconds
[2024-04-05 03:33:26.514 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 03:33:26.723 -05:00] [INF] "IntervalTrigger" fired for task: "Download missing subtitles"
[2024-04-05 03:33:26.724 -05:00] [INF] Queuing task "SubtitleScheduledTask"
[2024-04-05 03:33:26.724 -05:00] [INF] Executing "Download missing subtitles"
[2024-04-05 03:33:26.725 -05:00] [INF] "Download missing subtitles" Completed after 0 minute(s) and 0 seconds
[2024-04-05 03:33:26.726 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 03:33:28.130 -05:00] [INF] "IntervalTrigger" fired for task: "Clean Transcode Directory"
[2024-04-05 03:33:28.130 -05:00] [INF] Queuing task "DeleteTranscodeFileTask"
[2024-04-05 03:33:28.130 -05:00] [INF] Executing "Clean Transcode Directory"
[2024-04-05 03:33:28.131 -05:00] [INF] "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
[2024-04-05 03:33:28.132 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 03:33:42.561 -05:00] [INF] "IntervalTrigger" fired for task: "Clean Cache Directory"
[2024-04-05 03:33:42.563 -05:00] [INF] Queuing task "DeleteCacheFileTask"
[2024-04-05 03:33:42.564 -05:00] [INF] Executing "Clean Cache Directory"
[2024-04-05 03:33:42.612 -05:00] [INF] "Clean Cache Directory" Completed after 0 minute(s) and 0 seconds
[2024-04-05 03:33:42.615 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 04:16:36.076 -05:00] [INF] WS "10.0.0.2" request
[2024-04-05 04:16:36.160 -05:00] [INF] Creating image collage and saving to "/var/cache/jellyfin/temp/9dd7a7df5c8543da9132d8a8a1408727.png"
[2024-04-05 04:16:36.668 -05:00] [INF] Completed creation of image collage and saved to "/var/cache/jellyfin/temp/9dd7a7df5c8543da9132d8a8a1408727.png"
[2024-04-05 04:16:39.761 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Items/9c5b4854e039cdec1ed47e664cacf340/Images/Primary?fillHeight=342&fillWidth=228&quality=96&tag=8238b6112fba31134b0b424b4dbbf656" to "10.0.0.2" in 0:00:00.5461784 with Status Code 200
[2024-04-05 04:20:00.100 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:20:12.101 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:21:00.106 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:21:12.109 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:22:00.116 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:22:12.117 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:23:00.127 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:23:12.131 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:24:00.137 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:24:12.143 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:25:00.149 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:25:12.148 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:26:00.154 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:26:12.162 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:27:00.165 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:27:12.165 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:28:00.176 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:28:12.179 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:29:00.184 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:29:12.186 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:30:21.395 -05:00] [INF] WS "10.0.0.2" closed
[2024-04-05 04:30:21.780 -05:00] [INF] WS "10.0.0.2" request
[2024-04-05 04:30:29.718 -05:00] [INF] "Palworld Original Game Soundtrack" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack") will be refreshed.
[2024-04-05 04:30:29.720 -05:00] [INF] "Chaos Unleashed" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/18. Chaos Unleashed.mp3") will be refreshed.
[2024-04-05 04:34:12.217 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 04:35:45.529 -05:00] [INF] "Palworld Original Game Soundtrack" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "The Begining" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/01_The Beginning.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Uninvited" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/02_Uninvited.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Fur-st Contact" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/03_Fur-st Contact.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Scrambled Party" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/04_Scrambled Party.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Brutal Strike" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/05_Brutal Strike.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Savage Dudes" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/06_Savage Dudes.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Engraved in Myth" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/07_Engraved in Myth.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Introduction: Axel" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/08_Introduction Axel.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Introduction: Lily" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/09_Introduction Lily.mp3") will be refreshed.
[2024-04-05 04:35:45.530 -05:00] [INF] "Introduction Marcus" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/10_Introduction Marcus.mp3") will be refreshed.
[2024-04-05 04:35:45.531 -05:00] [INF] "Introduction Victor" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/11_Introduction Victor.mp3") will be refreshed.
[2024-04-05 04:35:45.533 -05:00] [INF] "Introduction: Zoe" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/12_Introduction Zoe.mp3") will be refreshed.
[2024-04-05 04:35:45.533 -05:00] [INF] "Bosses" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/13_Bosses.mp3") will be refreshed.
[2024-04-05 04:35:45.533 -05:00] [INF] "Proto-Pal-World" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/14_Proto-Palworld.mp3") will be refreshed.
[2024-04-05 04:35:45.534 -05:00] [INF] "Hello, Pal World !!" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/15_Hello, Palworld !!.mp3") will be refreshed.
[2024-04-05 04:35:45.534 -05:00] [INF] "Welcome to the Pal Fes !!" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/16_Welcome to the Pal Fes !!.mp3") will be refreshed.
[2024-04-05 04:35:45.534 -05:00] [INF] "Theme of \"Palworld\"" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/17_Theme of Palworld.mp3") will be refreshed.
[2024-04-05 04:35:45.534 -05:00] [INF] "Chaos Unleashed" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/18_Chaos Unleashed.mp3") will be refreshed.
[2024-04-05 04:36:02.040 -05:00] [INF] Removing item, Type: "Audio", Name: "Theme of Palworld", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/17. Theme of Palworld.mp3", Id: 0ec8e1f5-4b43-f77f-53d9-0c70993b6e17
[2024-04-05 04:36:02.157 -05:00] [INF] Removing item, Type: "Audio", Name: "Introduction Victor", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/11. Introduction Victor.mp3", Id: 606a172f-d2ea-5ba2-a639-1060624fe291
[2024-04-05 04:36:02.276 -05:00] [INF] Removing item, Type: "Audio", Name: "Hello, Palworld !!", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/15. Hello, Palworld !!.mp3", Id: ec48e465-a3e6-0a74-21ef-c86f211e69bb
[2024-04-05 04:36:02.368 -05:00] [INF] Removing item, Type: "Audio", Name: "Welcome to the Pal Fes !!", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/16. Welcome to the Pal Fes !!.mp3", Id: f57ac8bc-abf3-b88b-1f7e-75ea03294761
[2024-04-05 04:36:02.490 -05:00] [INF] Removing item, Type: "Audio", Name: "Introduction Zoe", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/12. Introduction Zoe.mp3", Id: f57f65c0-9197-cf23-0f06-e281fed2d6d4
[2024-04-05 04:36:02.578 -05:00] [INF] Removing item, Type: "Audio", Name: "The Beginning", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/01. The Beginning.mp3", Id: b63eef44-e023-7d05-1329-7b3ae008d6e9
[2024-04-05 04:36:02.672 -05:00] [INF] Removing item, Type: "Audio", Name: "Savage Dudes", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/06. Savage Dudes.mp3", Id: ba84f600-32c0-573c-9b46-b229d3c2c2ab
[2024-04-05 04:36:02.783 -05:00] [INF] Removing item, Type: "Audio", Name: "Introduction Axel", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/08. Introduction Axel.mp3", Id: 5f9494bc-9799-9c18-98d8-a8f6d9e88859
[2024-04-05 04:36:02.920 -05:00] [INF] Removing item, Type: "Audio", Name: "Introduction Lily", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/09. Introduction Lily.mp3", Id: 02a49866-df63-b5bb-572e-6088174d6f54
[2024-04-05 04:36:03.025 -05:00] [INF] Removing item, Type: "Audio", Name: "Uninvited", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/02. Uninvited.mp3", Id: c48c7092-1b13-dbe7-7756-82cbbc51d269
[2024-04-05 04:36:03.115 -05:00] [INF] Removing item, Type: "Audio", Name: "Bosses", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/13. Bosses.mp3", Id: 60b982b1-5352-8528-e504-1784addaa63c
[2024-04-05 04:36:03.198 -05:00] [INF] Removing item, Type: "Audio", Name: "Scrambled Party", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/04. Scrambled Party.mp3", Id: 6c40d3cb-c44f-625b-714e-337cc3793db3
[2024-04-05 04:36:03.300 -05:00] [INF] Removing item, Type: "Audio", Name: "Fur-st Contact", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/03. Fur-st Contact.mp3", Id: 9b6ba048-1b08-8395-dd08-a0e2fab8ff24
[2024-04-05 04:36:03.421 -05:00] [INF] Removing item, Type: "Audio", Name: "Proto-Palworld", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/14. Proto-Palworld.mp3", Id: 5dbc146a-7042-370f-ef7c-8de8b91b8281
[2024-04-05 04:36:03.511 -05:00] [INF] Removing item, Type: "Audio", Name: "Engraved in Myth", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/07. Engraved in Myth.mp3", Id: 86fe6535-4f24-3640-8533-48a5bb1d9599
[2024-04-05 04:36:03.626 -05:00] [INF] Removing item, Type: "Audio", Name: "Brutal Strike", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/05. Brutal Strike.mp3", Id: f42b6088-f8e2-2758-54ca-f39482ca0c7b
[2024-04-05 04:36:03.736 -05:00] [INF] Removing item, Type: "Audio", Name: "Introduction Marcus", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/10. Introduction Marcus.mp3", Id: ba834113-11ab-64fa-11cb-691a063bc88c
[2024-04-05 04:36:03.836 -05:00] [INF] Removing item, Type: "Audio", Name: "Chaos Unleashed", Path: "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/18. Chaos Unleashed.mp3", Id: 4f13ca4c-f3f0-d463-89df-3ff1b9996cdd
[2024-04-05 04:36:10.751 -05:00] [WRN] Unable to find linked item at path "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/07. Engraved in Myth.mp3"
[2024-04-05 04:36:46.136 -05:00] [INF] "Palworld Original Game Soundtrack" ("/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack") will be refreshed.
[2024-04-05 04:36:49.903 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Playlists/58e28e0a1bf0f3d0dba330a64dbd6c7c/Items?Ids=cd812eaff0528d26376a659b4ac6cba2&userId=10fdc2a6c9264bd299c57f1a38a006bc" to "10.0.0.2" in 0:00:00.8249236 with Status Code 204
[2024-04-05 04:36:49.926 -05:00] [WRN] Unable to find linked item at path "/mnt/Elements/Music/Albums/Palworld Original Game Soundtrack/07. Engraved in Myth.mp3"
[2024-04-05 04:39:51.123 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?IncludeItemTypes=MusicAlbum&ParentId=7e64e319657a9516ec78490da03edccb&Recursive=true&SortBy=SortName&SortOrder=Ascending&Fields=parentId%2CindexNumber%2CsongCount%2CchildCount%2CproviderIds%2Cgenres%2Ctags%2CEtag%2CalbumPrimaryImageTag%2CparentPrimaryImageItemId&StartIndex=0&Limit=100" to "10.0.0.20" in 0:00:01.3975371 with Status Code 200
[2024-04-05 04:40:12.334 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?IncludeItemTypes=MusicAlbum&ParentId=7e64e319657a9516ec78490da03edccb&Recursive=true&SortBy=SortName&SortOrder=Ascending&Fields=parentId%2CindexNumber%2CsongCount%2CchildCount%2CproviderIds%2Cgenres%2Ctags%2CEtag%2CalbumPrimaryImageTag%2CparentPrimaryImageItemId&StartIndex=0&Limit=100" to "10.0.0.20" in 0:00:01.3480755 with Status Code 200
[2024-04-05 04:50:54.390 -05:00] [INF] Removing item, Type: "Playlist", Name: "Favorites", Path: "/var/lib/jellyfin/data/playlists/Favorites", Id: 58e28e0a-1bf0-f3d0-dba3-30a64dbd6c7c
[2024-04-05 04:50:54.401 -05:00] [INF] Deleting item path, Type: "Playlist", Name: "Favorites", Path: "/var/lib/jellyfin/data/playlists/Favorites", Id: 58e28e0a-1bf0-f3d0-dba3-30a64dbd6c7c
[2024-04-05 04:51:01.073 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=MusicAlbum&Recursive=true&Fields=PrimaryImageAspectRatio%2CSortName%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=7e64e319657a9516ec78490da03edccb" to "10.0.0.2" in 0:00:00.5288012 with Status Code 200
[2024-04-05 04:51:35.652 -05:00] [INF] Creating image collage and saving to "/var/cache/jellyfin/temp/fc4e85718a2745e3add2c9f6c08636ce.png"
[2024-04-05 04:51:35.981 -05:00] [INF] Completed creation of image collage and saved to "/var/cache/jellyfin/temp/fc4e85718a2745e3add2c9f6c08636ce.png"
[2024-04-05 04:54:26.194 -05:00] [INF] WS "10.0.0.2" closed
[2024-04-05 04:54:26.467 -05:00] [INF] WS "10.0.0.2" request
[2024-04-05 04:54:50.410 -05:00] [INF] Removing item, Type: "Playlist", Name: "Favorites", Path: "/var/lib/jellyfin/data/playlists/Favorites", Id: 58e28e0a-1bf0-f3d0-dba3-30a64dbd6c7c
[2024-04-05 04:54:50.413 -05:00] [INF] Deleting item path, Type: "Playlist", Name: "Favorites", Path: "/var/lib/jellyfin/data/playlists/Favorites", Id: 58e28e0a-1bf0-f3d0-dba3-30a64dbd6c7c
[2024-04-05 04:55:46.734 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=MusicAlbum&Recursive=true&Fields=PrimaryImageAspectRatio%2CSortName%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=7e64e319657a9516ec78490da03edccb" to "10.0.0.2" in 0:00:00.5551392 with Status Code 200
[2024-04-05 04:56:19.330 -05:00] [INF] Creating image collage and saving to "/var/cache/jellyfin/temp/cbcc45952ac2467980feee86a2e77a8f.png"
[2024-04-05 04:56:19.706 -05:00] [INF] Completed creation of image collage and saved to "/var/cache/jellyfin/temp/cbcc45952ac2467980feee86a2e77a8f.png"
[2024-04-05 04:57:41.911 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=MusicAlbum&Recursive=true&Fields=PrimaryImageAspectRatio%2CSortName%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=7e64e319657a9516ec78490da03edccb" to "10.0.0.2" in 0:00:00.5104469 with Status Code 200
[2024-04-05 04:57:55.561 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=MusicAlbum&Recursive=true&Fields=PrimaryImageAspectRatio%2CSortName%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=7e64e319657a9516ec78490da03edccb" to "10.0.0.2" in 0:00:00.5373317 with Status Code 200
[2024-04-05 04:58:15.672 -05:00] [INF] Received a SIGTERM signal, shutting down
[2024-04-05 04:58:15.691 -05:00] [INF] Running query planner optimizations in the database... This might take a while
[2024-04-05 04:58:15.762 -05:00] [INF] Disposing "CoreAppHost"
[2024-04-05 04:58:15.766 -05:00] [INF] Disposing "MusicBrainzAlbumProvider"
[2024-04-05 04:58:15.767 -05:00] [INF] Disposing "EntryPoint"
[2024-04-05 04:58:15.767 -05:00] [INF] Disposing "SchedulesDirect"
[2024-04-05 04:58:15.767 -05:00] [INF] Disposing "UdpServerEntryPoint"
[2024-04-05 04:58:15.769 -05:00] [INF] Disposing "LibraryChangedNotifier"
[2024-04-05 04:58:15.792 -05:00] [INF] Disposing "ExternalPortForwarding"
[2024-04-05 04:58:15.823 -05:00] [INF] Stopping NAT discovery
[2024-04-05 04:58:15.882 -05:00] [INF] Disposing "DeviceAccessEntryPoint"
[2024-04-05 04:58:15.885 -05:00] [INF] Disposing "RecordingNotifier"
[2024-04-05 04:58:15.898 -05:00] [INF] Disposing "UserDataChangeNotifier"
[2024-04-05 04:58:15.908 -05:00] [INF] Disposing "LibraryMonitorStartup"
[2024-04-05 04:58:15.913 -05:00] [INF] Disposing "LibrarySyncManager"
[2024-04-05 04:58:15.939 -05:00] [INF] Disposing "EntryPoint"
[2024-04-05 04:58:15.943 -05:00] [INF] Disposing "EmbyTV"
[2024-04-05 04:58:15.950 -05:00] [INF] Disposing "UserSyncManager"
[2024-04-05 04:58:15.954 -05:00] [INF] Disposing "NotificationEntryPoint"
[2024-04-05 04:58:15.967 -05:00] [INF] Disposing "DlnaEntryPoint"
[2024-04-05 04:58:15.981 -05:00] [INF] Disposing SsdpDevicePublisher
[2024-04-05 04:58:16.136 -05:00] [INF] Disposing PlayToManager
[2024-04-05 04:58:16.140 -05:00] [INF] Disposing DeviceDiscovery
[2024-04-05 04:58:16.144 -05:00] [INF] Disposing SsdpCommunicationsServer
[2024-04-05 04:58:16.146 -05:00] [INF] "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2024-04-05 04:58:16.151 -05:00] [INF] "SsdpCommunicationsServer" Disposing 3 sendSockets
[2024-04-05 04:58:16.151 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
[2024-04-05 04:58:16.151 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "10.0.0.100"
[2024-04-05 04:58:16.152 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"
[2024-04-05 04:58:16.189 -05:00] [INF] WS "10.0.0.2" closed
[2024-04-05 04:58:38.691 -05:00] [INF] Jellyfin version: "10.8.13"
[2024-04-05 04:58:38.876 -05:00] [INF] Environment Variables: ["[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_RESTART_OPT, --restartpath=/usr/lib/jellyfin/restart.sh]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]"]
[2024-04-05 04:58:38.888 -05:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--restartpath=/usr/lib/jellyfin/restart.sh", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-04-05 04:58:38.893 -05:00] [INF] Operating system: "Linux"
[2024-04-05 04:58:38.893 -05:00] [INF] Architecture: Arm
[2024-04-05 04:58:38.896 -05:00] [INF] 64-Bit Process: False
[2024-04-05 04:58:38.896 -05:00] [INF] User Interactive: True
[2024-04-05 04:58:38.896 -05:00] [INF] Processor count: 4
[2024-04-05 04:58:38.896 -05:00] [INF] Program data path: "/var/lib/jellyfin"
[2024-04-05 04:58:38.897 -05:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2024-04-05 04:58:38.897 -05:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2024-04-05 04:58:39.825 -05:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2024-04-05 04:58:40.156 -05:00] [INF] Loading assemblies
[2024-04-05 04:58:40.310 -05:00] [INF] Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Bookshelf_10.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
[2024-04-05 04:58:40.396 -05:00] [INF] Loaded assembly "InfuseSync, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/InfuseSync_1.4.2.0/InfuseSync.dll"
[2024-04-05 04:58:40.888 -05:00] [INF] Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-04-05 04:58:40.888 -05:00] [INF] Defined LAN exclusions : "[]"
[2024-04-05 04:58:40.891 -05:00] [INF] Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-04-05 04:58:40.919 -05:00] [INF] Using bind addresses: "[]"
[2024-04-05 04:58:40.919 -05:00] [INF] Using bind exclusions: "[]"
[2024-04-05 04:59:26.181 -05:00] [INF] Loaded plugin: "Bookshelf" "10.0.0.0"
[2024-04-05 04:59:26.185 -05:00] [INF] InfuseSync is starting.
[2024-04-05 04:59:26.280 -05:00] [INF] Loaded plugin: "InfuseSync" "1.4.2.0"
[2024-04-05 04:59:26.283 -05:00] [INF] Loaded plugin: "TMDb" "10.8.13.0"
[2024-04-05 04:59:26.284 -05:00] [INF] Loaded plugin: "Studio Images" "10.8.13.0"
[2024-04-05 04:59:26.285 -05:00] [INF] Loaded plugin: "OMDb" "10.8.13.0"
[2024-04-05 04:59:26.287 -05:00] [INF] Loaded plugin: "MusicBrainz" "10.8.13.0"
[2024-04-05 04:59:26.288 -05:00] [INF] Loaded plugin: "AudioDB" "10.8.13.0"
[2024-04-05 04:59:26.565 -05:00] [INF] Kestrel listening on "Any IP4 Address"
[2024-04-05 04:59:27.978 -05:00] [INF] Running startup tasks
[2024-04-05 04:59:27.980 -05:00] [INF] Infuse housekeeping task scheduled.
[2024-04-05 04:59:28.044 -05:00] [INF] Daily trigger for "Remove Old Cached Data" set to fire at 2024-04-06 00:01:00.000 -05:00, which is 19:01:31.9564402 from now.
[2024-04-05 04:59:28.102 -05:00] [INF] Daily trigger for "Extract Chapter Images" set to fire at 2024-04-06 02:00:00.000 -05:00, which is 21:00:31.8979557 from now.
[2024-04-05 04:59:28.710 -05:00] [INF] Found ffmpeg version "5.1.4"
[2024-04-05 04:59:28.912 -05:00] [INF] Available "decoders": ["libdav1d", "av1", "h264", "hevc", "mpeg2video", "mpeg4", "msmpeg4", "vp8", "libvpx", "vp9", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-04-05 04:59:29.015 -05:00] [INF] Available "encoders": ["libx264", "h264_v4l2m2m", "libx265", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-04-05 04:59:29.117 -05:00] [INF] Available filters: ["hwupload_vaapi", "zscale", "alphasrc"]
[2024-04-05 04:59:29.211 -05:00] [WRN] Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
[2024-04-05 04:59:29.305 -05:00] [WRN] Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
[2024-04-05 04:59:29.396 -05:00] [WRN] Filter: "tonemap_opencl" with option "bt2390" is not available
[2024-04-05 04:59:29.488 -05:00] [WRN] Filter: "overlay_opencl" with option "Action to take when encountering EOF from secondary input" is not available
[2024-04-05 04:59:29.586 -05:00] [WRN] Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-04-05 04:59:29.675 -05:00] [INF] Available hwaccel types: ["drm"]
[2024-04-05 04:59:30.448 -05:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-04-05 04:59:30.451 -05:00] [INF] ServerId: "5f5d82f2b2c9482689dbb34035ad6338"
[2024-04-05 04:59:30.876 -05:00] [INF] Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "10.0.0.100/24"
[2024-04-05 04:59:30.947 -05:00] [INF] Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1/8"
[2024-04-05 04:59:30.960 -05:00] [INF] Executed all pre-startup entry points in 0:00:00.4782994
[2024-04-05 04:59:30.960 -05:00] [INF] Core startup complete
[2024-04-05 04:59:31.127 -05:00] [INF] "StartupTrigger" fired for task: "Update Plugins"
[2024-04-05 04:59:31.133 -05:00] [INF] Queuing task "PluginUpdateTask"
[2024-04-05 04:59:31.148 -05:00] [INF] Executing "Update Plugins"
[2024-04-05 04:59:32.215 -05:00] [WRN] Slow HTTP Response from "http://10.0.0.100:8096/dlna/5f5d82f2-b2c9-4826-89db-b34035ad6338/description.xml" to "10.0.0.248" in 0:00:00.9924124 with Status Code 200
[2024-04-05 04:59:32.215 -05:00] [WRN] Slow HTTP Response from "http://10.0.0.100:8096/dlna/5f5d82f2-b2c9-4826-89db-b34035ad6338/description.xml" to "10.0.0.248" in 0:00:00.9919056 with Status Code 200
[2024-04-05 04:59:32.340 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Items/3584c4e08c8a34672183fd729c2d9f24/Images/Primary?format=jpg&quality=90&MaxWidth=112&MaxHeight=112" to "10.0.0.20" in 0:00:01.1196065 with Status Code 200
[2024-04-05 04:59:32.737 -05:00] [INF] Watching directory "/mnt/Elements/Comics"
[2024-04-05 04:59:32.976 -05:00] [INF] "Update Plugins" Completed after 0 minute(s) and 1 seconds
[2024-04-05 04:59:33.005 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 04:59:33.358 -05:00] [INF] Executed all post-startup entry points in 0:00:02.3974016
[2024-04-05 04:59:33.359 -05:00] [INF] Startup complete 0:00:37.9124119
[2024-04-05 04:59:34.309 -05:00] [INF] Watching directory "/mnt/Elements/Music/Audiobooks"
[2024-04-05 04:59:37.508 -05:00] [INF] Watching directory "/mnt/Elements/Videos/Movies"
[2024-04-05 04:59:46.524 -05:00] [INF] Watching directory "/mnt/Elements/Videos/Shows"
[2024-04-05 04:59:49.050 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/System/Info" to "10.0.0.2" in 0:00:00.50209 with Status Code 200
[2024-04-05 04:59:49.109 -05:00] [INF] WS "10.0.0.2" request
[2024-04-05 04:59:50.332 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Sessions/Capabilities/Full" to "10.0.0.2" in 0:00:01.2657639 with Status Code 204
[2024-04-05 04:59:50.861 -05:00] [WRN] The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.862 -05:00] [WRN] The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.863 -05:00] [WRN] The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.864 -05:00] [WRN] The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.864 -05:00] [WRN] The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:50.864 -05:00] [WRN] The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 04:59:51.471 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/DisplayPreferences/usersettings?userId=10fdc2a6c9264bd299c57f1a38a006bc&client=emby" to "10.0.0.2" in 0:00:00.9216603 with Status Code 200
[2024-04-05 04:59:52.181 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Views" to "10.0.0.2" in 0:00:00.6372675 with Status Code 200
[2024-04-05 04:59:52.189 -05:00] [INF] Watching directory "/mnt/Elements/Music/Albums"
[2024-04-05 04:59:54.296 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=MusicAlbum&Recursive=true&Fields=PrimaryImageAspectRatio%2CSortName%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=7e64e319657a9516ec78490da03edccb" to "10.0.0.2" in 0:00:00.8998372 with Status Code 200
[2024-04-05 05:01:09.468 -05:00] [INF] Running query planner optimizations in the database... This might take a while
[2024-04-05 05:01:09.499 -05:00] [INF] Disposing "CoreAppHost"
[2024-04-05 05:01:09.502 -05:00] [INF] Disposing "MusicBrainzAlbumProvider"
[2024-04-05 05:01:09.503 -05:00] [INF] Disposing "EntryPoint"
[2024-04-05 05:01:09.503 -05:00] [INF] Disposing "SchedulesDirect"
[2024-04-05 05:01:09.504 -05:00] [INF] Disposing "UdpServerEntryPoint"
[2024-04-05 05:01:09.516 -05:00] [INF] Disposing "LibraryChangedNotifier"
[2024-04-05 05:01:09.522 -05:00] [INF] Disposing "ExternalPortForwarding"
[2024-04-05 05:01:09.525 -05:00] [INF] Stopping NAT discovery
[2024-04-05 05:01:09.534 -05:00] [INF] Disposing "DeviceAccessEntryPoint"
[2024-04-05 05:01:09.535 -05:00] [INF] Disposing "RecordingNotifier"
[2024-04-05 05:01:09.539 -05:00] [INF] Disposing "UserDataChangeNotifier"
[2024-04-05 05:01:09.540 -05:00] [INF] Disposing "LibraryMonitorStartup"
[2024-04-05 05:01:09.541 -05:00] [INF] Disposing "LibrarySyncManager"
[2024-04-05 05:01:09.542 -05:00] [INF] Disposing "EntryPoint"
[2024-04-05 05:01:09.543 -05:00] [INF] Disposing "EmbyTV"
[2024-04-05 05:01:09.546 -05:00] [INF] Disposing "UserSyncManager"
[2024-04-05 05:01:09.547 -05:00] [INF] Disposing "NotificationEntryPoint"
[2024-04-05 05:01:09.550 -05:00] [INF] Disposing "DlnaEntryPoint"
[2024-04-05 05:01:09.551 -05:00] [INF] Disposing SsdpDevicePublisher
[2024-04-05 05:01:09.672 -05:00] [INF] Disposing PlayToManager
[2024-04-05 05:01:09.675 -05:00] [INF] Disposing DeviceDiscovery
[2024-04-05 05:01:09.677 -05:00] [INF] Disposing SsdpCommunicationsServer
[2024-04-05 05:01:09.678 -05:00] [INF] "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2024-04-05 05:01:09.683 -05:00] [INF] "SsdpCommunicationsServer" Disposing 3 sendSockets
[2024-04-05 05:01:09.683 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
[2024-04-05 05:01:09.684 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "10.0.0.100"
[2024-04-05 05:01:09.686 -05:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"
[2024-04-05 05:03:29.727 -05:00] [INF] Jellyfin version: "10.8.13"
[2024-04-05 05:03:29.928 -05:00] [INF] Environment Variables: ["[JELLYFIN_RESTART_OPT, --restartpath=/usr/lib/jellyfin/restart.sh]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]"]
[2024-04-05 05:03:29.940 -05:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--restartpath=/usr/lib/jellyfin/restart.sh", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-04-05 05:03:29.944 -05:00] [INF] Operating system: "Linux"
[2024-04-05 05:03:29.944 -05:00] [INF] Architecture: Arm
[2024-04-05 05:03:29.948 -05:00] [INF] 64-Bit Process: False
[2024-04-05 05:03:29.948 -05:00] [INF] User Interactive: True
[2024-04-05 05:03:29.948 -05:00] [INF] Processor count: 4
[2024-04-05 05:03:29.948 -05:00] [INF] Program data path: "/var/lib/jellyfin"
[2024-04-05 05:03:29.949 -05:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2024-04-05 05:03:29.949 -05:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2024-04-05 05:03:30.864 -05:00] [INF] Setting cache path: "/var/cache/jellyfin"
[2024-04-05 05:03:31.210 -05:00] [INF] Loading assemblies
[2024-04-05 05:03:31.352 -05:00] [INF] Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Bookshelf_10.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
[2024-04-05 05:03:31.432 -05:00] [INF] Loaded assembly "InfuseSync, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/InfuseSync_1.4.2.0/InfuseSync.dll"
[2024-04-05 05:03:31.919 -05:00] [INF] Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-04-05 05:03:31.920 -05:00] [INF] Defined LAN exclusions : "[]"
[2024-04-05 05:03:31.924 -05:00] [INF] Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-04-05 05:03:31.953 -05:00] [INF] Using bind addresses: "[]"
[2024-04-05 05:03:31.953 -05:00] [INF] Using bind exclusions: "[]"
[2024-04-05 05:03:45.879 -05:00] [INF] Loaded plugin: "Bookshelf" "10.0.0.0"
[2024-04-05 05:03:45.882 -05:00] [INF] InfuseSync is starting.
[2024-04-05 05:03:45.968 -05:00] [INF] Loaded plugin: "InfuseSync" "1.4.2.0"
[2024-04-05 05:03:45.971 -05:00] [INF] Loaded plugin: "TMDb" "10.8.13.0"
[2024-04-05 05:03:45.973 -05:00] [INF] Loaded plugin: "Studio Images" "10.8.13.0"
[2024-04-05 05:03:45.975 -05:00] [INF] Loaded plugin: "OMDb" "10.8.13.0"
[2024-04-05 05:03:45.977 -05:00] [INF] Loaded plugin: "MusicBrainz" "10.8.13.0"
[2024-04-05 05:03:45.979 -05:00] [INF] Loaded plugin: "AudioDB" "10.8.13.0"
[2024-04-05 05:04:00.930 -05:00] [INF] Kestrel listening on "Any IP4 Address"
[2024-04-05 05:04:02.246 -05:00] [INF] Running startup tasks
[2024-04-05 05:04:02.250 -05:00] [INF] Infuse housekeeping task scheduled.
[2024-04-05 05:04:02.312 -05:00] [INF] Daily trigger for "Remove Old Cached Data" set to fire at 2024-04-06 00:01:00.000 -05:00, which is 18:56:57.6881416 from now.
[2024-04-05 05:04:02.369 -05:00] [INF] Daily trigger for "Extract Chapter Images" set to fire at 2024-04-06 02:00:00.000 -05:00, which is 20:55:57.6310604 from now.
[2024-04-05 05:04:02.964 -05:00] [INF] Found ffmpeg version "5.1.4"
[2024-04-05 05:04:03.241 -05:00] [INF] Available "decoders": ["libdav1d", "av1", "h264", "hevc", "mpeg2video", "mpeg4", "msmpeg4", "vp8", "libvpx", "vp9", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-04-05 05:04:03.343 -05:00] [INF] Available "encoders": ["libx264", "h264_v4l2m2m", "libx265", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-04-05 05:04:03.446 -05:00] [INF] Available filters: ["hwupload_vaapi", "zscale", "alphasrc"]
[2024-04-05 05:04:03.535 -05:00] [WRN] Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
[2024-04-05 05:04:03.627 -05:00] [WRN] Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
[2024-04-05 05:04:03.715 -05:00] [WRN] Filter: "tonemap_opencl" with option "bt2390" is not available
[2024-04-05 05:04:03.804 -05:00] [WRN] Filter: "overlay_opencl" with option "Action to take when encountering EOF from secondary input" is not available
[2024-04-05 05:04:03.894 -05:00] [WRN] Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-04-05 05:04:03.983 -05:00] [INF] Available hwaccel types: ["drm"]
[2024-04-05 05:04:04.790 -05:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-04-05 05:04:04.800 -05:00] [INF] ServerId: "5f5d82f2b2c9482689dbb34035ad6338"
[2024-04-05 05:04:05.218 -05:00] [INF] Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "10.0.0.100/24"
[2024-04-05 05:04:05.289 -05:00] [INF] Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1/8"
[2024-04-05 05:04:05.303 -05:00] [INF] Executed all pre-startup entry points in 0:00:00.4735243
[2024-04-05 05:04:05.304 -05:00] [INF] Core startup complete
[2024-04-05 05:04:05.391 -05:00] [INF] "StartupTrigger" fired for task: "Update Plugins"
[2024-04-05 05:04:05.394 -05:00] [INF] Queuing task "PluginUpdateTask"
[2024-04-05 05:04:05.406 -05:00] [INF] Executing "Update Plugins"
[2024-04-05 05:04:06.563 -05:00] [WRN] Slow HTTP Response from "http://10.0.0.100:8096/dlna/5f5d82f2-b2c9-4826-89db-b34035ad6338/description.xml" to "10.0.0.248" in 0:00:00.990567 with Status Code 200
[2024-04-05 05:04:06.563 -05:00] [WRN] Slow HTTP Response from "http://10.0.0.100:8096/dlna/5f5d82f2-b2c9-4826-89db-b34035ad6338/description.xml" to "10.0.0.248" in 0:00:00.9905584 with Status Code 200
[2024-04-05 05:04:07.517 -05:00] [INF] Watching directory "/mnt/Elements/Comics"
[2024-04-05 05:04:07.546 -05:00] [INF] "Update Plugins" Completed after 0 minute(s) and 2 seconds
[2024-04-05 05:04:07.576 -05:00] [INF] ExecuteQueuedTasks
[2024-04-05 05:04:08.212 -05:00] [INF] Executed all post-startup entry points in 0:00:02.9071668
[2024-04-05 05:04:08.213 -05:00] [INF] Startup complete 0:00:24.7957944
[2024-04-05 05:04:08.496 -05:00] [INF] Watching directory "/mnt/Elements/Music/Audiobooks"
[2024-04-05 05:04:12.083 -05:00] [INF] Watching directory "/mnt/Elements/Videos/Movies"
[2024-04-05 05:04:20.426 -05:00] [INF] Watching directory "/mnt/Elements/Videos/Shows"
[2024-04-05 05:04:27.182 -05:00] [INF] Watching directory "/mnt/Elements/Music/Albums"
[2024-04-05 05:05:50.481 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/System/Info" to "10.0.0.2" in 0:00:00.930175 with Status Code 200
[2024-04-05 05:05:50.552 -05:00] [INF] WS "10.0.0.2" request
[2024-04-05 05:05:50.916 -05:00] [WRN] The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.917 -05:00] [WRN] The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.918 -05:00] [WRN] The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.919 -05:00] [WRN] The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.920 -05:00] [WRN] The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.921 -05:00] [WRN] The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.921 -05:00] [WRN] The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.922 -05:00] [WRN] The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.923 -05:00] [WRN] The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.923 -05:00] [WRN] The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.924 -05:00] [WRN] The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.925 -05:00] [WRN] The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:50.926 -05:00] [WRN] The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2024-04-05 05:05:51.152 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Sessions/Capabilities/Full" to "10.0.0.2" in 0:00:00.6541098 with Status Code 204
[2024-04-05 05:05:51.610 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/DisplayPreferences/usersettings?userId=10fdc2a6c9264bd299c57f1a38a006bc&client=emby" to "10.0.0.2" in 0:00:01.1080703 with Status Code 200
[2024-04-05 05:05:52.283 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Views" to "10.0.0.2" in 0:00:00.6148565 with Status Code 200
[2024-04-05 05:05:55.073 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Users/10fdc2a6c9264bd299c57f1a38a006bc/Items?SortBy=SortName&SortOrder=Ascending&IncludeItemTypes=MusicAlbum&Recursive=true&Fields=PrimaryImageAspectRatio%2CSortName%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=7e64e319657a9516ec78490da03edccb" to "10.0.0.2" in 0:00:00.9013162 with Status Code 200
[2024-04-05 05:06:06.582 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Items/4bcd00889cb8e442a656e7e251eb4c84/Images/Primary?fillHeight=342&fillWidth=342&quality=96&tag=116707290be6bcc30ccec827bec81f93" to "10.0.0.2" in 0:00:00.5961621 with Status Code 200
[2024-04-05 05:06:12.310 -05:00] [WRN] Slow HTTP Response from "http://[redacted]:8096/Playlists/58e28e0a1bf0f3d0dba330a64dbd6c7c/Items?Ids=708bf5da5738d8603ddc5a6fe60f36cf&userId=10fdc2a6c9264bd299c57f1a38a006bc" to "10.0.0.2" in 0:00:00.5781824 with Status Code 204
[2024-04-05 05:11:39.420 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 05:11:51.418 -05:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-04-05 05:12:03.426 -05:00] [INF] Lost 1 WebSockets.
[2024-04-05 05:12:58.125 -05:00] [ERR] Invalid ViewType: ""
[2024-04-05 05:12:58.127 -05:00] [ERR] Invalid ViewType: ""
[2024-04-05 05:12:58.128 -05:00] [ERR] Invalid ViewType: ""

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@drazil100 drazil100 added the bug Something isn't working label Apr 5, 2024
@jellyfin-bot
Copy link
Contributor

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • You have not filled in the environment completely.
  • You have not provided any ffmpeg logs. They should be included if transcoding or remuxing.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Needs Testing
Development

No branches or pull requests

2 participants