Ticket #285 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

Add cover file for movie file

Reported by: sailman Assigned to: dev
Priority: minor Milestone:
Component: MediaServer Backend FileSystem Version:
Keywords: covers Cc:

Description

It will be a good feature to add movie cover for movie file like album art in audio file.

Movie Folder => movie1.avi movie2.avi movie1.jpg movie2.jpg Also hide jpeg file

Or maybe with .cover folder Movie Folder => movie1.avi movie2.avi .cover Folder => movie1.jpg movie2.jpg

Change History

27.01.2010 16:59:29 changed by sailman

  • version deleted.
  • milestone deleted.

22.02.2010 20:58:40 changed by dev

  • status changed from new to assigned.

22.02.2010 21:04:03 changed by dev

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1638]) Coherence FSStore: rework the way thumbnails are detected and provide them for video files too.

Thumbnails are searched for by default in a folder .thumbs relative to the file and should have the same name as the file itself, just with the extension changed to .jpg or .png.

addresses #289 - thx karatsu - and closes #285