2024-02-26, 12:35 PM
(2024-02-26, 01:23 AM)TheDreadPirate Wrote: For the record, we have no documentation for Unraid. Any particular reason you chose that over Docker or Proxmox or something else?
sorry for late reply. i started learning about unraid in 2014. in 2016 i built my first unraid server and have been going with it ever since. i used Kodi because i started with that in 2011. unraid had its issues with kodi running headless and at some point in 2021 maybe i learned about jellyfin, then when i saw you can synce it to kodi and use it both as a backend and front, well, it seems like the best of both worlds.
so currently im playing a movie on chrome/jellyfin and its being transcoded. ive attached two screenshots. one is using quicksync and one is using VAAPI. So i guess it works? not sure at this point what did it but now im stuck on a different problem, whatever i did, i can no longer play anything from kodi with the jellyfin plugin. im actively looking at the logs in jellyfin and i dont see anything. looking at the path to the movie im trying to play, its accurate. i get a "one of more items failed to play. check the log for more information about this message." when i look at the logs from kodi, here is some copy pasta...
2024-02-26 07:27:26.094 T:8888 info <general>: JELLYFIN.jellyfin_kodi.player -> INFO::jellyfin_kodi\player.py:377 --<[ playback ]
2024-02-26 07:27:26.979 T:8888 error <general>: EXCEPTION: Kodi is not playing any file
2024-02-26 07:27:30.982 T:8888 info <general>: Skipped 3 duplicate messages..
2024-02-26 07:27:30.982 T:8888 info <general>: JELLYFIN.jellyfin_kodi.player -> INFO::jellyfin_kodi\player.py:72 Cancel playback report
2024-02-26 07:27:31.009 T:8888 info <general>: JELLYFIN.jellyfin_kodi.monitor -> INFO::jellyfin_kodi\monitor.py:85 [ playlist ] cleared
2024-02-26 07:28:20.000 T:24856 info <general>: Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY
2024-02-26 07:29:24.478 T:24856 info <general>: VideoPlayer::OpenFile: /data/movies/4k/Footloose (1984)/Footloose.mkv
2024-02-26 07:29:24.478 T:13512 info <general>: Creating InputStream
2024-02-26 07:29:24.479 T:13512 error <general>: XFILE::CDirectory::GetDirectory - Error getting /data/movies/4k/Footloose (1984)/
2024-02-26 07:29:24.480 T:13512 error <general>: CVideoPlayer::OpenInputStream - error opening [/data/movies/4k/Footloose (1984)/Footloose.mkv]
2024-02-26 07:29:24.480 T:13512 info <general>: CVideoPlayer::OnExit()
2024-02-26 07:29:24.481 T:15596 info <general>: Deleting settings information for files /data/movies/4k/Footloose (1984)/Footloose.mkv
2024-02-26 07:29:24.594 T:24856 info <general>: CVideoPlayer::CloseFile()
2024-02-26 07:29:24.594 T:24856 info <general>: VideoPlayer: waiting for threads to exit
2024-02-26 07:29:24.595 T:24856 info <general>: VideoPlayer: finished waiting
2024-02-26 07:29:24.631 T:8888 error <general>: EXCEPTION: Kodi is not playing any file
2024-02-26 07:29:24.734 T:8888 info <general>: Skipped 1 duplicate messages..
2024-02-26 07:29:24.734 T:8888 info <general>: JELLYFIN.jellyfin_kodi.objects.actions -> INFO::jellyfin_kodi\objects\actions.py:762 [ play ] kodi_id: 489 media: movie
2024-02-26 07:29:24.743 T:8888 error <general>: EXCEPTION: Kodi is not playing any file
2024-02-26 07:29:24.745 T:8888 info <general>: JELLYFIN.jellyfin_kodi.objects.actions -> ERROR::jellyfin_kodi\objects\actions.py:778 Kodi is not playing any file
Traceback (most recent call last):
File "jellyfin_kodi\player.py", line 58, in onPlayBackStarted
current_file = self.getPlayingFile()
RuntimeError: Kodi is not playing any file
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "jellyfin_kodi\objects\actions.py", line 776, in on_play
file = player.getPlayingFile()
RuntimeError: Kodi is not playing any file
2024-02-26 07:29:24.748 T:8888 info <general>: JELLYFIN.jellyfin_kodi.player -> INFO::jellyfin_kodi\player.py:377 --<[ playback ]
2024-02-26 07:29:25.632 T:8888 error <general>: EXCEPTION: Kodi is not playing any file
2024-02-26 07:29:29.636 T:8888 info <general>: Skipped 3 duplicate messages..
2024-02-26 07:29:29.635 T:8888 info <general>: JELLYFIN.jellyfin_kodi.player -> INFO::jellyfin_kodi\player.py:72 Cancel playback report
2024-02-26 07:30:01.906 T:24856 info <general>: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
2024-02-26 07:30:03.562 T:24856 info <general>: Stopping the application...
not even sure where to post this, here, unraid or kodi forum.
thanks for all the help thus far however.