User(s) browsing this thread: 1 Guest(s)
|
Yet Another MovieJukebox 1.0.12 beta Released
|
|
10-14-2008, 11:15 PM
(This post was last modified: 10-14-2008 11:17 PM by Coljjw.)
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
Does anyone know how I can select my own cover/fanart?
I used to just place the image I to use as a cover but now it just gets ignored and wants to source its own even when its named correctly. |
|||
|
10-14-2008, 11:44 PM
|
|||
|
|||
|
Episode prefix naming
Regarding:
- Enhancement #127 TV Episode numbering scheme There is only possibility to fix this issue by users themselves. Episode name formatting was moved from java and XML to skin layout. I've read the fix details in: http://code.google.com/p/moviejukebox/is...ail?id=127 And I still don't understand how to change the details.xml for controlling this. An example would be much appreciated. Also if my file is named heroes.s03.e01 will the episode number be recognized from file name as was in .11, or is this another issue - http://code.google.com/p/moviejukebox/is...ail?id=220 |
|||
|
10-14-2008, 11:49 PM
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
C:\>moviejukebox H:\movies
'moviejukebox' is not recognized as an internal or external command, operable program or batch file. this is what i get when i enter the command prompt.what should i do to run it? its on my c dir |
|||
|
10-15-2008, 12:00 AM
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
if you want to just type moviejukebox you need to be in the directory that you put the jukebox stuff in like c:\program files\moviejukebox\
or you could type the whole path c:\program files\moviejukebox\moviejukebox h:\movies (10-14-2008 11:49 PM)gizzz Wrote: C:\>moviejukebox H:\movies |
|||
|
10-15-2008, 12:11 AM
(This post was last modified: 10-15-2008 12:39 AM by gizzz.)
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
ok got it ,its working now.
now i have the problem that doesnt find names but it finds 00001 00002 and on and on. no titles at all. when i direct moviejukebox to tv libarary there is no problem but the movies directory has the numbering problem. |
|||
|
10-15-2008, 06:30 AM
|
|||
|
|||
RE: Yet Another MovieJukebox 1.0.12 beta Released
(10-14-2008 05:36 PM)jtrosky Wrote: ...Although, it sure does make it a pain re-implementing my "customizations" to the default skin each time you release a new version that modifies the default skin!!! Get the sourceforge.net program WinMerge It helps you do side-by-side diff and you can decide what to merge into each others' file. Usually easier to add back in changes to whichever file had fewer new changes. |
|||
|
10-15-2008, 06:31 AM
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
can anyone confirm if the xml's created by the .10 version will work with .12? i get a lot of errors appearing on the page. some xmls work ok and some don't.
i made a lot of changes in some of the xml files using that gui interface that was somewhere on the forum. |
|||
|
10-15-2008, 07:37 AM
|
|||
|
|||
RE: Yet Another MovieJukebox 1.0.12 beta Released
(10-14-2008 10:56 PM)sTyLeS Wrote:(10-14-2008 10:52 PM)Christophe Wrote: I use the default skin "sd" which include the parameter "moviedb.fanart.download=true" in his parameter file... So I supposed that this skin had this feature too... Hello, I checked in my jukebox dir and I saw the fanart jpg files... But when I check in the HTML page code, I see it still use the default "picture\background.jpg". Should it be automatic or did we have to set it manualy ? What do you mean "to play with xsl files" ? |
|||
|
10-15-2008, 07:41 AM
|
|||
|
|||
RE: Episode prefix naming
(10-14-2008 11:44 PM)duder Wrote: Regarding: Code: <xsl:choose>This will output 01) Description 1 from xml file 02) again for 2 from xml file ... Episode 07 ... 10) number 10 episode -- note Episode 07 is printed because no value in XML file. -- I have logged an issue to get episode description from filenames first |
|||
|
10-15-2008, 07:47 AM
|
|||
|
|||
RE: Yet Another MovieJukebox 1.0.12 beta Released
(10-15-2008 07:37 AM)Christophe Wrote: Hello, I checked in my jukebox dir and I saw the fanart jpg files...There is no official skin that will currently use the fanart files that are downloaded. The only skin that will do that is Robinsjexcal skin (see the this thread). Downloading them with any other skin will not make the slightest difference except to slow down the run time. Once again, if you didn't understand: FANART IS NOT USED BY THE DEFAULT SKIN, GFB107 OR THE SD VERSIONS. |
|||
|
10-15-2008, 07:49 AM
(This post was last modified: 10-15-2008 08:01 AM by Christophe.)
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
Ow okay, sorry...
Thanks for your reply Omertron
|
|||
|
10-15-2008, 07:58 AM
|
|||
|
|||
RE: Episode prefix naming
(10-14-2008 11:44 PM)duder Wrote: Regarding: Fragment of detail.xsl file: Code: Episode <xsl:value-of select="@part"/>change to: Code: <xsl:value-of select="@part"/>Quote:Also if my file is named heroes.s03.e01 will the episode number be recognized from file name as was in .11, or is this another issue -This file should be named heroes.s03e01.mkv and the episode number will be recognized from file name. |
|||
|
10-15-2008, 09:07 AM
|
|||
|
|||
|
RE: Yet Another MovieJukebox 1.0.12 beta Released
Great work guys!
|
|||
|
10-15-2008, 09:56 AM
|
|||
|
|||
RE: Yet Another MovieJukebox 1.0.12 beta Released
(10-14-2008 10:24 PM)PrimaryMaster Wrote:(10-14-2008 10:07 PM)sTyLeS Wrote:(10-14-2008 10:01 PM)PrimaryMaster Wrote: Like this: http://code.google.com/p/moviejukebox/is...ail?id=224 |
|||
|
10-15-2008, 10:31 AM
|
|||
|
|||
RE: Yet Another MovieJukebox 1.0.12 beta Released
(10-14-2008 07:58 PM)Freakeao Wrote:(10-14-2008 07:48 PM)fimo Wrote: Thanks for the answer, well this is the first time that i have to edit a value in this jukebox, so if my covers is in a folder on my Hi again, Sorry to ask again but i have just tried the above edit in the "moviejukebox.properties" poster.scanner.searchForExistingCoverArt=moviename poster.scanner.coverArtDirectory=c:\covers but i still cant get it to pick the covers i have on my PC in the folder C:\covers it still search on the internet ? I dont know what i am doing wrong / how its possible to have it search for covers on my pc iso the internet ?
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




![[+]](images/collapse_collapsed.gif)










