Deleting Chapter and/or Trickplay Images - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Deleting Chapter and/or Trickplay Images (/t-deleting-chapter-and-or-trickplay-images) Pages:
1
2
|
RE: Deleting Chapter and/or Trickplay Images - Efficient_Good_5784 - 2024-06-21 (2024-06-21, 05:45 PM)velun Wrote: Another quick question anybody knows how I can get rid of the chapters from the play bar? If you're fine with disabling the chapter marker ticks entirely from your server, here's the CSS code for that (this will also disable them for things you have chapters enabled on too): Code: .sliderMarker { display: none; } If you want to delete chapters specifically for a thing, you'll have to find the specific metadata in the same place you found the other trickplay files. Or you could mass delete them like you did for trickplay files. If you want Jellyfin to only make chapters for things that have chapters, make sure the following setting is set to 0 (to disable it): Dashboard > Libraries > Metadata > "Chapter Images Interval" This setting will create dummy chapters for videos that don't have any chapters embedded into their container. Jellyfin will only show the chapter marker ticks on the web player's OSD if Jellyfin created/extracted chapters for the video. If you run into issues with dummy chapters being recreated on items that don't have chapter files, try changing the interval to a random number, save it, then change it back to 0 and save again. Then delete all chapters from your server and do a rescan of your libraries. Finally, retry the chapter creation task in the dashboard. |