Sign up here and you can log into the forum!

LINKSHEETS for IDIOTS

Everything (else) to do with Movie Sheets and homebrew firmware on the WDTV(s), including how the %*#^ do I get them working?

Re: LINKSHEETS for IDIOTS   

Postby jhspyhard » Thu Oct 21, 2010 9:16 am

abehost wrote:How do I simply create a thumbnail view so the only the covers show?

I have Avatar.mkv and Avatar.mkv_sheet.jpg, etc files made already that just have the cover.

Why not just use the regular thumbnail view (don't use movie sheets) and insert a 120x180 sized (or any 2:3 width to height ratio) 'folder.jpg' if you are going to have each media title in its own folder.

If you have a bunch of titles in a single folder, you can put a cover art in the same folder where your media file exists: "Avatar.mkv.jpg". When you do it this way, each of your media file's thumbnail will show up as the cover art.

If you insist on only seeing a single movie cover on the screen as opposed to many movies with their covers, you will need to create yourself a template for the ThumbGen application. There are links provided in the original post where you can download a pre-existing ThumbGen template and learn how the template itself is laid out, then modify the template.xml file to suit your needs.
-- Jim --

Check out my ThumbGen Template Blog.
Last Updated: 06/06/2011
JHSMovieSheets is currently at Version 0.9.3a

D-Link DIR-655 (Gigabit switch)
NetGear ReadyNAS Pioneer Pro 5.6 TB + Redundancy; (2x Gigabit NICs)
WD TV Live Plus (WDLXTV 0.4.3.1)
.M2TS (HD) / .MPG (SD)
User avatar
jhspyhard
Donor
 
Posts: 45
Joined: Sun Sep 05, 2010 5:13 am
Location: Fairfax, VA

Re: LINKSHEETS for IDIOTS   

Postby gilgamesh_48 » Thu Oct 21, 2010 9:17 am

karamazovapy wrote:You can also save each one as "folder.jpg" and they'll work quite nicely.
This is true ONLY is you have each movie in its own folder; which many do not.
Old dog; Places to go, things to do, people to sniff.
gilgamesh_48
WDTVer
 
Posts: 29
Joined: Tue Sep 28, 2010 8:52 am

Re: LINKSHEETS for IDIOTS   

Postby jhspyhard » Thu Oct 21, 2010 1:04 pm

haibane wrote:Have you tried this? I have to do it every time I reboot

Telnet to the WDTVLive, using putty or the WebFrontEnd telnet utility
and run the following command

Code: Select all
linksheets <FullPathToSheets> 5

I am still having issues with getting my movie sheets to work. I played with it for an hour and a half last night running the linksheets script multiple times, and was unsuccessful with getting any files to show up in the /msheets/ directory.

For clarity's sake, this is what my network share directory structure looks like:

Code: Select all
JHSNAS
  +Archive
    +Last Samurai
      -Last_Samurai.m2ts
      -Last_Samurai.m2ts_sheet.jpg (175 KB)
      -folder.jpg
    +Mask
      -The_Mask.m2ts
      -The_Mask.m2ts_sheet.jpg (157 KB)
      -folder.jpg
    +...


My S00 movie sheet options are set to the following:
Code: Select all
config_tool -c MSHEETMODE=std
config_tool -c VIDMSHEET=ON
config_tool -c GENMSHEET=ON
config_tool -c LISTMSHEET=ON
config_tool -c SHOW_FILESIZE_SETTING=0


I tried multiple times to run the following code manually via putty SSH and then examined the contents of /msheets/ only to find there were no files that were present in that directory at all.
Code: Select all
linksheets /tmp/JHSNAS/Archive 5


Is there something I may still be missing to get these to work?

Thanks,
Jim

Does anyone know if the spaces in the folder names might be the problem? I also tried "linksheets /tmp/JHSNAS/Archive/Mask 5", but that didn't seem to work either.
Last edited by jhspyhard on Thu Oct 21, 2010 5:34 pm, edited 1 time in total.
-- Jim --

Check out my ThumbGen Template Blog.
Last Updated: 06/06/2011
JHSMovieSheets is currently at Version 0.9.3a

D-Link DIR-655 (Gigabit switch)
NetGear ReadyNAS Pioneer Pro 5.6 TB + Redundancy; (2x Gigabit NICs)
WD TV Live Plus (WDLXTV 0.4.3.1)
.M2TS (HD) / .MPG (SD)
User avatar
jhspyhard
Donor
 
Posts: 45
Joined: Sun Sep 05, 2010 5:13 am
Location: Fairfax, VA

Re: LINKSHEETS for IDIOTS   

Postby haibane » Thu Oct 21, 2010 1:12 pm

jhspyhard wrote:
haibane wrote:Have you tried this? I have to do it every time I reboot

Telnet to the WDTVLive, using putty or the WebFrontEnd telnet utility
and run the following command

Code: Select all
linksheets <FullPathToSheets> 5

I am still having issues with getting my movie sheets to work. I played with it for an hour and a half last night running the linksheets script multiple times, and was unsuccessful with getting any files to show up in the /msheets/ directory.

For clarity's sake, this is what my network share directory structure looks like:

Code: Select all
JHSNAS
  +Archive
    +Last Samurai
      -Last_Samurai.m2ts
      -Last_Samurai.m2ts_sheet.jpg (175 KB)
      -folder.jpg
    +Mask
      -The_Mask.m2ts
      -The_Mask.m2ts_sheet.jpg (157 KB)
      -folder.jpg
    +...


My S00 movie sheet options are set to the following:
Code: Select all
config_tool -c MSHEETMODE=std
config_tool -c VIDMSHEET=ON
config_tool -c GENMSHEET=ON
config_tool -c LISTMSHEET=ON
config_tool -c SHOW_FILESIZE_SETTING=0


I tried multiple times to run the following code manually via putty SSH and then examined the contents of /msheets/ only to find there were no files that were present in that directory at all.
Code: Select all
linksheets /tmp/JHSNAS/Archive 5


Is there something I may still be missing to get these to work?

Thanks,
Jim

Have you tried running that code via telnet? I'm not familiar with putty.
haibane
Donor
 
Posts: 124
Joined: Thu Sep 02, 2010 7:56 am

Re: LINKSHEETS for IDIOTS   

Postby jhspyhard » Thu Oct 21, 2010 1:23 pm

haibane wrote:Have you tried running that code via telnet? I'm not familiar with putty.

SSH is basically the same thing as TELNET using over-the-wire encryption. Putty is a single EXE file that will do Raw, TELNET, Rlogin, SSH and Serial connections. It's very easy to use and well worth looking into if you have never used it before. Putty Download Page
-- Jim --

Check out my ThumbGen Template Blog.
Last Updated: 06/06/2011
JHSMovieSheets is currently at Version 0.9.3a

D-Link DIR-655 (Gigabit switch)
NetGear ReadyNAS Pioneer Pro 5.6 TB + Redundancy; (2x Gigabit NICs)
WD TV Live Plus (WDLXTV 0.4.3.1)
.M2TS (HD) / .MPG (SD)
User avatar
jhspyhard
Donor
 
Posts: 45
Joined: Sun Sep 05, 2010 5:13 am
Location: Fairfax, VA

Re: LINKSHEETS for IDIOTS   

Postby ltworf13 » Thu Oct 21, 2010 2:44 pm

I'm still having trouble with my Plus Does anyone have any idea why the moviesheet does not show only the thumbnail. I have everything in one folder IE.

Spiderman.jpg
Spiderman.m2ts
Spiderman.m2ts.tgmd
Spiderman.m2ts_sheet.jpg
Spiderman.nfo


and this works with my old WDTVlive but not with the plus
ltworf13
n00b
 
Posts: 16
Joined: Thu Oct 14, 2010 3:33 pm

Re: LINKSHEETS for IDIOTS   

Postby haibane » Thu Oct 21, 2010 7:14 pm

jhspyhard wrote:
haibane wrote:Have you tried running that code via telnet? I'm not familiar with putty.

SSH is basically the same thing as TELNET using over-the-wire encryption. Putty is a single EXE file that will do Raw, TELNET, Rlogin, SSH and Serial connections. It's very easy to use and well worth looking into if you have never used it before. Putty Download Page

I'm a mac user not a windows user.
haibane
Donor
 
Posts: 124
Joined: Thu Sep 02, 2010 7:56 am

Re: LINKSHEETS for IDIOTS   

Postby karamazovapy » Thu Oct 21, 2010 9:56 pm

gilgamesh_48 wrote:
karamazovapy wrote:You can also save each one as "folder.jpg" and they'll work quite nicely.
This is true ONLY is you have each movie in its own folder; which many do not.

You'd have to be functionally retarded to think you could have multiple (different) files with the exact same name in the same folder.
Best Game Ever - http://www.bitfighter.org
User avatar
karamazovapy
Donor
 
Posts: 89
Joined: Fri Sep 10, 2010 11:49 am

Re: LINKSHEETS for IDIOTS   

Postby jhspyhard » Sun Oct 24, 2010 5:57 pm

No one has any ideas about my previously posted linksheets issue?
-- Jim --

Check out my ThumbGen Template Blog.
Last Updated: 06/06/2011
JHSMovieSheets is currently at Version 0.9.3a

D-Link DIR-655 (Gigabit switch)
NetGear ReadyNAS Pioneer Pro 5.6 TB + Redundancy; (2x Gigabit NICs)
WD TV Live Plus (WDLXTV 0.4.3.1)
.M2TS (HD) / .MPG (SD)
User avatar
jhspyhard
Donor
 
Posts: 45
Joined: Sun Sep 05, 2010 5:13 am
Location: Fairfax, VA

Re: LINKSHEETS for IDIOTS   

Postby richyrich » Sun Oct 24, 2010 8:19 pm

jhspyhard wrote:No one has any ideas about my previously posted linksheets issue?


add this script to S00 custom options

config_tool -c LINKSHEETS=ON
richyrich
Donor
 
Posts: 24
Joined: Sun Sep 05, 2010 9:31 pm

PreviousNext

Return to Movie Sheet Support & Discussion

Who is online

Users browsing this forum: No registered users and 1 guest