rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: jrdudley on November 21, 2014, 04:08:13 AM

Title: Displaying poster art for movies
Post by: jrdudley on November 21, 2014, 04:08:13 AM
I have searched the HFS forums for any possible ways to do this but have had no luck.

Is it possible to change the way HFS displays files? The default is just to display the files as a detailed list. Is there a way to change it to display files in a thumbnail view or grid view?

I have many movies and I thought it would look a lot better if they were displayed as thumbnail showing their poster art. I have the poster art embedded right into the file. So in windows file explorer they display by there cover art in the icons viewing mode.

Just wondering if this is possible to do in HFS
Title: Re: Displaying poster art for movies
Post by: bmartino1 on November 21, 2014, 05:21:02 AM
html coding is required..
see http://v4e.thewikies.com/

---
html code:
<img alt="Big Buck Bunny" src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" title="No video playback capabilities, please download the video below" />
---
see link: http://www.rejetto.com/forum/everything-else/media-server-template-please-help/msg1059954/#msg1059954
example html:

<a title="Title the item" " href="Link to downlaod">
<img src="Link to cover art" alt="Caover are title" /></a>
---------------
Possibele if you want't only 1 pick for them all...:

http://www.rejetto.com/forum/html-templates/shared-templates/

if using live template
in zip folder path:
hfs live 3.0: template\blue\images\icons
blue can be either: (Blue/red/black...depends on template color picked used...)

in the file path, icon pics goes to file extension (if extension not listed, then you might have to add it to the tpl...
Other wise go to a picture, and you can edit the tpl to add/change icons
 (this make it the same on all the file type, not 1 for each individual...)

But i recommend you use the link above fill out info and html source is used below...
http://www.rejetto.com/forum/hfs-~-http-file-server/serving-video-files/

http://sandbox.thewikies.com/vfe-generator/
Title: Re: Displaying poster art for movies
Post by: rejetto on December 08, 2014, 10:05:11 PM
HFS itself doesn't offer such feature, but some templates do