![]() |
|
Yet another MovieJukebox... - Printable Version +- Networked Media Tank (http://www.networkedmediatank.com) +-- Forum: Popcorn Hour 100 Series (Sigma 8635) - A-100/A-110/B-110 (/forumdisplay.php?fid=82) +--- Forum: 100 Series - YAMJ - Yet another Movie Jukebox (/forumdisplay.php?fid=70) +--- Thread: Yet another MovieJukebox... (/showthread.php?tid=4081) |
Yet another MovieJukebox... - jjulien - 05-18-2008 01:34 AM Hi, Here is my modest attempt to create a jukebox for my movies on the pch. I wanted an all-in-one, completely automatic tool that would parse my files on the pch hard disk, then generate an HTML jukebox for detecting my files (coz I don't want to use Movie Collector)... I've released a first version and I decided to share it with you. I'm not good at making good looking HTML, so the HTML output of my tool is based on the CSS and HTML templates from the sample pchtest.zip provided by michael1t, many thanx! (http://www.networkedmediatank.com/viewtopic.php?p=22825&sid=5feac8722f0aed6c6691c7a7a353b45b) You can test the tool if you like at: http://code.google.com/p/moviejukebox/ Please check the README.TXT file for installation instructions. Main features are: - Recursively scan your video library for video files (AVI, MKV, etc.) - Analyze each video file filename to extract information like: year, language, subtitles, container, part, fps, audio and video codecs - Analyze NFO files (for IMDb id) - Support for TV shows (season, episode number, episode title) - IMDb search plugin - Library sorting and indexing - Generate XML persistence for movie details and indexes (allowing XSL transformation for generating HTML reports) - Generate HTML reports for movies index and details - Support for Popcorn Hour links in the movie details reports (clicking will launch the movie) - Reports are generated outside your actual library (to avoid risks of altering your data) Please let me know what you think about it and if you find it useful. bugs/comments/feature requests are also welcome. Regards, JJulien. - gandalf - 05-18-2008 06:05 AM looks good Code: - Mount a network drive to your NMT internal hard diskis it only working with internal hdd? - pege36 - 05-18-2008 10:18 AM Sweet, cant wait to try it out. But as Gandalf asked do we have to use an internal drive? - jjulien - 05-18-2008 11:42 AM Hi, No, an internal hdd is not mandatory, but in this case you have to update the path used to launch the movies on the pch ("-nr" option when launching the tool) for overwriting the default value which is set to: "file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/" and replace it with your own drive url. For instance, if your USB drive is mounted on drive F, you can try: MovieJukebox F:\MyVideos -nr "file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/MyVideos" JJulien. - Wasen - 05-18-2008 02:28 PM Great job!!!! This looks fantastic! Keep up the good work! 8) - legion - 05-18-2008 03:00 PM This looks great. I am trying to get it to work using an NFS connected share accross the network & haven't had any luck on the Syntax? I have tried running this on my local machine drive f: with an nfs share of movies as below moviejukebox f:\movies -nr "file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.1::movies" Doesn't seem to be working tho, when I select the movie the screen goes black for awhile, then it returns back to the movie view. Much easier than have to work with movie collector though! - icnagy - 05-18-2008 04:25 PM Very cool! Thank you! Just a quick bug note: under windows xp using a local drive the Jukebox directory is not created automatically and since, the tool cannot copy the dummy.jpg which leads to IOException. After I created the Jukebox directory, everything worked fine! One more thing, kind of feature request : 2 CD handling. If there's a movie with two or more avi, then they should appear under the same title. And maybe generating a playlist for them would be nice, so hitting play link would play the whole movie.Thank you once again! And keep up the good work. Cheers! - zack - 05-18-2008 04:26 PM legion Wrote:I have tried running this on my local machine drive f: with an nfs share of movies as below Try adding a '/' at the end of your path, I noticed that the html links weren't adding this in the scripts. Re: Yet another MovieJukebox... - zack - 05-18-2008 04:34 PM jjulien Wrote:Please let me know what you think about it and if you find it useful. bugs/comments/feature requests are also welcome.Great work! I especially like the fact that all of the information is separated into its own directory and not cludged into my movie storage area. One feature I would like to see is some separation into groups at the top level. For example I have folders containing kids shows, music videos, grown-up movies, and series. It would be nice if a separate information folder could be made for each group. This way I could use different scripts or different database sources for each group. /Zack - jjulien - 05-18-2008 09:13 PM icnagy Wrote:Very cool! Thank you! Hey! Thank you for your feed back!! 2 CD handling should be working, maybe this is a bug... I have 2 CD movies too and that's ok for me, but it depends on how your files are named... In fact the tool expect the two parts to have EXACTLY the same name except for the keywords "CD1" and "CD2". For instance Code: Indiana.Jones.IV.CD1.avi- jjulien - 05-18-2008 09:26 PM legion Wrote:This looks great. Hi, Thanx for trying my stuff ![]() Sorry, at the moment I don't know what URL should be used for accessing files through NFS share... I'll have to find out... maybe some of you know that? JJulien - rogressem - 05-19-2008 01:06 AM <a href="file:///opt/sybhttpd/localhost.drives[NFS] computername::sharename/moviefolder" zcd="2">..... works for video_ts/VOB files. (there has to be a valid video_ts subfolder below "moviefolder". For ISO's, it would be: <a href="file:///opt/sybhttpd/localhost.drives[NFS] computername::sharename/moviename.iso" zcd="2">..... jjulien Wrote:legion Wrote:This looks great. - zack - 05-19-2008 01:43 AM jjulien Wrote:Sorry, at the moment I don't know what URL should be used for accessing files through NFS share... I'll have to find out... I got mine working with: ./MovieJukebox.bat -o ./juke z:/stargate/sarah_jane -nr "file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.4.100::seagate_video/stargate/sarah_jane/" I then copy the juke folder over to my top level (seagate_video share). Also I think I remember reading somewhere that the NMT doesn't actually mount a share until you browse it once after boot up. So you will have to browse the NFS share at least once before you can use the html scripts. - Megasen - 05-19-2008 10:35 AM Quote:I got mine working with: :oops: I might be stupid but where do I enter this? (Start/RUN?) Im running Win XP and have all of my iso´s on a NFS share. A small step by step guide for a noob, please - dwwnz - 05-19-2008 11:25 AM Hi there, I have just pre-ordered my PCH ![]() Great app, as I found it easy to run, I just have a couple of questions. I have an extensive collection of movies, and they are spread across many windows shared drives, as well as a NAS. Is there any way to combine the various html files from each drive into a set of html files for all the various locations ? Also, you mentioned that your son can use the same html files to access movies on his pc. Do you have to be running a web server for that, and if not, what would be the syntax for the file location? - cokeman - 05-19-2008 11:38 AM another noob here ,a more of a step by step guide needed ...maping drives or links ...even thou i have bulit website using dreamweaver lol, had them running on the server under wamp5 - gandalf - 05-19-2008 09:13 PM what is the problem?
- acribb - 05-19-2008 09:20 PM jjulien - This looks like a great start. This concept could really be built upon to be almost completely automatic. Just for a quick start, this app could really be spruced up by using .png images for the navigation buttons and all static text (with separate images for when selected and not selected). The CSS could be refined to use a black background and have all the movies on the index page spaced apart a little with a sort of grey glow behind them. Assuming the PCH runs javascript, we can even add reflections to the covers. The look we should aim for here is the Apple TV look - let's face it - its interface is clearly the best looking of all the media boxes out in the market. I am a web developer and have some time to assist with style sheets and Photoshop pngs. At work, I mostly code classic asp pages but do work on a smaller JSP/Java web application (not J2EE though). I also have experience with Swing, if you were interested in making a GUI for this. PM me if interested. - sTyLeS - 05-19-2008 09:43 PM What are the video filetypes currently recognized? It doesn't appear to be picking up my ISO's. - n8gray - 05-19-2008 09:48 PM The NMT can't stream iso over http, so that makes sense. - dc11ab - 05-19-2008 09:56 PM It can make sense if the SMB or NFS connection is established prior to running the html's; the <a href="link to the file:///...[NFS] ip::path:/movie.iso" zcd="2"> actually triggers iso to play through a web interface, just as the original NMT gui, I suppose. - sTyLeS - 05-19-2008 10:03 PM Plus it could be all local on an internal drive and thus isn't streaming anything anywhere. - schrooms - 05-19-2008 11:51 PM Getting the same error as gandolf above. Any idea why? Thanks - cokeman - 05-19-2008 11:53 PM sum basic html noob questions 1. whats the address i put or link in the popcorn 2.what is address that i can access popcorn from my pc/brower/ 3. whats the application are u using ...when i run the program i get all black screen then it stops working when i click the java application in the program i have have bulit websites with dreamweaver and ran it on wamp5 on my pc server ,just need to know the basics to get this going thanks - ionic - 05-20-2008 12:23 AM Congratulations jjulien, wonderfull work. Let me explain the bugs I'm having: - The pages are too long, it displays only 104 movies per page. After that only small empty boxes - 2 Cd's movies it makes two diferent links. - I have a few films in foreign language, It picks the incorrect IMDB Link so as the resultof that the movie data is all wrong - Under a folder of the seasons, I renamed all episodes of the series I have Episode x - Name of the episode, so the IMDB link I get is to star wars episodes... Well in TV series it doesn'twork great. Improvements - Sort films by categories - Let me replace the dummy cover when it doesn't find any cover or data for the movie Nevertheless, jjulien you rule!!! - excal - 05-20-2008 12:40 AM addmitted noob question coming... Whats this thing look like? Whats the big differences between this and Legion's? - jjulien - 05-20-2008 09:33 AM dwwnz Wrote:I have an extensive collection of movies, and they are spread across many windows shared drives, as well as a NAS. Is there any way to combine the various html files from each drive into a set of html files for all the various locations ? That's not possible with this version, but you're right, that would be useful. I'm adding this to my todo list!! regarding the second point, you don't need a webserver to run the html on a pc but as far as I know, there's no way that it will start the video by clicking the movie links. - jjulien - 05-20-2008 09:38 AM cokeman Wrote:another noob here ,a more of a step by step guide needed ...maping drives or links ...even thou i have bulit website using dreamweaver lol, had them running on the server under wamp5 I'm working on it, but i'm still focusing on stabilizing the code right know. I'll add a step by step installation and user guide in the first release. - jjulien - 05-20-2008 09:41 AM gandalf Wrote:what is the problem? Did you edit the bat file? looks like it doesn't match with the jar file you've got. Maybe the delivery is not ok. In this case, the best would be to download the lastest version. - jjulien - 05-20-2008 09:46 AM sTyLeS Wrote:What are the video filetypes currently recognized? That's a bug ![]() Will be fixed in the next version. - jjulien - 05-20-2008 02:58 PM ionic Wrote:Quote:- The pages are too long, it displays only 104 movies per page. After that only small empty boxes Arrrggg!! this should be working... works for me... how are named your 2 CD files? need your feed back on this. Quote:- I have a few films in foreign language, It picks the incorrect IMDB Link so as the resultof that the movie data is all wrong I've got the same problem myself. I improve the IMBd search request in version 1.0.4b so it can find movies using the "aka" fiels in IMDb... works a lot better for me. But there are still some movies that can't be found... for those, right now, I only got 2 solutions: * create an NFO file containing the right IMDb URL next to your movie file, then relaunch MovieJukebox. OR * overwrite the data generated for that movie in the jukbox (i.e. xml + jpg) then relaunch MovieJukebox. Quote:- Under a folder of the seasons, I renamed all episodes of the series I have Episode x - Name of the episode, so the IMDB link I get is to star wars episodes... Well in TV series it doesn'twork great. Patterns recognized by the tool are the following: SxEE : where <S> is the (1-digit) season number, and <EE> is the (2-digit) episode number MyTVShow - 1x01 - Episode title.avi MyTVShow - 1x02 - Episode title.avi MyTVShow - 1x03 - Episode title.avi ... sXXeYY : where <XX> is the (2-digit) season number, and <YY> is the (2-digit) episode number Dexter - s01e05 - The american dream.avi What pattern is used for your files? (so I can add it ) Quote:Improvements I planed to do this. on the next version. before that i'll focus on stabilizing this prototype. Quote:- Let me replace the dummy cover when it doesn't find any cover or data for the movie Replacing dummy posters with your own picture should be working, but I noticed a bug on that!! will be fixed on the next version of the prototype. Many thanx for you feed back!! - sTyLeS - 05-20-2008 03:13 PM jjulien Wrote:sTyLeS Wrote:What are the video filetypes currently recognized? You rock. That'll be great. Re: Yet another MovieJukebox... - michael1t - 05-20-2008 04:38 PM Thanks JJulien... It is nice to be credited for work done ... I finished My templates and posted a Website with instruction if Anyone wants to take a look http://www.indocomp.com/pch-code/mtk-pch-templates.html Thanks for the kind words JJulien... This is all I ever wanted ... Some small thanks .... Michael T. jjulien Wrote:Hi, Looks nice jjulien - michael1t - 05-20-2008 04:42 PM Looks nice jjulien ... Nice Code ... thanks for the jukebox .... Michael T. - furii - 05-20-2008 05:05 PM i have to say, this looks pretty promising. i haven't encountered any bugs, per se, but i've only tested at work and not yet on my pch. i do have a few suggestions/requests. right now i'm using myihome to share my stuff as it buffers faster than smb. i'm assuming it isn't possible to modify the movie links to point to this, is that correct? i suppose i don't have a problem getting nfs set up. according to the wiki at least http is still faster though. as has already been mentioned, being able to specify multiple source directories would be nice. i've got about a 1tb of space spread across a few drives and it would be wonderful to be able to consolidate all movies into one interface. currently, the way you have the files split seems to be pretty inefficient. instead of having #-f, g-l, m-r and s-z it would be better if you could break up the movies based on the number of items that can fit on a screen. perhaps an option to specify what resolution you have the ui running at (480p, 576p, 720p, 1080p, etc.), calculate the number of films that fit on the screen and break it up accordingly. as it stands now, i've got a bunch of movies that fit into #-f, only a few each on g-l and m-r and then a ton that are s-z. i haven't checked this out on the pch yet, but i have a feeling it's probably too many to fit on one screen. another idea is an option to disregard the in a movies title. so the departed gets sorted in the d's under departed. i know systems like itunes and xbmc do this by default. some people like it and some may not. obviously, at some point in the future, a gui would be great but this is a good start. also, i noticed in one of your posts the -nr commandline option, that's probably something that should be added to the readme.txt. keep up the great work. edit: just thought of something else. michael1t's latest templates allow for automatically starting the index.html when you click on the share. this would be a great addition. - alex.brokenarrow - 05-20-2008 05:15 PM nice work.. ![]() you may want to submit your user application to the maintained list once you are comfortable. - james123 - 05-20-2008 05:40 PM This is sooo good works very well. About the season box's etc, most of my files are "MyTVShow - s01e03" however some are just in folder named "MyTVShow" and inside simply named "s02e03 - ShowName" so can it pick up the folder name? anyway keep up the good work dude
- ionic - 05-20-2008 09:25 PM jjulien Wrote:jjulien, Here is how I name the files. Name of the movie - CDx ex: 300 - cd1 Spiderman 3 - CD1 Quote:I've got the same problem myself. I improve the IMBd search request in version 1.0.4b so it can find movies using the "aka" fiels in IMDb... works a lot better for me. The 1st solution seems good. I'll try it and give you feedback on this later. Quote:Patterns recognized by the tool are the following: I name all the episodes as I told you before Episode x - Name ofthe episode Ex: Episode 02 - Cool Change The season is defined by de folder. For example: I Have a folder called Prison Break. Under this folder I have 3 folders: Season 1; Season 2 and Season 3. Under each of this folders I have the episodes, named as the pattern above. I Think it's going tobe hard to solve this without renaming all my files. Once more thanx again. I Hope we all can improve this very usefull tool. Ionic - sTyLeS - 05-20-2008 09:42 PM Yeah, I don't think it can be expected to have this tool be able to recognize every individual's own personal naming scheme. But if it does accept a couple different common schemes, and is documented, then that should be perfectly fine. - davidw89 - 05-20-2008 11:39 PM I can't even get this working?? A step by step guide would indeed by nice. - cokeman - 05-21-2008 08:42 AM davidw89 Wrote:I can't even get this working?? A step by step guide would indeed by nice. i am with u on this , i cant even get my drives mapped as i am not using a internal drive lol etc the application crashes etc a step by step guide please - james123 - 05-21-2008 09:23 AM cokeman Wrote:davidw89 Wrote:I can't even get this working?? A step by step guide would indeed by nice. Dude you have to remember that jjulien is giving up his free time to make the app, im sure someone will make a stepByStep guide soon but there is no point in making one when the app will can still change a lot as its a beta. The readme does a very good job as it is. - cokeman - 05-21-2008 11:38 AM yeah i know how hard it is making this stuff and testing ,i am not complaining at that ...... - cheaper_popcorn - 05-21-2008 01:26 PM Personally I think it would make more sense to categorize movies according to file type and playability characteristics, than 'Action', 'Thriller', 'Drama' etc. For me at least, those categories mean nothing, if I like a movie I don't care how people want to categorize it, all that matters to me is that it is a 'good movie' or a 'bad movie'. It's more important for me to see technical info - is it an Xvid, Mkv? What is the resolution? Does it have subs or not? Etc. Just my two cents. Maybe I am in the minority though. - Grael - 05-21-2008 03:48 PM cheaper_popcorn Wrote:It's more important for me to see technical info - is it an Xvid, Mkv? What is the resolution? Does it have subs or not? Etc.Yeah, was thinking about that. Maybe using mplayer in command line to get technical informations about the media file : - video codec - resolution - actual FPS (really usefull for me!!) - actual length - audio tracks (stereo or surround, and language when specified) I'll check jjulien's code to see if I can help somewhere. By the way, this little tool works perfectly on a Linux PC too (thanks to java...) - jjulien - 05-21-2008 07:30 PM Grael Wrote:cheaper_popcorn Wrote:It's more important for me to see technical info - is it an Xvid, Mkv? What is the resolution? Does it have subs or not? Etc.Yeah, was thinking about that. I agree, codec/Res/FPS/length/audio are really important data. Personally I especially care about the FPS coz I like to switch my output to the real frame rate of the movie... Do you know the way media info works? would be great !! JJ - Grael - 05-21-2008 07:55 PM I'm checking right now... you can try installing mplayer and launch this command : echo q | mplayer -nolirc -nojoystick -ao null -vo null -vc null -msglevel identify=6 -channels 6 mediafile.avi (with your mediafile.avi...) You'll see usable media info on the standard output. If your on Windows, I don't know if can do the 'echo q | ' trick to send 'quit' to mplayer... Works fine on Linux I'll try with MediaInfo opensource project http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90612 - quickfinga - 05-21-2008 08:23 PM I am reading this forum once in a while for about a month...and until now i never had to post anything, BUT i just registered to post in this thread. ![]() I really like your lil tool and want to say thanks to you for releasing it. :wink: movie collector is such a pain in the ass, your tool makes it a lot more easier and faster! some things, which come to my mind... Language detection: it would be nice if abbreviations like ger or eng would be recognized and also support for multilanguage. For me personal it would be just perfect, if movies with ".DL." would say "DUAL LANGUAGE" on the details-page. ![]() Media-Info (like Grael mentioned above): this would be the ultimate shit! if you could read out the mediainfo, you get actual play time, resolution, codecs, languages (if tagged correctly), subtitles...don't know if it is possible though. Some people seem to have some trouble getting it to work...maybe a short description about how i did it may help them: 1. create a txt-file with this content: Code: cd C:\download\MovieJukebox_v1.0.5_beta\second line: Moviejukebox.bat >>> to start the tool f:\moviez >>> my usb-drive has this drive-letter -o f:\ >>> not sure if this is needed, but so the jukebox-html-files are stored at the root of the usb-drive -nr "file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A/moviez/" >>> this is needed, so that you can start the actual movie from your pch 2. rename the txt-file to *.bat example mjb.bat 3. double click on the file 4. moviejukebox will work for some time, dont close the commandline-window or it will stop. after the windows closed itself, it is finished. and you have your movie-data in "f:\Jukebox". 5. Open "f:\index_09AF.html" in your browser and check if all your movies have been found correctly. if not, you gotta help the moviejukebox a lil to find your movie easier: 1. delete the 4 files with the moviename in "f:\Jukebox" Code: movie1.720p.AC3.html3. make a new txt-file in the directory of the movie "f:\moviez\movie1" with the same name as the movie Code: moviename: "movie1.720p.AC3.mkv"Code: "movie1.720p.AC3.nfo"6. the movie will be found and added to the jukebox, the other files just stay the way they are If you connect your usb-drive to your pch and start the index_09AF.html, you can navigate just like you did before on your pc. ![]() Maybe this will help some ppl to get your wonderful tool to work. btw sry for my bad english...i am from austria. - Grael - 05-21-2008 08:38 PM So I checked MediaInfo opensource project. Seems sweet! Here is the result of one of my files. Code: $ ~/Applis/MediaInfo_CLI_Linux_x64/mediainfo Seven.aviI can help with coding if you want. With those add-ons, and maybe using last html patterns from michael1t, it would become the ultimate and FREE movie Jukebox solution!! - jjulien - 05-21-2008 08:52 PM Thanx for all your comments!! That's very useful to me. furii Wrote:right now i'm using myihome to share my stuff as it buffers faster than smb. i'm assuming it isn't possible to modify the movie links to point to this, is that correct? i suppose i don't have a problem getting nfs set up. according to the wiki at least http is still faster though.I guess so... but I don't known much about it. access via NFS seems to be ok. Quote:as has already been mentioned, being able to specify multiple source directories would be nice. i've got about a 1tb of space spread across a few drives and it would be wonderful to be able to consolidate all movies into one interface.Your not the first asking for this feature. I'm adding this to my todo list. Quote:currently, the way you have the files split seems to be pretty inefficient. instead of having #-f, g-l, m-r and s-z it would be better if you could break up the movies based on the number of items that can fit on a screen. perhaps an option to specify what resolution you have the ui running at (480p, 576p, 720p, 1080p, etc.), calculate the number of films that fit on the screen and break it up accordingly. as it stands now, i've got a bunch of movies that fit into #-f, only a few each on g-l and m-r and then a ton that are s-z. i haven't checked this out on the pch yet, but i have a feeling it's probably too many to fit on one screen.Actually I'm trying figure out a way to implement several indexing algorithms so users can choose... still don't know what would be best... thanx for your suggestions! Quote:edit: just thought of something else. michael1t's latest templates allow for automatically starting the index.html when you click on the share. this would be a great addition.Yep! you're right. - turly - 05-21-2008 08:57 PM First - thanks very much indeed for releasing this! I have a bunch of Simpsons rips, and renamed them to fit with your naming scheme, eg Simpsons - s16e01 - Treehouse Of Horror XV.avi Simpsons - s16e02 - All's Fair In Oven War.avi Simpsons - s16e03 - Sleeping With The Enemy.avi Simpsons - s16e04 - She Used To Be My Girl.avi ... Your tool correctly recognises that they are part of a series, but does not transfer the name to the episodes, all of which show in the generated HTML file as "Episode 1", "Episode 2", etc. Any chance you could fix this? Cheers! - jjulien - 05-21-2008 09:07 PM turly Wrote:First - thanks very much indeed for releasing this! I'm adding a defect for this. BTW don't hesitate to log issues here : http://code.google.com/p/moviejukebox/issues/list That'll make it easier for me to track them
- jjulien - 05-21-2008 09:16 PM quickfinga Wrote:it would be nice if abbreviations like ger or eng would be recognized and also support for multilanguage. For me personal it would be just perfect, if movies with ".DL." would say "DUAL LANGUAGE" on the details-page. Language detection is a real problem since there's no commonly accepted "rule" for naming files... I tried to take into account as much keyword as I could, but that's far from being perfect. here are the recognized patterns: "FRENCH", "French", "VF", "[FR]", "[fr]", "[Fr]", "[fR]", ".FR.", ".fr." "GERMAN" "ITALIAN", "iTALiAN", "[ITA]" "SPANISH", "[SPA]" "ENGLISH", "[ENG]" "VO" BTW i'll add ".DL." Quote:Some people seem to have some trouble getting it to work...maybe a short description about how i did it may help them: WOW great!!! many thanxxxxx!!! - jjulien - 05-21-2008 09:39 PM Grael Wrote:So I checked MediaInfo opensource project.it is! what information would be relevant? imho, a good start would be: - Format - Duration - Codec ID/Hint - Bitrate - Frame rate - Width - Height - Number of audio tracks + codec Too bad we can't get the language of the audio sources ![]() (mkvmerge does that... maybe...) Quote:I can help with coding if you want. Well, if you feel like coding the parser for this output!! that would be great!! PM me if you like. Quote:With those add-ons, and maybe using last html patterns from michael1t, it would become the ultimate and FREE movie Jukebox solution!! The only reason I didn't do that yet is because my XSL skills are really limited. Takes me lot of time to find ways to implement the html indexes. (especially, finding out the number of posters that fit in a single raw of the table) - quickfinga - 05-21-2008 10:21 PM I found the code, i just dont have any chance to compile it myself...so i couldn't try if toUppercase would have worked with the ".", "-" and "[]". i also added portuguese and russian. i postet it at nopaste, because everytime i use the code-tag of the forum, the tabs become spaces and so your format gets fucked up...ready to copy/paste in your code: http://nopaste.ch/2db8776ef789c69.html btw mediainfo shows the language, but only if it has been set at mkvmerge or tsmuxer for example. :? - Grael - 05-21-2008 10:46 PM jjulien Wrote:Well, if you feel like coding the parser for this output!! that would be great!! PM me if you like.I'll do! PM sent. - jjulien - 05-21-2008 11:38 PM quickfinga Wrote:I found the code, i just dont have any chance to compile it myself...so i couldn't try if toUppercase would have worked with the ".", "-" and "[]". i also added portuguese and russian. Great!!! thanx!!! I'll integrate it in the next version - zakhounet - 05-22-2008 01:04 AM Superb job Julien. Just wondering if it will be possible to parse a ocal info. supplier such as "AlloCine" for France instead of IDMB ? :wink: :wink: - Grael - 05-22-2008 09:51 AM quickfinga Wrote:btw mediainfo shows the language, but only if it has been set at mkvmerge or tsmuxer for example. :?True. I tried some mkv, ts and m2ts, language is diplayed when it has been set with the muxer. We'll try to catch this information when it's available, and if not, we'll rely on filename patterns. - quickfinga - 05-22-2008 10:58 AM Yeah, that would rock...because i always set this information in my files. ![]() Btw. i added HDDVD and D-THEATER to your video-sources: http://nopaste.ch/623720b23601d80.html I have also optimized the code for language detection a lil bit. it's much easier now to add new terms (i basically copied some parts from your code, to an other): http://nopaste.ch/0f326b0b5fe7f89.html - cheaper_popcorn - 05-22-2008 01:21 PM Excellent stuff. I wish I knew how to code!
- jjulien - 05-22-2008 02:00 PM zakhounet Wrote:Superb job Julien. LOL this is TOP priority to me since I got many french movies!! I'll do this as soon as this basic framework will be stable and functionalities are sufficient enougth. - zakhounet - 05-22-2008 02:04 PM Cool, merci
- nianoniano - 05-22-2008 08:33 PM Thanks a lot Is fast, easy and powerful. Amazing - JDGJr - 05-23-2008 04:35 AM really sweet! Is it possible to support .mpg extensions? Can i use NFO files to have it support MPG extensions - doesn't seem to work - can you give me the format? thanks a lot! John - gandalf - 05-23-2008 07:11 AM jjulien Wrote:gandalf Wrote:what is the problem? i downloaded the latest version and updated my java here: http://www.java.com/en/download/index.jsp but i'm still getting the same result. which java version you are using? thanks - Grael - 05-23-2008 07:26 AM Try to go into MovieJukebox directory before launching MovieJukebox.bat - gandalf - 05-23-2008 08:30 AM Grael Wrote:Try to go into MovieJukebox directory before launching MovieJukebox.bat thanks, such a simple solution. - n8gray - 05-23-2008 09:38 AM Hi, Is this supposed to be a cross-platform app? I tried it on Ubuntu linux and got this: Code: Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file- Grael - 05-23-2008 09:43 AM Yes, it works fine on linux but you need at least java 1.5 What is your version? (java -version) - n8gray - 05-23-2008 09:52 AM I supposedly have 1.5: Code: java version "1.5.0_11"This is a Ubuntu Feisty machine, FWIW. - Grael - 05-23-2008 10:12 AM Strange, should be enough... If you don't mind, you could upgrade to sun-java6-jre It works fine on an Ubuntu Hardy Heron. - gandalf - 05-23-2008 10:49 AM now that it's working i must say this jukebox is wonderful. works great with my usb drive. tip: i made a shortcut in web services to index_09AF.html thanks jjulien - gintsgints - 05-23-2008 11:12 AM I wonder what would right command to start moviejukebox at linux. - Grael - 05-23-2008 12:19 PM gintsgints Wrote:I wonder what would right command to start moviejukebox at linux.In the movieJukebox directory, type Code: java -classpath ./moviejukebox.jar:./resources com.moviejukebox.MovieJukebox- jjulien - 05-23-2008 01:29 PM JDGJr Wrote:really sweet! I'll add mpg to the list of supported files. - gfb107 - 05-23-2008 02:37 PM jjulien Wrote:JDGJr Wrote:really sweet! May I suggest using some external means of specifyiing the supported extensions? Something that users can easily edit so that no code changes are needed when someone finds an extension they want to use isn't supported. A java properties or configuration file. - pege36 - 05-23-2008 09:14 PM Hi this is a beautiful program! The scraping works great but I cantget the pop... to play my movies. I press enter on the movie files link, the screen goes black then right back to the movie info page. Moviejukebox.bat \\Cayenne\media\High-def -nr "file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.110::media/High-def/" /Per - Grael - 05-23-2008 09:35 PM Try with relative pathname : Moviejukebox.bat \\Cayenne\media\High-def -nr "../" Works fine here - pege36 - 05-23-2008 09:48 PM Grael Wrote:Try with relative pathname : Thanks!!! It works perfect
- quickfinga - 05-23-2008 11:08 PM works only if html is also on the share...program at it's best would save html on internal drive and have all usb AND shares in that library...that would rock.
- gandalf - 05-24-2008 08:49 AM i have an imdb problem. some movies have few results and it chooses the first title. ![]() the title i want is the first one in popular searches (black arrow) but it chooses the first one in titles (red arrow). is there a way to solve this? - quickfinga - 05-24-2008 09:46 AM Did you try to write 2007 in the filename? - gandalf - 05-24-2008 10:50 AM quickfinga Wrote:Did you try to write 2007 in the filename? Yes i tried stardust 2007 and stardust (2007) but it didn't change a thing. by the way i was able to play movies from a nfs share. i used this syntax (MEDIA::mov is the share name in the media source screen): Code: moviejukebox d:\mov -nr "file:///opt/sybhttpd/localhost.drives/[NFS] MEDIA::mov/"also the feature "automatically start the index.html when you click on the share" didn't work (tried usb, smb, nfs). - Grael - 05-24-2008 11:45 AM gandalf Wrote:i have an imdb problem. some movies have few results and it chooses the first title.Just create a NFO file (with the same name as your movie file) containing the movie url : http://www.imdb.com/title/tt0486655/ The movieJukebox will pick this one instead of guessing by movie name. I love this tool more and more, real good job! - alexou - 05-24-2008 01:03 PM Hello, Just to say it's a very very good application ! Thanks - gandalf - 05-24-2008 01:51 PM Grael Wrote:gandalf Wrote:i have an imdb problem. some movies have few results and it chooses the first title.Just create a NFO file (with the same name as your movie file) containing the movie url : thanks. Quote:I love this tool more and more, real good job!absolutely - quickfinga - 05-24-2008 02:02 PM Yeah it works perfect with nfo files, but until now ALL of my movies would have been found if "popular titles" instead of "exact matches" would have been used. ![]() Btw i tried it with 2 films and you are right...the year in the filename is not changing anything. - icnagy - 05-24-2008 02:26 PM Hi there! Nice to see the improvements! Keep it going! I noticed a little "glitch" in v 1.0.6_beta! The alphabet selection is using the file name instead of the movie title! I don't know if it's a bug or not... Cheers! - excal - 05-24-2008 03:20 PM gandalf Wrote:quickfinga Wrote:Did you try to write 2007 in the filename? I donno that it'll work here....but on the other jutebox, it would automaticly start a HTML file....but if you named the file index.htm it automaticly starts. So ya...it might be worth a try. It has to be all lower case too. - turly - 05-24-2008 06:10 PM And if you're running in SD mode (ie less than 720 pixels vertically) the "autostart" file should be named index_sd.htm. - lior-t - 05-24-2008 07:39 PM Is it possible to use Myihome with moviejukebox? jjulien - michael1t - 05-25-2008 06:33 PM jjulien... I am trying to get my html code to work with the iso ... and I am having a bit of trouble ... could you edit a sample file and send it to me so I could get my html templates updated ... the "file:///.." command is driving me nuts I have tried almost 100 different formats with not luck ... how about editing one line in one of my demo templates like 243.html 27dresses.iso ... I have mapped a special drive just for this test code called "MICHAEL-T:moviedatabase" the 27dresses.iso is stored in "moviedatabase/hd-database/details/movies/27dresses.iso"... I would be greatful for any help you might offer ... Michael T. (michael1t) - jriihi - 05-26-2008 12:00 AM Hm seems to work quite nicely. Great app! I actually was thinking writing something like that myself. NMT didnt automatically launch generated index.html probably because correct files are index_sd.htm or index.htm? Sometimes imdb search doesnt seem to work correctly. For example: Doctor Who (2005) it seems to ignore year and thats probably why it does not get correct result. I have been thinking that maybe matching patterns should be read from configuration file (xml) when parsing tv show title/season number/episode number/episode title. Something like multiple reqular expression patterns maybe and if it doesnt find all information would automatically try next pattern. I did quickly look code from subversion and wonder why it didnt actually find correct match for Doctor Who (2005). Wondering if it would be better to do Movie.getXML() and new Movie(xml) or movie.load(xml) type code..? Just way i have used to code it but ofcourse your way works too. I might try to do some coding to see how it (configuration,patterns,multiple source directories) would work out (maybe tomorrow) and submit to bug tracker if i get something useful done. Re: jjulien - jjulien - 05-26-2008 01:45 PM michael1t Wrote:jjulien... Hi Michael, Here is my XSL implemention for ISO: Code: <a class="link">This generates something like this: Code: <a class="link" href="file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/myfilm.iso" zcd="2" vod=""/>Does this help? - quickfinga - 05-26-2008 02:39 PM I am not 100% sure, but i think you only need zcd="2", vod="" is not needed. - schrooms - 05-26-2008 05:42 PM Jjulien: Great program. Are there any plans to include ripped DVD's that are on a hard disk. Right now it picks up only VOB files but does not say where they are from. If you have multiple DVD's it only picks up the first one and some other one's if the number is higher. Thanks... - jriihi - 05-26-2008 09:29 PM Hi jjulien, I looked your code and added multiple directories and nmtpaths to it as exercise. It seems to need configuration file implementation because easily goes over command line limit (255 chars?). I didnt implement any configuration file yet. Do you think properties or xml file would be better? I think xml file would be more readable..? After configuration file is implemented it could be added to svn (current implementation works only for like max 3 dirs). - jriihi - 05-27-2008 01:51 AM I did very basic xml configuration file code and some logging changes. Uploaded relevant files to issue tracker. Forgot to add that this also includes previously mentioned multiple scanned directories support. - PhelanKell - 05-27-2008 08:01 AM Try to use your great tool and got this error message: C:\Temp\1>moviejukebox.bat f:\ -o f:\jukebox Starting MovieJukebox v1.0.6 beta [movieLibraryRoot=f:\] [jukeboxRoot=f:\jukebox] [detailsDirName=Jukebox] [forceXMLOverwrite=false] [forceHTMLOverwrite=false] [nmtRootPath=file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/] [thumbWidth=140] [thumbHeight=200] Scanning movies directory f:\ Exception in thread "main" java.lang.NullPointerException at java.util.Arrays$ArrayList.<init>(Unknown Source) at java.util.Arrays.asList(Unknown Source) at com.moviejukebox.scanner.MovieDirectoryScanner.scanDirectory(MovieDirectoryScanner.java:48 ) at com.moviejukebox.scanner.MovieDirectoryScanner.scanDirectory(MovieDirectoryScanner.java:53 ) at com.moviejukebox.scanner.MovieDirectoryScanner.scan(MovieDirectoryScanner.java:40 ) at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:174 ) at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:98 ) please help, my java version is (Build 1.6.0_06-b02) Thanks Phelan - jriihi - 05-27-2008 09:41 AM PhelanKell Wrote:Try to use your great tool and got this error message: Looking at code: It seems to not be able to locate any files or directories in given directory or directory doesnt even exist or IO error occurred. - PhelanKell - 05-27-2008 10:41 AM Hmm, usb drive is directly connected with my laptop and full of mkv and ts files. - Grael - 05-27-2008 10:59 AM It's probably NTFS formated drive and have a "System Volume Information" directory at f:\? Java doesn't like this directory... http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4803836 "System Volume Information" directory should be filtered not to be scanned, or a null return from getFiles should be handled. [edit] fixed in source code [/edit] - PhelanKell - 05-27-2008 01:18 PM Yes is ntfs with "System Volume Information" directory. What can i do. Can't delete this directory under xp. - Grael - 05-27-2008 01:35 PM Hum, better waiting for next beta version... If you want to see result, you can try to move all your movie directories from your f:\ into a f:\MyMovies, then : moviejukebox.bat f:\MyMovies But anyway, next beta will get more informations from your movie files. Just be patient :wink: - maikone - 05-27-2008 03:01 PM Hi, I'm trying this very nice program on a USB NTFS formatted Hard drive with a *.bat with the following: Moviejukebox.bat f:\_Transfer -nr "file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A/_Transfer/" If I plug the USB Drive later on my PCH I can start the index file, but if I try to start one of this movies, nothing is happen! What is wrong with the phat/directory? Thanks. PS: Is it possible to ad also *.MOV extension or why not ad all extensions supported by PCH? If I can see, like in a log file how many movies detected, how many found in IMDB and how many not analyzed, this could be very useful for me with a lot of movies. - gandalf - 05-27-2008 06:10 PM maikone Wrote:Hi, I'm trying this very nice program on a USB NTFS formatted Hard drive with a *.bat with the following: try USB_DRIVE_A-1 - jjulien - 05-27-2008 06:24 PM jriihi Wrote:Hi jjulien, Great!! Thanxx! imho properties files are easier to read, edit and document... so my vote goes to a property file.
- jjulien - 05-27-2008 07:40 PM jjulien Wrote:jriihi Wrote:Hi jjulien, In fact the tool definitely needs a property file, I'll make one. But you're right, to specify a list of couple values { { path1, nmtPath1}, {..,..}}, XML is more apropriate! - jriihi - 05-27-2008 08:44 PM jjulien Wrote:In fact the tool definitely needs a property file, I'll make one. Actually my current version has exclusion filters and file extensions specified in xml also. Anyways look at my old code in bug tracker maybe ![]() Just looked at MovieFilenameScanner and there seems to be lot of stuff that could be read from configuration xml. - shay1972 - 05-27-2008 09:33 PM What a great application. Works great. However, i do have some trouble trying to config the display of the index.html page. I am trying to increse the font size and reduce the number of images per line. I have edited 'exportindex_item_pch.css' in the 'C:\MovieJukebox_v1.0.6_beta\resources' directory to increase the font size, however i see that my 'jukebox' directory has those files already. I have deleted them from the 'jukebox' directory, and let them be copied automaticlly again, but they are not identical to the files that i have modified - they returned to defualt setting. What am i doing wrong? - Grael - 05-27-2008 09:41 PM Bad luck, css and xsl are embedded in the moviejukebox.jar... If you have a zip tools (like 7 zip), open moviejukebox.jar and remove those files from the jar. - sTyLeS - 05-27-2008 09:44 PM Yes, would be better if the app did not use files embedded in the jar for any purpose. Would make customizing that much easier. - shay1972 - 05-27-2008 09:58 PM thank you, it works great. It will be wise to export does file out of the .jar for further configuration, and also, becuae it says so in the README..... - shay1972 - 05-27-2008 10:56 PM another thing - i managed to display only 5 images in the index page. In order to make them bigger, i tried the -th and -tw options in the command line, but the executable did not get these options and returned error. I see in the README that the command line cannot take these options but they are mentioned as 'OPTIONAL', so which is correct, and will it be added later? Thanx - sTyLeS - 05-27-2008 11:19 PM I have another suggestion if I may. Just an ease of use sort of thing. There is also a proprietary attribute called TVID which when placed within an <a href> tag will allow the associated remote control button to access said link. For example, on the detail page, the final link that plays the movie, you could add TVID="Play" inside the <a href> tag to allow the movie to be played simply by pressing the Play button on the remote, instead of having to navigate to the link and press enter. Of course, navigating to the link will still work, but the Play button is just a simplification. - Grael - 05-28-2008 12:12 AM shay1972 Wrote:i tried the -th and -tw options in the command line, but the executable did not get these options and returned error.May be because the MovieJukebox.bat doesn't pass through enough parameters replace Code: java -classpath ./moviejukebox.jar;./resources com.moviejukebox.MovieJukebox %1 %2 %3 %4 %5 %6Code: java -classpath ./moviejukebox.jar;./resources com.moviejukebox.MovieJukebox %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13- gfb107 - 05-28-2008 12:23 AM Fix both issues are once: put ./resources before ./moviejukebox.jar in the classpath, and use %* to get all the command line parameters: Code: java -classpath ./resources;./moviejukebox.jar com.moviejukebox.MovieJukebox %*- Grael - 05-28-2008 12:52 AM Nice! - gfb107 - 05-28-2008 02:12 AM sTyLeS Wrote:I have another suggestion if I may. Just an ease of use sort of thing. There's lots of those kinds of things that can be done. Like setting TVID="PGUP" for the "Previous" link, and TVID="PGDN" for the Next link. Also give the "Play" link the name "Play" and adding ONLOADSET="Play" to the body tag. This will put the initial focus on that link. Too bad we can't do simple javascript navigation menus with forms and selects. Would be nice to have the Genres be a drop-down menu. Code: <form action="genres.html" method="GET">There are lots of different ways to code this, but I haven't found any that work with the PH, although I have found documents that claim the PH brower supports some ECMA-script. - sjc - 05-28-2008 07:17 AM First I'd just like to say a big thanks for a brilliant app. Only problem is I can't for the life of me get it to play the movies. They're stored on a SAMBA share on an ICYBOX NAS and I can't work out how I should change "file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/" to point to them. Will it always have "file:///opt/sybhttpd/localhost.drives/" in the path, and is there any simple way to establish what the next bit for the NAS should be? Any help would be greatly appreciated. - jriihi - 05-28-2008 10:12 AM gfb107 Wrote:There's lots of those kinds of things that can be done. Well this seems great! Now we can just edit those xsl files and add code to generate attributes for navigation links. This with onloadset modification makes navigation quite good. like to add TVID="Play" on edits details.xsl: Code: <a class="link">is modified to: Code: <a class="link">- jjulien - 05-28-2008 08:51 PM schrooms Wrote:Jjulien: Why not! could you enter an enhancement request here : http://code.google.com/p/moviejukebox/issues/list ? - jjulien - 05-28-2008 09:04 PM shay1972 Wrote:What a great application. That's because of a delivery bug in version 1.0.6 beta: resources files have been included to the library jar. Will be fixed in 1.0.7 - jjulien - 05-28-2008 09:11 PM shay1972 Wrote:another thing - i managed to display only 5 images in the index page. In order to make them bigger, i tried the -th and -tw options in the command line, but the executable did not get these options and returned error. Command line parameters will radically change in version 1.0.7. th and tw options will be moved to a properties file. - jjulien - 05-28-2008 09:16 PM sTyLeS Wrote:I have another suggestion if I may. Just an ease of use sort of thing. Sweet Could you send a link to these proprietary tags specs? - sTyLeS - 05-28-2008 09:19 PM I created a enhancement request already, and it includes the url. Thanks! - benji99 - 05-30-2008 03:12 AM This is awesome and I certainly appreciate all of the hard work the two of you put it! I do have a question/idea! In order to run the jukebox, I need to access the html files generated. In order to access the html files, I need to have them shared via smb/nfs (unless i am missing something). I want to stream via HTTP (myihome) but myihome does not allow me to browse to the html files generated. Could I throw the html file(s) on my webserver and access them that way? Am i totally off base? If so, what other solution do I have? If this is possible, what would the syntax for accessing the videos via the link be? I may just be ignorant!
- ytodd - 05-31-2008 05:30 AM Is there an issue with large directories? I can run this fine on a small subset, but when I run against my main storage directory (via samba) with 312 files I get the following. C:\juke>MovieJukebox m:\ Starting MovieJukebox v1.0.6 beta [movieLibraryRoot=m:\] [jukeboxRoot=m:\] [detailsDirName=Jukebox] [forceXMLOverwrite=false] [forceHTMLOverwrite=false] [nmtRootPath=file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/] [thumbWidth=140] [thumbHeight=200] Scanning movies directory m:\ Exception in thread "main" java.lang.NullPointerException at java.util.Arrays$ArrayList.<init>(Unknown Source) at java.util.Arrays.asList(Unknown Source) at com.moviejukebox.scanner.MovieDirectoryScanner.scanDirectory(MovieDir ectoryScanner.java:48) at com.moviejukebox.scanner.MovieDirectoryScanner.scanDirectory(MovieDir ectoryScanner.java:53) at com.moviejukebox.scanner.MovieDirectoryScanner.scan(MovieDirectorySca nner.java:40) at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:174) at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:98) - jriihi - 05-31-2008 09:13 AM ytodd Wrote:Is there an issue with large directories? I can run this fine on a small subset, but when I run against my main storage directory (via samba) with 312 files I get the following. No there is not. Thats probably 1.06b bug with empty directories or when software cant access directory. Its fixed in svn. There are 1 feature missing or not working correctly currently then this is good: - subtitles detection if inside container Feature fixed in bug tracker: - nmt remote control navigation codes added to menus (index.xsl, detail.xsl) (i fixed this and updated it to bug tracker) There is also 1 bug in svn version: - mediaInfo output gives some or all iso files mpeg-ts as container and that screws up html if you dont handle it in java code or xsl (I fixed it in my version of detail.xsl) (update: removed nfo file parsing from features list since it works ok (svn version)) - erito - 05-31-2008 10:31 AM how do i set a nmt_ROOT_path to my SMB share on a NAS? I can not seem to get it to work.... - ytodd - 05-31-2008 02:20 PM jriihi Wrote:There are no empty directories, and all permissions are fine. Any other ideas.....?ytodd Wrote:Is there an issue with large directories? I can run this fine on a small subset, but when I run against my main storage directory (via samba) with 312 files I get the following. - fleshoff - 05-31-2008 04:19 PM I don't suppose anyone could post a screenshot of this app? I am using the Movie Collector jukebox but am interested in this one. - alfixpop - 05-31-2008 05:28 PM At the first post you have the answer: Code: I'm not good at making good looking HTML, so the HTML output of my tool is based on the CSS and HTML templates from the sample pchtest.zip provided by michael1t, many thanx!- jriihi - 05-31-2008 06:47 PM alfixpop Wrote:At the first post you have the answer: Well mine look bit different but thats mostly changes in xsl and css. I looked up to code in one of other html outputs in this forum. Only 1 java code change to get id="current" for current index page because wanted to make it different from rest of navigationational items that i have in 2 lines. 1 line for categories and another for alphabets (xsl). - TheBiGW - 06-01-2008 10:01 AM I also get an error when trying to scan my collection. I've tried 4 or 5 times now and it errors at different places, but always with the same error. I have 387 movies in the collection if that is any good Code: Updating [Movie [id=tt0445969][title=Earth The Documentary][titleSort=Forever i- jriihi - 06-01-2008 10:11 AM TheBiGW Wrote:I also get an error when trying to scan my collection. I've tried 4 or 5 times now and it errors at different places, but always with the same error. I have 387 movies in the collection if that is any good You could increase java heap space by editing bat file: java -Xms<initial heap size> -Xmx<maximum heap size> defaults are -Xms32m -Xmx128m if one doesnt specify anything. edit it something like this (should be enough): java -Xms256m -Xmx512m - ytodd - 06-01-2008 05:32 PM ytodd Wrote:jriihi Wrote:There are no empty directories, and all permissions are fine. Any other ideas.....?ytodd Wrote:Is there an issue with large directories? I can run this fine on a small subset, but when I run against my main storage directory (via samba) with 312 files I get the following. Any ideas on this????? The samb share is a different file system that my windows machine can read only, not write, but your program is not trying to write is it? Any help is appreciated. - excal - 06-01-2008 11:53 PM Sorry to bardge in....i just thought someone here might be able to help me. I'm working on another project...a html..that'll play the video. My output lines look like this...can someone tell me whats wrong with them? The popcornhour goes to the buffing screen for a second...then right back to the html index. <a href="\Video\10,000 B.C\bald-bc.avi" type="video/mpegurl" vod="">PLAY MOVIE3</a> <a href="../Video//10,000 B.C/bald-bc.avi" type="video/mpegurl" vod="">PLAY MOVIE3</a> neither one of those work. Its playing off a internal HDD in the PCH if that matters... - sTyLeS - 06-02-2008 12:17 AM Yes, the URL needed for the PCH to recognize the file from the html page is the full absolute URL...with something like: Code: file:///opt/sybhttpd/localhost.drives/HARD_DISK/Video/10,000 B.C/bald-bc.avi- TheBiGW - 06-02-2008 12:39 AM jriihi Wrote:You could increase java heap space by editing bat file: Perfect - that worked a treat. Thanks for the tip! - fleshoff - 06-02-2008 12:48 AM I have to say this is a very cool app. One bit of trouble I'm having though is that movies arn't being put into the categories like I would expect. i.e. Talladega Nights not in the comedy page but it is in the action page...am I doing something wrong? - excal - 06-02-2008 01:54 AM sTyLeS Wrote:Yes, the URL needed for the PCH to recognize the file from the html page is the full absolute URL...with something like: Ok i manually plugged that in...that worked perfect. I don't quite understand why i need a absolute path tho.... In legion's jutebox, it plays fine off a relative path. <a href="../Video//10,000 B.C/bald-bc.avi" type="video/mpegurl" vod="">Play Movie</a> Thats the link taken from Legion's jutebox...... but that won't work in my html...only the absolute link does.... Can someone explain why? or the difference? Again...i'm very sorry to intrude...it just seemed like you guys could help. - sTyLeS - 06-02-2008 06:15 AM fleshoff Wrote:I have to say this is a very cool app. One bit of trouble I'm having though is that movies arn't being put into the categories like I would expect. i.e. Talladega Nights not in the comedy page but it is in the action page...am I doing something wrong?Well, right now it looks like it is only grabbing the first genre in the list that the movie belongs to, and for Telladega Nights that is Action, whereas Comedy is the second one and thus left off. I'm making modifications for my own personal usage that include all the genres. I can share the code with jjulien, and he can implement it however he sees fit. - quickfinga - 06-02-2008 07:54 AM <a href="../Video//10,000 B.C/bald-bc.avi" type="video/mpegurl" vod="">Play Movie</a> please tell me: why do you have 2 dashes?? doesn't make sense... - jriihi - 06-02-2008 10:47 AM jjulien seems to have released 1.07 beta version silently..
- Grael - 06-02-2008 12:11 PM jriihi Wrote:jjulien seems to have released 1.07 beta version silently..http://code.google.com/p/moviejukebox/ Don't forget to read README.txt carefully, a lot of things have changed... You can get MediaInfo 0.7.7.0 (CLI version) here : http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90612 0.7.7.1 may work too, but I didn't try - fleshoff - 06-02-2008 03:22 PM sTyLeS Wrote:fleshoff Wrote:I have to say this is a very cool app. One bit of trouble I'm having though is that movies arn't being put into the categories like I would expect. i.e. Talladega Nights not in the comedy page but it is in the action page...am I doing something wrong?Well, right now it looks like it is only grabbing the first genre in the list that the movie belongs to, and for Telladega Nights that is Action, whereas Comedy is the second one and thus left off. Awesome! - 10dulkar - 06-02-2008 03:47 PM hi i had a quick question. does this software (or any other) work with ISO's? i only play dvd rips and am looking for something like this... thanks a ton! - sTyLeS - 06-02-2008 03:50 PM 10dulkar Wrote:hi The more recent versions of this app does indeed play ISO's. I've recently tried it out and it worked perfectly.
- 10dulkar - 06-02-2008 04:29 PM awesome awesome awesome!!! just to confirm - i have a bunch of ISO's on my desktop which i stream using nfs...i will be able to use this software? thanks a ton! - BoBBoB - 06-02-2008 04:58 PM This is my very first post, I have been following the various different Movie jukeboxes, I do believe that the MovieJukebox is the most viable. I love the work you have done to improve the batch process, also pulling out the resolution fps etc using mediainfo is very clever. Its amazing how quickly something of such professional quality can be pulled together. I have had a few ideas around possible Improvements: Newly Added section : This could easily be acheived by the batch process adding any new movies to a NEW.html. I just haven't figured out how you could remove the films as they are watched ? Other wise eventually the New films section would have every film in it. New sections : Bring back 720p / 1080p section Graphical improvements : Enabling themes, I would love to see a theme along the lines of
- quickfinga - 06-02-2008 05:35 PM 1.0.7 isn't working for me :/ I edited the properties-file, put mediainfo 0.7.7.0 in the right place and started moviejukebox. It starts and when it comes to the first movie, mediainfo pops up, but then nothing happens! I have to close mediainfo and then moviejukebox jumps to the next movie, mediainfo pops up and nothing happens again...i have to close mediainfo everytime by myself?! i don't think this is supposed to work this way, right? [edit] hmm it seems that there are no thumbnails...i only have .jpg and .xml files. so it seems that the basic data flow from the readme.txt cannot be right. [/edit] - Grael - 06-02-2008 05:48 PM quickfinga Wrote:(...)put mediainfo 0.7.7.0 in the right place(...) mediainfo pops up, (...)Pops up??? You are using CLI version of MediaInfo (Command Line) or a full, windowed one? MediaJukebox works only with a CLI version, from this page : http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90612 quickfinga Wrote:[edit]Thumbnails images are .jpg too, ending with '_small.jpg'. You don't have htm files? - quickfinga - 06-02-2008 06:45 PM i didn't use command line version...cause i didn't know it exists. it works now! ty! - TheBiGW - 06-02-2008 08:47 PM This is looking really great now. I've seen people get this working with NFS but is there a way to get it working with MyIHome? *edit* also, is there a way to get it to launch the index.htm file automatically at PCH startup? Great - dinauktion - 06-02-2008 09:14 PM This works great, but I have some video_ts files, how can theese be avoid and index the folder title instead? Second question, how do I change the background? Must say that this is a great job you have put in!! - fleshoff - 06-02-2008 11:41 PM 1.0.7 = nice nice nice nice...it's getting real close Version 1.0.7 Beta - dinauktion - 06-02-2008 11:48 PM If you use the Next Up etc meny, that wouldn't work. If you press Left key when standing in Next, it will go to the Next movie which means that you can not navigate. Suggestions? - fleshoff - 06-03-2008 12:22 AM I think on the main page with the thumbnails, instead of the name of the file, it would be better to display the name of the movie it associated it with (minus the year) (edit) nevermind...I just changed xsl:value-of select="title" / to xsl:value-of select="titleSort" / in the index.xsl but I think you might want to do that in the file you give out I also had to add: valign="top" to the td tag of the thumbnail image on index.xsl because of the longer filenames so they all align also instead of the "Play->movietitle" link I created and inserted a play movie ticket image: ![]() btw my background is black, hence the black corners of the ticket Re: Version 1.0.7 Beta - jriihi - 06-03-2008 09:55 AM dinauktion Wrote:If you use the Next Up etc meny, that wouldn't work. If you press Left key when standing in Next, it will go to the Next movie which means that you can not navigate. Suggestions? Index page: you can navigate normally using arrows or select movie directly by number. Movie details page: you can navigate in that page using up/down arrows. left arrow loads previous movie details page and right loads next movie details page. play plays first title without needing to select it using up/down and numbers other items in page if its tv show. pageup/pagedown goto last/first item in your whole collection. with home you can go back to main screen. or using back button to previous page (this is not mapped to anything and works as default). - jriihi - 06-03-2008 10:06 AM fleshoff Wrote:nevermind...I just changed Yes I added that code to generate titleSort element because I also found that title wasnt sometimes really usable. I didnt modify default index.xsl template to use it. Thanks for tip on that valign="top". Re: Version 1.0.7 Beta - dinauktion - 06-03-2008 10:31 AM jriihi Wrote:But when I have the Next hilighted in the detailed menu, I can not move to the next nav which is Previous. When I press the right arrow on the remote, it will show the next film in the detailed menu.dinauktion Wrote:If you use the Next Up etc meny, that wouldn't work. If you press Left key when standing in Next, it will go to the Next movie which means that you can not navigate. Suggestions? Also I will get a Server Time Out on the PCH when I have been in the index.html and goes back with Home button. Re: Version 1.0.7 Beta - dinauktion - 06-03-2008 10:32 AM dinauktion Wrote:jriihi Wrote:But when I have the Next hilighted in the detailed menu, I can not move to the next nav which is Previous. When I press the right arrow on the remote, it will show the next film in the detailed menu.dinauktion Wrote:If you use the Next Up etc meny, that wouldn't work. If you press Left key when standing in Next, it will go to the Next movie which means that you can not navigate. Suggestions? Re: Version 1.0.7 Beta - fleshoff - 06-03-2008 01:20 PM dinauktion Wrote:jriihi Wrote:But when I have the Next hilighted in the detailed menu, I can not move to the next nav which is Previous. When I press the right arrow on the remote, it will show the next film in the detailed menu.dinauktion Wrote:If you use the Next Up etc meny, that wouldn't work. If you press Left key when standing in Next, it will go to the Next movie which means that you can not navigate. Suggestions? I had same issue but I took out the <xsl:attribute name="TVID">RIGHT</xsl:attribute> etc tags from the detail.xsl because I just wanted to navigate with the arrows Image instead of filename - dinauktion - 06-03-2008 02:43 PM Fleshoff---> Can you explain how you inserted the IMG för playing the movie instead of this: <xsl:text>Play-> </xsl:text><xsl:value-of select="@title" /> and if I have another background img, where in index.xsl should that line be? CSS style or html background syntax? I'm not sure but I think I would be fine without the movie name at the bottom of the thumbnail pics, it's looking real funny if you have a long file name or in my case movie name. Any ideas how to remove them? Grateful for any help Re: Image instead of filename - fleshoff - 06-03-2008 03:27 PM dinauktion Wrote:Fleshoff---> take out: <center><xsl:value-of select="position()"/><xsl:text>. </xsl:text><xsl:value-of select="title"/></center> from index.xsl will remove the title under the thumbnail xml isn't my fortay but I put the image in and it seemed to work fine on my pc, link was correct etc, and showed up on the PCH but couldn't play the file...I'm sure I am messing up the xml somehow will try again tonight if I have some time Pages - dinauktion - 06-03-2008 05:56 PM I don't know how you see it, but wouldn' it be nice to have pages when having a lot of movies in one category? The thumbs doesn't fit the resolution (1080P) because of the index number are displayed in two rows. - sjc - 06-04-2008 07:53 AM This really is a great app, and this version is a big improvement. The ability to add new file extensions is great - it now plays my mp4 and m4v files. I also like the improved navigation using the left and right keys, but can the 'next previous up down' etc not be removed from the top of the page as you can't use them anyway? - dwwnz - 06-04-2008 09:38 AM Hi Guys, Couple of questions, I am starting to index all my files in preperation for my popcorn arriving, and just have a coupleof questions. 1. I having an issue when I have mulitple file (e.g cd1, and cd2) and the script not detecting the nfo. The name is all the same, all but the last letter. but it seems to be ingored. 2. There was a comment about the Thumbnail name being the Title instead of the file name. I made the change suggested and great that works, but I notice it still indexes the files (0 - 9 A B C etc) by the file name. Is there any way to change that, so it indexes by the title also ? Fantastic work btw
- jjulien - 06-04-2008 01:33 PM dwwnz Wrote:1. I having an issue when I have mulitple file (e.g cd1, and cd2) and the script not detecting the nfo. The name is all the same, all but the last letter. but it seems to be ingored. Multiple files movies only refer to a single file (i.e. the first one in the lexical order), hence, only the nfo corresponding to this very file will be taken into account. The nfo file name must exactly macth this file's name (including "cd1"). Is this what you tried to do? let me know if it works. dwwnz Wrote:2. There was a comment about the Thumbnail name being the Title instead of the file name. I made the change suggested and great that works, but I notice it still indexes the files (0 - 9 A B C etc) by the file name. Is there any way to change that, so it indexes by the title also ? Yes. at the moment, categories are based on the 'title' field, and not on the 'titleSort' field. Even if you display the 'titleSort' field in the index page. I'm planning to add an option to select the sorting creteria. JJulien. - BoBBoB - 06-04-2008 02:22 PM Would it be possible to change the navigation at the top of the details page to support the colour buttons on the remote and change the text to that colour ? Basically change the navigation to Previous (RED) Home (YELLOW) NEXT (BLUE) and Play (GREEN), you could still keep the other options for those using this with a remote without the colour buttons ? Just a thought, keep up the good work ;-) - sTyLeS - 06-04-2008 10:10 PM BoBBoB Wrote:Would it be possible to change the navigation at the top of the details page to support the colour buttons on the remote and change the text to that colour ? I don't know if that would be very intuitive at all. I mean, pressing the PLAY button on the remote to Play the file makes sense...but pressing the Green button...not so sure. - BoBBoB - 06-04-2008 11:11 PM sTyLeS Wrote:BoBBoB Wrote:Would it be possible to change the navigation at the top of the details page to support the colour buttons on the remote and change the text to that colour ? My thoughts were to keep the exisiting scheme, i.e. <Home> button for the index, <left> for previous, <right> for next, <play> to play etc, but add colour coded hints for the links... Basically the <movie filename> is green (press <green> or <play> to play) the <previous> link is red (press <left> or <red> to go to previous film) etc .... Best of both worlds ? - fleshoff - 06-04-2008 11:35 PM Question...I'm trying to increase the font size of the navigation on the index page. I increase the navigation class in exportindex_item_pch.css and it works fine on the computer but the font stays the same small size on th PCH. Anyone have any clues? Ah never mind I had to reboot it...it must cash the html. BTW the background image is real easy to set and it can use a relative path in the body tag
Smile - dinauktion - 06-05-2008 06:34 AM Fleshoff-->
- BoBBoB - 06-05-2008 08:15 AM fleshoff Wrote:Question...I'm trying to increase the font size of the navigation on the index page. I increase the navigation class in exportindex_item_pch.css and it works fine on the computer but the font stays the same small size on th PCH. Anyone have any clues? Yep I had a similar problem today, looks like the PCH caches to memory, I wonder if there is an easy way to clear the cache other than a reboot ? fleshoff Wrote:BTW the background image is real easy to set and it can use a relative path in the body tag Could you show the code you used to change the background please ? - dinauktion - 06-05-2008 12:17 PM BoBBoB Wrote:fleshoff Wrote:Question...I'm trying to increase the font size of the navigation on the index page. I increase the navigation class in exportindex_item_pch.css and it works fine on the computer but the font stays the same small size on th PCH. Anyone have any clues? You could use <body background="img.jpg"> - BoBBoB - 06-05-2008 01:14 PM Quote:You could use Got it ;-) Code: body {Make sure the background.jpg is with the media files (thumbnails) Screens below, not too sure about the background on the details page though ? ![]() ![]() ![]() ![]() or
- fleshoff - 06-05-2008 02:09 PM I've uploaded my resources files so others could use them if they want. Included in the file is the background.jpeg from the other jukebox thread (so props to whoever created that image) I had to stretch that image a bit and tweaked it so it fit my 1080i. I put the background.jpeg into the folder created on the PCH. I also included the ticket.jpeg in the hopes that someone can show me how to replace the "Play Movie" link with this image (I know it's easy just that my xml sux) I'm almost 100% happy with this except for two issues: 1. If movies could be in more than one category. It defaults to the first category and often that doesn't represent the movie at all. 2. Sometimes the thumbnail image chosen really sux. If there was some way we could specify a link to another image in an NFO file that would be awesome. here are my files so far: http://rapidshare.com/files/120262055/resources.rar remember, back up your resources folder in case you hate mine! - fleshoff - 06-05-2008 02:22 PM BoBBoB, I like your background too, so when I get home I will replace the one I have and get my daughter give it the "It's cool" blessing
- BoBBoB - 06-05-2008 02:23 PM Quote:2. Sometimes the thumbnail image chosen really sux. If there was some way we could specify a link to another image in an NFO file that would be awesome. To change my thumbnails, I do the following :
Background file
- Mr.Mojorisin - 06-05-2008 03:37 PM First of all I have to say great app, that's what I'm looked for since I've the PCH. But I have some trouble to create the jukebox library at my external USB-Disk. I've tried to use the "-nr" option during the launch of the tool to create the right pathes for launching the movies, but nothing happens. Everything works great without the "-nr" option. What could it be. Any help is appreciated. Here are my self created bat-file for launching. cd D:\Downloads\moviejukebox_v1.0.7 beta\ Moviejukebox.bat h:\movies -o h:\ -nr "file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/movies/" Thanks, Mojo - jriihi - 06-05-2008 03:43 PM Mr.Mojorisin Wrote:First of all I have to say great app, that's what I'm looked for since I've the PCH. There is no nr option in 1.0.7. Its located in properties file single path scanned or xml file if multiple paths (or you can just specify single path in xml also and use that if you want). - BoBBoB - 06-05-2008 04:16 PM Mr.Mojorisin Wrote:First of all I have to say great app, that's what I'm looked for since I've the PCH. Copy the following code to the libraries.xml file (make a backup of your files first) Code: <?xml version="1.0" encoding="utf-8"?>Your command line should read Code: MovieJukebox.bat libraries.xml -o h:/moviesHope this helps ? - Mr.Mojorisin - 06-05-2008 05:08 PM Thanks BoBBoB und jriihi for your fast response. It should work now. Thanks again, Mojo - fleshoff - 06-05-2008 05:15 PM btw http://www.webweaver.nu/clipart/img/web/textures/09.jpg makes a nice background too
- Grael - 06-05-2008 07:00 PM BoBBoB Wrote:[*]Open a 2nd browser window to either http://posters.motechnet.com/title/tt0367882/ or http://www.impawards.comI've added a search to posters.motechnet.com in SVN version of MovieJukebox and I'll add impawards search tonight (both based on imdb id) It would cover most movies with nice quality thumbnails. Should be in the next release... - sTyLeS - 06-05-2008 07:03 PM Yes, those two are by far my favorite movie poster image sites. With motechnet being first for ease of use. - fleshoff - 06-05-2008 07:06 PM Grael Wrote:BoBBoB Wrote:[*]Open a 2nd browser window to either http://posters.motechnet.com/title/tt0367882/ or http://www.impawards.comI've added a search to posters.motechnet.com in SVN version of MovieJukebox and I'll add impawards search tonight (both based on imdb id) Excellent! - Grael - 06-05-2008 07:07 PM Yes, motechnet is so easy with imdb id in the URL... For impawards, I must go through Yahoo Search to find the right poster from imdb id... http://search.yahoo.com/search?fr=yfp-t-501&ei=UTF-8&rd=r1&p=site:impawards.com+link:http://www.imdb.com/title/tt0082085 - BoBBoB - 06-05-2008 08:10 PM Grael Wrote:BoBBoB Wrote:[*]Open a 2nd browser window to either http://posters.motechnet.com/title/tt0367882/ or http://www.impawards.comI've added a search to posters.motechnet.com in SVN version of MovieJukebox and I'll add impawards search tonight (both based on imdb id) Nice work :-) - maikone - 06-05-2008 10:07 PM I Like your application. But for me its getting worst, without any knowledge to handle the configuration with several xml etc. files. Why you are not going together with the people from IMDBit and build up a nice and user-friendly one? With UI :-) http://www.networkedmediatank.com/viewtopic.php?t=3473 THX - Magne - 06-06-2008 08:55 AM Hi. First off. Nice app. Thank you for the effort you put in. Second. Is it possible to have a category "all" and have the pch have that as the first (defult) category? - BoBBoB - 06-06-2008 09:46 AM Magne Wrote:Hi. +1 - an All (default) category would be great .... could we also have a 1080p, 720p, 480p, DTS, AC3 ? Would there be someway that we could add our own additions to the movie.properties file ? This could then be used to create additional pages on the fly ? Code: # Categories for Index Page - must be in <filename> or <filename>.xml or <filename>.nfo- dwwnz - 06-06-2008 12:40 PM YAY !!! Got my popcorn today. But I need help please. I can't seem to get files to play through the movie jukebox... Here is the senario I have a Windows XP Pro (SP2) machine running UNIX NFS Server (from another thread here) IP = 192.168.101.200 The Movie Jukebox is SMB share on D:\html\ called "appz" I have a share which is I:/0 - 9/ which I am using for testing I have called it "test" under the NFS share The PCH IP = 192.168.101.206 I have mounted the drives using the following systax, and connect and read file from both drives smb://192.168.101.200/appz/ (I can navigate to the index html file from there) nfs://192.168.101.200:/test/ (once again I can navigate through the files and play movies) I have tried the following combinations in the library xml file <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS]//192.168.101.200::test:</nmtpath> (note no space between [NFS] and //) <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] //192.168.101.200::test:</nmtpath> <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] //192.168.101.200:/test/</nmtpath> <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS]//192.168.101.200:/test/</nmtpath> (note no space between [NFS] and //) <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] //192.168.101.200/test/</nmtpath> <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS]//192.168.101.200:/test/</nmtpath> (note no space between [NFS] and //) <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] //192.168.101.200/test/</nmtpath> <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS]192.168.101.200:/test/</nmtpath> (note no space between [NFS] and //) <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.101.200/test/</nmtpath> In the properties page, i have left the "Default NMT path" as default I can access the intex.html page alright and navigate through, but when I select the file to play the screen goes blank for a moment, then returns to the page you were on. any help would be appreciated
- jjulien - 06-06-2008 01:38 PM BoBBoB Wrote:[quote="Magne"] I've been thinking to a similar solution but haven't found a satifying way to implement it yet. Another problem for me is how to display these categories in the index page, coz I don't like it the way it is right now. BTW for the next version, I will focus on making better looking index pages. I think that something similar to what mcmillyonaire has designed would be great (http://www.networkedmediatank.com/viewtopic.php?t=3187&postdays=0&postorder=asc&start=210) - BoBBoB - 06-06-2008 01:58 PM dwwnz Wrote:In the properties page, i have left the "Default NMT path" as default My libraries.xml file Code: <?xml version="1.0" encoding="utf-8"?>In your case it should be Code: <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.101.200::test/</nmtpath>- dwwnz - 06-06-2008 01:59 PM jjulien Wrote:dwwnz Wrote:1. I having an issue when I have mulitple file (e.g cd1, and cd2) and the script not detecting the nfo. The name is all the same, all but the last letter. but it seems to be ingored. Naming exactly as the first file works I just have plenty of pre-defined nfo's that only use upto the file designation.
- BoBBoB - 06-06-2008 02:02 PM jjulien Wrote:BTW for the next version, I will focus on making better looking index pages. I think that something similar to what mcmillyonaire has designed would be great (http://www.networkedmediatank.com/viewtopic.php?t=3187&postdays=0&postorder=asc&start=210) Yep I like the look of the mcmillionaire templates, you have done some fantastic coding, personally from a code point of view I think its probably 90% of the way there. If there were some volunteers who could do webdesign, html, css and xsl we would be set. It would be great if there was a way for a single template, css and xsl to be shared across all the jukebox implementations. Personally I like the mirror effect on the mcmillionarie template, makes it looks very professional. This is how mine looks at the moment
- fleshoff - 06-06-2008 02:25 PM BoBBoB, the trouble with mcmillyonaire's reflections is that they are Photoshop actions. This of course would require people to have Photoshop. reflection.js which is a javascript app is really cool and would work however the PCH browser can't suppot it yet. But I would agree the reflection really classes it up BTW I like your screens however I have a ton of movies on my HDD and had to go with michael1t/jjulien's default smaller thumbs, and I do like the name of the movie on the bottom. - BoBBoB - 06-06-2008 02:38 PM fleshoff Wrote:BoBBoB, the trouble with mcmillyonaire's reflections is that they are Photoshop actions. This of course would require people to have Photoshop.It is possible to script certain actions using Ifranview or other batch programs, I did try but gave up rapidly, the process to create the mirror thumbs would be
fleshoff Wrote:BTW I like your screens however I have a ton of movies on my HDD and had to go with michael1t/jjulien's default smaller thumbs, and I do like the name of the movie on the bottom.I have about 150 films at the moment, I find that once the page has loaded for the 1st time which takes about 5 seconds that I can scroll quickly from top to bottom. I also prefer to remove the name as it gives more room for larger thumbnails and feels more like I'm looking at a library of films (even though all the thumbnails are posters and not DVD covers !!) - Grael - 06-06-2008 02:44 PM @fleshoff & BoBBoB Don't want to steal the surprise, but do not investigate too much into the "reflection stuff"... Jjulien has already found a nice solution. ( But I haven't said it! :roll: ) - BoBBoB - 06-06-2008 02:50 PM Grael Wrote:@fleshoff & BoBBoB cool, so how do I get to be an alpha tester ? - excal - 06-06-2008 03:01 PM jjulien Wrote:BoBBoB Wrote:[quote="Magne"] Ya mcmilly has been doing a great job graphicly....have you seen his newest look/template for the details page? Its pretty awsome in my opinion....we're still working on getting it to work...but i'm pretty excited about it.. http://www.networkedmediatank.com/viewtopic.php?t=3187&start=270 Also Just wanted to stop in this thread and say hi, i've been using Legion's jutebox...but i've been keeping track of yours too ![]() It looks like you guys are making some great progress! I'm kinda bouncing around and checking all the options and really looking to see which one ends up the easiest and most customizeable graphicly. I hadn't really given this one a shot cause i already had legion's going and they seemed to be about the same graphicly thus far...mostly because the templates were similar. But i'm glad to see you guys are working on the templates now too. Keep up the great work. And i think i'll def give this one a try soon. - fleshoff - 06-06-2008 03:20 PM Grael Wrote:@fleshoff & BoBBoB Yipppie!! excal...the reason I switched to this one was because I liked that it didn't need a purchased 3rd party app, also that leaves it more wide open to customization - BoBBoB - 06-06-2008 04:04 PM fleshoff Wrote:Yipppie!! Yep, I think your right, I started looking at the legion version but I didn't like the fact that you needed a 3rd party application. This version requires you to purchase nothing, if we could acheive all we need through opensource (or free) then I think it would be a good result. - excal - 06-06-2008 04:11 PM Ya, i mean that makes perfect sense to me... i just was concerned at first because when i first got rolling with the jutebox...it was a VERY early version of this one....and i'm not a code guy by any means...and i didn't quite understand how this one worked exactly. Plus i figured if something went wrong with exporting, or with what ever...i was gonna be stuck because i'd have no idea how to fix it. So i went the safer route that had a GUI and program...that i could see the information, and what i was inputting for each movie. But the more and more i read about it...it seems less complicated then i assumed....and seems most of the kinks are worked out...so i'll give it a shot and see what its like. - fleshoff - 06-06-2008 04:20 PM It's not difficult, just need to get the correct paths in the command line and run. I'm guessing that a front end will eventually be slapped on when it is mature enough, but that's just an assumption - excal - 06-06-2008 04:45 PM actually....while i'm in here...maybe you can help me out. I think you guys are using MichaelT's templates...which are pretty much the same setup as Legion's...kinda. So anyways...i've been working on getting background images on the Details pages. I can input the background image....but there is always a Aqua box overtop of it where the movie info and Cover images are. The aqua box doesn't fill out the TV...which is why i know the background image is there....i can see it on the left over spaces on the left and right sides (not the top or bottom tho). in the exportdetails_XXX.css file i've deleted EVERY line using "Background:" all the classes....cells....everything ...except for the the actual one in the background image path. Yet the aqua box remains....any ideas? - fleshoff - 06-06-2008 05:04 PM excal Wrote:actually....while i'm in here...maybe you can help me out. Actually I was totally frustrated trying to get that details page to remove the aqua and eventually gave up...one of the reasons I switched to this one. One thing you need to remember though is that PCH cashes the pages so make sure to reboot the box when you change stuff. Also I thought I read that you guys were having trouble using relative paths for the background image...I tried relative paths on jjulien's and it seems to work fine...don't know why there would be a difference - excal - 06-06-2008 06:20 PM Ya i am... I'm really not sure why its not working off relative path...everything else works fine off a relative path...just not any image files i try to insert (background images...and the play button). But it works on a absolute....so as long as its works...whatever. Speaking directly to this jutebox.... One thing i've been working on doing, and had a little bit of success with is turning it into more a full media jutebox. So along with movies, i've gotten audio to work. I'm mostly interested in this because its nice to have the cd cover on there....and so i don't have to quit out of the jutebox to go switch media type. Perhaps not quite yet...but will it be possible to do that in this jutebox? Can it be made to scan for mp3's and then just read the tags? I can share my code i used in legion's templates to make it work if it'd help And i donno if ya read about it or not...but what i did is Make 2 gengres (i didn't wanna sort my movies by gengre anyways...only alphabet.) So i have a music gengre and a movies gengre....then movies are obviously in the movie gengre...and mp3's in the music. Perhaps in your program if it can scan for audio files...then it could just assign a "Type" instead of a gengre so people can keep their gengre's intact? Then at the top i got my alphabet list.... then next, previous, last, Main Menu, Movies, Music as clickable indexes I'm still working on getting it to work with playlists....but i admittedly haven't really tried beyound just plugging a .jsp into the movie collector link. And i haven't tried photos yet....but i'm pretty much 100% confident it'll be a easy addition now that i figured out Audio. ![]() EDIT: Lol...thats a CD cover if its not obvious At the time i took this I had just put in one cd's worth of mp3s to just test with.
- JDGJr - 06-06-2008 08:03 PM Request: would it be possible to get the file extension added to the HTML file? I'd like to display DVD/HD DVD/Blu ray logos on the detail page, and I think I can do this based on the file extension. Great tool! John - maikone - 06-06-2008 09:59 PM Hi! One question regarding this files and how to find in the IMDB and put into one folder? Tatort S01E696 - Der oide Depp.avi Tatort S01E698 - Der frühe Abschied.avi Tatort S01E699 - Krumme Hunde.avi Tatort S01E700 - Todesstrafe.avi IM getting single ones! Please help. THX - fucheeno - 06-07-2008 05:44 AM Out of curiosity has anyone been able to successfully run this under OS X or linux? Under OS X I am running the bash file and getting the following: Code: laptop-2:moviejukebox_v1.0.7 beta fucheeno$ ./MovieJukebox.sh /Volumes/tera/video/- sTyLeS - 06-07-2008 06:35 AM I know someone had previously mentioned that the image reflections were being worked on. If a solution isn't complete yet, I could recommend this guy's quick little Java solution using plain Java2D... http://www.jhlabs.com/java/java2d/reflections/index.html I made a modification of it in my own local copy and it works great. Just have a method that takes an image and a background color as params and returns the reflected image. - BoBBoB - 06-07-2008 07:42 AM sTyLeS Wrote:I know someone had previously mentioned that the image reflections were being worked on. If a solution isn't complete yet, I could recommend this guy's quick little Java solution using plain Java2D... http://www.jhlabs.com/java/java2d/reflections/index.html One way or another I guess we will be getting reflections ;-) - alfixpop - 06-07-2008 07:49 AM fucheeno Wrote:Out of curiosity has anyone been able to successfully run this under OS X or linux? Under OS X I am running the bash file and getting the following: You need Java Runtime Environment (JRE) 1.6 installed to work with MovieJukebox - quickfinga - 06-07-2008 11:19 AM I would love to see a new beta with posters from motechnet and reflections...i can't compile myself
- jriihi - 06-07-2008 06:06 PM quickfinga Wrote:I would love to see a new beta with posters from motechnet and reflections...i can't compile myself We could do it but dont know where jjulien is at code. btw if jjulien reads this there is bug in MovieJukeboxXMLWriter.java line 42. It should be: nbMoviesPerLine = Integer.parseInt(props.getProperty("mjb.nbThumbnailsPerLine", "5")); I noticed this when i tried latest code from svn where there is reflections and something called glossy effect true/false in properties. Seems jjulien is creating bit modified version of mcmillyonaires examples as default look. I was thinking that maybe there could be themes or something if someone wants easily to try new look but dont know if it would be quite easy when generated xml changes between versions. Just an idea but current index pages look nice to me. - acribb - 06-07-2008 07:24 PM BoBBoB Wrote:sTyLeS Wrote:I know someone had previously mentioned that the image reflections were being worked on. If a solution isn't complete yet, I could recommend this guy's quick little Java solution using plain Java2D... http://www.jhlabs.com/java/java2d/reflections/index.html Am I missing something here? I don't think the PCH browswer will run JSP pages - it won't even run but even the most basic javascript. I was under the impression it only ran pure html pages. As far as I can tell, this application uses Java code to generate the .htm pages which contain the static images which would need to be already saved or modified with a reflection as the actual part of the image... Unless you can use this code to save the image prior to compiling the html pages. - Grael - 06-07-2008 07:44 PM acribb Wrote:(...)Unless you can use this code to save the image prior to compiling the html pages.That's what Jjulien has done. Next version will be candy for our eyes! :shock: - BoBBoB - 06-07-2008 08:17 PM Grael Wrote:acribb Wrote:(...)Unless you can use this code to save the image prior to compiling the html pages.That's what Jjulien has done. It looks very good ..... :lol: - sTyLeS - 06-07-2008 11:49 PM acribb Wrote:BoBBoB Wrote:sTyLeS Wrote:I know someone had previously mentioned that the image reflections were being worked on. If a solution isn't complete yet, I could recommend this guy's quick little Java solution using plain Java2D... http://www.jhlabs.com/java/java2d/reflections/index.html Right, there is no jsp involved. Just core java code that generates images, xml and then html. Presto. - jjulien - 06-08-2008 08:52 AM sTyLeS Wrote:acribb Wrote:BoBBoB Wrote:sTyLeS Wrote:I know someone had previously mentioned that the image reflections were being worked on. If a solution isn't complete yet, I could recommend this guy's quick little Java solution using plain Java2D... http://www.jhlabs.com/java/java2d/reflections/index.html Hey guys, As mentioned by Grael, I've been implementing a "Java2D" reflection for thumbnails already in moviejukebox. The idea is to generate thumbnails that actually includes the reflection (faster solution for the pch), I'm also thinking of separating the thumbnail image and the reflection image so that the selected item in the PCH is limited to the thumbnail (a bit slowed for the pch) but this is not top priority. This will be included in the next delivery. I'm also working on the following items: - Typing categories so they can be processed in different ways during the XML/XSL/HTML transformation. - HTML/CSS clean-up - HTML background - updated navigation - added reflection to thumbnails - added support for tagging thubnails of HD movies with an "HD" logo NOTE: Do some of you know how to address the PREV/NEXT (|<< , >>|) keys of the remote in the TVID tag? is it possible? - Grael - 06-08-2008 12:52 PM jjulien Wrote:NOTE: Do some of you know how to address the PREV/NEXT (|<< , >>|) keys of the remote in the TVID tag? is it possible?Hi Jjulien! Those keys are reserved for history navigation (like standard web browsers). They can't be used by TVID tags... Keep up the good work! Last version in SVN is really impressive! - fleshoff - 06-08-2008 05:05 PM jjulien Wrote:...This will be included in the next delivery. I'm also working on the following items: jjulien, the background image is harder to do with the reflections. there can be some image on the sides of the screen but if there is anything but black in the middle where the thumbnails are you can see the black edges of the thumbnail reflection. Also, if there is any visible image besides black on the top or bottom, when the image repeats that also makes the black edges of the reflection visible. My two cents is that the reflection is way more impressive than background anyways, and with the new movie poster get it will be pretty awesome - sjc - 06-08-2008 05:25 PM Is anyone else having problems with the images? Today, the images got from imdb are all really small and low res. It was working fine yesterday and I've done a clean install but am still having the same trouble. - fleshoff - 06-08-2008 05:44 PM sjc Wrote:Is anyone else having problems with the images? I would be patient, the next version grabs real nice posters from two other sites - jjulien - 06-08-2008 06:28 PM MovieJukebox 1.0.8 beta is available for download at http://code.google.com/p/moviejukebox/ - Updated index and detail HTML pages. - Added plugin for thumbnails creation. - Added tumbnails reflection - Added HD logo Warning: On the index page, you can run through the list of movie in a category by using PGUP/PGDN buttons (orange arrow icons are displayed). JJ. PS: Many thanks to mcmillionaire for the background. - quickfinga - 06-08-2008 06:32 PM New version is released! Working great on my pc and after the match austria-croatia i am going to try it out on my pch. ![]() [edit] oh...took me 2 long to write. ;D [/edit] - fleshoff - 06-08-2008 06:45 PM another background:
- fleshoff - 06-08-2008 07:05 PM jjulien, Wow! That looks fantastic! - quickfinga - 06-08-2008 07:10 PM Tried it on my pch and it works like a charm!! Looks awesome!! - BoBBoB - 06-08-2008 07:30 PM No need to comment, pictures speak louder than words, love it ... ![]() ![]()
- fleshoff - 06-08-2008 07:31 PM Question...I'm trying to get to the second page of a screen and the nav.png isn't linked to anything...am I missing something? - BoBBoB - 06-08-2008 07:43 PM yep it doesn't work on a pc bacause you use the pg up and pg down on the PCH to navigate .... - jjulien - 06-08-2008 07:46 PM fleshoff Wrote:Question...I'm trying to get to the second page of a screen and the nav.png isn't linked to anything...am I missing something? nav.png should be in the jukebox directory (next to the background.jpg)... it is copied from the resources directory by moviejukebox. Let me know if you've got some issues with this. - TheBiGW - 06-08-2008 07:50 PM Substantial upgrade. Absolutely superb. I take it this still only works with movies hosted on NFS though, and not myihome? - fleshoff - 06-08-2008 07:58 PM jjulien Wrote:fleshoff Wrote:Question...I'm trying to get to the second page of a screen and the nav.png isn't linked to anything...am I missing something? the images show...it's just that they arn't linked to anything when I look at the html Code: <tr>I'm trying to navigate to the second page i.e. index_Action_2.html - BoBBoB - 06-08-2008 08:04 PM fleshoff Wrote:jjulien Wrote:fleshoff Wrote:Question...I'm trying to get to the second page of a screen and the nav.png isn't linked to anything...am I missing something? Hi As far as I can see the PCH works fine, but from a PC the nav.png link doesn't work, I guess this is because somewhere the Remote buttons Pg up and PD down are hardcoded ? - BoBBoB - 06-08-2008 08:12 PM Julien This looks fantsatic, the new templates look great ;-) Its almost 100% there now .... Just a thought, but, 3 little things that could add to the program ? 1. Maybe allow the placement and size of the HD Logo to be changed ? How about the options ? Large Small TopLeft TopRight BottomLeft BottomRight TopCentre BottomCentre Centre 2. What about adding a reflection to the details page as well and add an angle like the mcmillionaire details page ? http://www.flickcabin.com/sessions/da39a3ee5e6b4b0d3255bfef95601890afd80709/detailspage%20copy.jpg 3. Finally would it be possible that you could set the highlighted area below as an iFrame (?), basically allow us to scroll within that area, so if I set the number of thumbnails to 200 then when I scroll down I don't lose the navigation bars, they would remain in the same place and Yellow Frame would allow me to scroll ? This would allow the best of both worlds, those who prefer to go from page to page (PG Up and PG Down) and those who prefer just one big page that they can scroll up and down ?
- jjulien - 06-08-2008 08:14 PM BoBBoB Wrote:fleshoff Wrote:jjulien Wrote:fleshoff Wrote:Question...I'm trying to get to the second page of a screen and the nav.png isn't linked to anything...am I missing something? These are just "information" ... not links... maybe in the next version I will implement links for these icons. Right now, it just means that you can press PAGEUP/PAGEDOWN keys on the remote control to navigate into the category. - fleshoff - 06-08-2008 08:18 PM "Right now, it just means that you can press PAGEUP/PAGEDOWN keys on the remote control to navigate into the category." Ok understand now...everything working fantastic BoBBoB: I'm going to take a wild guess and say iframes not supported in PCH - dinauktion - 06-08-2008 08:47 PM Great job! This is really cool! Thanx a lot! If the file name has too many characters, the image will not be shown in the detailed page. Just rename the file and it will work. - Wasen - 06-08-2008 10:56 PM FANTASTIC job!!!!! This looks really nice! Thanks a lot!! - fleshoff - 06-08-2008 11:12 PM I love the new look. The only thing I changed was in the exportindex_item_pch.css Code: a {the alpha navigation and the categories were a bit small on my screen, and I felt a san-serif font looked cleaner. kudos to jjulien for a great app - acribb - 06-09-2008 12:00 AM This looks absolutely fantastic! Nice work jjulien and team..... Next steps should be to implement HTTP streaming instead of having to use NFS shares - I don't know about anyone else, but HTTP streaming via iHome has been the only way I can reliably, without skip or studder, stream 1080p and even some 720p. - BoBBoB - 06-09-2008 12:09 AM fleshoff Wrote:"Right now, it just means that you can press PAGEUP/PAGEDOWN keys on the remote control to navigate into the category." Your probably right about iFrames :-( What if we could press down or right arrow when on the bottom line or bottom-right thumbnail to get the next page of thumbs to appear ? this seems as intuitive as pg dwn and pg up, we could keep both ? - mcmillyonaire - 06-09-2008 12:14 AM looking good! Whats going on with the background though? I suppose its getting cut off by the tv ne way (overscan) The big yellow border looks like your playing all the movies at once, is there a way to remove this? - BoBBoB - 06-09-2008 12:37 AM mcmillyonaire Wrote:looking good! Whats going on with the background though? I suppose its getting cut off by the tv ne way (overscan) The big yellow border looks like your playing all the movies at once, is there a way to remove this? The background.jpg looks like that on the PC and the screen, it looks like it has been resized smaller and pasted back onto the origianl version, do you have the original background ? The post above with the yellow box was to make a point (I drew it on ...) when you are using this on the PCH you get a smaller yellow box around the thumnail and reflection. It looks fantastic on my projector ;-) - gfb107 - 06-09-2008 12:52 AM acribb Wrote:This looks absolutely fantastic! Nice work jjulien and team.....Can't you get HTTP streaming by just setting the nmtpath to the HTTP url? - fucheeno - 06-09-2008 01:50 AM HOLY $##($#* The new look is fantastic. We are starting to really get some polished looks with some of these apps. This is by far the best "jukebox" we have going imho. I do have one question though. Is it possible to lump all seasons of a tv show under one thumb? I have 10 seasons of one particular show and it does get a little crowded, especially since you can't differentiate one season from the next since they are all using the same thumb. Other than that minor gripe you have outdone yourself jjulien and team. Kudos all around!!! - mcmillyonaire - 06-09-2008 02:06 AM jjulien: Not sure where you got my background from, but would you like the original, I have two versions. One is normal, and one is edited to display properly on the PCH which work perfectly with Legions templates. They may also work for you as well. I haven't read all the details, but quick question, can this work with movies on the internal hd? EDIT: nvm it says on the very first page haha. - mcmillyonaire - 06-09-2008 02:06 AM I haven't tried out the program yet, does the PCH hd need to mapped to the pc, or can I, for example, have a folder of movies (same file name) on the pc, analyze those files and than transfer the generated html to the PCH. (movies are on internal Hd as well). I can't map the drive due to my setup. - acribb - 06-09-2008 02:12 AM gfb107 Wrote:acribb Wrote:This looks absolutely fantastic! Nice work jjulien and team.....Can't you get HTTP streaming by just setting the nmtpath to the HTTP url? I don't think so. I think you need to somehow pass the absolute url to the PCH's internal http server to tell it which file to play. Do you have HTTP streaming working with this jukebox? - dwwnz - 06-09-2008 03:17 AM Is there a place in the xml file that we can change so it indexes by the Title name, instead of the File name, or should I just be patient ![]() NFS networking is sorted for me. Long story, but if anyone has issues with windows XP, NFS and lots of shares, I can help with that. Installing 1.08 now ![]() Oh, also I have the Planet Earth series on HD. This is a 10 episode show. There is a page on IMDB but it doesn't detail the 10 shows, just has a high level overview and thats about it, and therefore I get 1 page that is good (nfo'd), and 9 pages unknown. I have a similar senario for Band of Brothers. Is there a way that I can manually edit something so they are listed in the under the one thumb? - fleshoff - 06-09-2008 04:26 AM mcmillyonaire Wrote:looking good! Whats going on with the background though? I suppose its getting cut off by the tv ne way (overscan) The big yellow border looks like your playing all the movies at once, is there a way to remove this? The background jjulien included seems to size perfectly on my PCH screen. - acribb - 06-09-2008 05:10 AM Everything looks great and is coming along nicely. 3 things i'd like to see - 1. HTTP Streaming to enable higher bandwidth streaming of mkv. As I mentioned above, 720p is hit or miss (occasional video stutter) over NFS and 1080p is out of the question. HTTP streaming would max out the PCH's streaming capabilities and should be implemented if possible, since it is the best way to stream. 2. Since a lot of mkv files are not working for people, at least I know I have to demux to .ts on all 1080p files to get them to play properly, an option to flag .ts files as HD so they show up in the HD category. Or, if they are .ts files, get the resolution from the file name, so if it shows 1080p or 720p in the file name, flag it as HD so the HD logo is created on the coverart. 3. Multiple genre support, say, up to 3 genres. A lot of movies fall into several categories. For example, Goodfellas. I would consider it more of a 'Crime' movie than a 'Biography'. However, since IMDB lists the first Genre as 'Biography' that's what it gets categorized as. It would be nice to have it show up in the 'Crime' category and 'Drama' category as well. Another good example is Romantic Comedies. They always show up in the Comedy category only. It would be nice if they showed up in the Romantic category as well. Thanks jjulien and team and keep up the good work! - JDGJr - 06-09-2008 06:13 AM Gotta agree with the others - this is excellent! 1 request - please create HD marker that displays on white portions of the image. I have several where the HD is not visible. thanks for this great app! - BoBBoB - 06-09-2008 08:08 AM fleshoff Wrote:The background jjulien included seems to size perfectly on my PCH screen but the background doesn't look right, have a look at the left side it looks like the background is repeated underneath ?mcmillyonaire Wrote:looking good! Whats going on with the background though? I suppose its getting cut off by the tv ne way (overscan) The big yellow border looks like your playing all the movies at once, is there a way to remove this? acribb Wrote:Everything looks great and is coming along nicely.This would be the final piece, this way all my files will play without any worries acribb Wrote:2. Since a lot of mkv files are not working for people, at least I know I have to demux to .ts on all 1080p files to get them to play properly, an option to flag .ts files as HD so they show up in the HD category. Or, if they are .ts files, get the resolution from the file name, so if it shows 1080p or 720p in the file name, flag it as HD so the HD logo is created on the coverart.Could we also pull out the Level and Reference frames for the mkv files ? and flag those that are out of spec ? for 1080p >4 reference frames when at full resolution and >L4.1 ? acribb Wrote:3. Multiple genre support, say, up to 3 genres. A lot of movies fall into several categories. For example, Goodfellas. I would consider it more of a 'Crime' movie than a 'Biography'. However, since IMDB lists the first Genre as 'Biography' that's what it gets categorized as. It would be nice to have it show up in the 'Crime' category and 'Drama' category as well. Another good example is Romantic Comedies. They always show up in the Comedy category only. It would be nice if they showed up in the Romantic category as well.Agreed this would be very useful. - sjc - 06-09-2008 08:12 AM This latest version is absolutely excellent - great job! Is there any way it can be amended to download the full plot summary from imdb? It currently only gets the brief summary which often tells you absolutely nothing. - gandalf - 06-09-2008 09:08 AM which settings should i change for a index.htm with SD resolution? - jriihi - 06-09-2008 01:05 PM mcmillyonaire Wrote:I haven't tried out the program yet, does the PCH hd need to mapped to the pc, or can I, for example, have a folder of movies (same file name) on the pc, analyze those files and than transfer the generated html to the PCH. (movies are on internal Hd as well). I can't map the drive due to my setup. Yes you just need to set correct nmtpath. I dont remember correct nmtpath for nmt internal hdd but it can be found from this thread somewhere or other jukebox threads. - BoBBoB - 06-09-2008 02:35 PM jriihi Wrote:mcmillyonaire Wrote:I haven't tried out the program yet, does the PCH hd need to mapped to the pc, or can I, for example, have a folder of movies (same file name) on the pc, analyze those files and than transfer the generated html to the PCH. (movies are on internal Hd as well). I can't map the drive due to my setup. I think this is the correct path for the movie.properties file Code: # Default NMT pathmcmillyonaire If I understand correctly you have 2 harddrives that are the same, one in your PC the other in the PCH ? If this is the case and the videos reside in the same folders on both (multiple folders supported) then you could run the code on the PC, copy the jukebox files and media over to the PCH and run from there :-) - jjulien - 06-09-2008 03:35 PM BoBBoB Wrote:What if we could press down or right arrow when on the bottom line or bottom-right thumbnail to get the next page of thumbs to appear ? this seems as intuitive as pg dwn and pg up, we could keep both ? I've been thinking of a different navigation as well... but I couldn't find something that I like. My main constraint is that I want to keep arrows for the navigating into the HTML page (i.e. selecting categories and movies). IMHO that's more convenient to have all up/down/left/rigth dedicated to this. Detecting when pressing the down arrow on the bottom line could be really nice but I don't know how to implement this without javascript... maybe some of you know... And even in this case, How would you detect the "page-up" thing? - jjulien - 06-09-2008 03:52 PM mcmillyonaire Wrote:jjulien: Hi mcmillyonaire! Your background looks really great! In fact, i've been editing quickly the background of one of your posts (the one with the details pane)... I scaled it down a bit so it renders better on my TV screen, but I'm not good at doing that... takes me ages to edit, and the result is lame ;-) So yes!! that would be great if you could send me your PCH dedicated version!! I could integrate it into the next version!! Thanks a lot for sharing your work. JJulien. - BoBBoB - 06-09-2008 04:02 PM jjulien Wrote:And even in this case, How would you detect the "page-up" thing?Ah good point, I didn't really think too hard did I :-( As for backgrouds how about the following from mcmillyonaire (thanks). I think you should have a look at getting someone to design a moviejukebox logo, maybe have a little competition as you get nearer to a full release ? ![]() Link to 1280x720 resolution file http://s227.photobucket.com/albums/dd198/anx10us/?action=view¤t=background-2.jpg - sTyLeS - 06-09-2008 04:05 PM So how to configure this so it looks good on an SD screen? So everything scales and fits properly there? - excal - 06-09-2008 04:19 PM Heh...i'm not sure which post you're refering to...but who ever it was is linking to mcmillyonaire's background. mcmillyonaire did that one and the reflections, and the sweet detail page with the angled cover and large play button. He's quite open to sharing it...so i'm not trying to say anything other then he should get the credit
- Grael - 06-09-2008 04:19 PM sTyLeS Wrote:So how to configure this so it looks good on an SD screen? So everything scales and fits properly there?Huge job... Need to edit xsl and css files, change thumbnail images sizes, thinking about SD TV overscan which depend on models... I don't have enough courage to do it (and I don't have SD TV) - BoBBoB - 06-09-2008 04:30 PM excal Wrote:Heh...i'm not sure which post you're refering to...but who ever it was is linking to mcmillyonaire's background. Fixed the credit thanks .... - Mr.Mojorisin - 06-09-2008 04:53 PM jjulien and team - thx for your new version, fantastic job! Did I missed something or is playing of DVD's with VIDEO_TS folder not possible at the moment? Would be nice to have that feature in the future too. Thanks again Mojo - Grael - 06-09-2008 05:11 PM Mr.Mojorisin Wrote:Did I missed something or is playing of DVD's with VIDEO_TS folder not possible at the moment? Would be nice to have that feature in the future too.Not yet. Maybe one day... - pege36 - 06-09-2008 09:45 PM :oops: I have to to be st... Can some one pleas help me with this beautiful program I just cant seam too get it to work properly. I have my movies on a NFS share "Cayenne/media/high-def" and the jukebox folder stored at the root of my c: drive "C:\moviejukebox" How should a proper "*.bat" file look like? :oops: - BoBBoB - 06-09-2008 10:19 PM pege36 Wrote::oops: I have to to be st... I have created a start.bat which is below Code: E:\_Video\HD\Jukebox\_Jukebox\MovieJukebox.bat libraries.xml -o E:\_Video\HD\Additionally in the movie.properties your path should be Code: # Default NMT pathHope this helps ? - BoBBoB - 06-09-2008 10:29 PM I thought you might like these, pictures were taken without a tripod :-( I have a Panasonic 720p projector, projecting onto a white wall, I couldn't quite get the camera centered on the screen hence why the pictures may be slightly skewed. The projected picture is about 120" diagonal, to give you some context, the screen on the left in the first picture is a 36" CRT widescreen. We use the projector in the evening, crt in the day. HD looks amazing as does xbox360 and PS3 .... ![]() ![]() ![]() ![]()
- jjulien - 06-09-2008 11:16 PM Grael Wrote:Mr.Mojorisin Wrote:Did I missed something or is playing of DVD's with VIDEO_TS folder not possible at the moment? Would be nice to have that feature in the future too.Not yet. Maybe one day... This will be included in the 1.0.9 beta delivery. - fucheeno - 06-10-2008 01:21 AM jjulien Wrote:This will be included in the 1.0.9 beta delivery. Let the drooling begin. What else do you have on the roadmap jjulien? ![]() I would love to be able to group together TV Shows with 1+ seasons under one thumb. Is that in the near future perhaps? Thanks again for your hard dev work. - excal - 06-10-2008 01:23 AM Heya guys...i'm sorry to trouble you...but i had a idea i thought someone here could help me with. I was looking to automate a process....wether its batch automated...or one directory/cd at a time Basicly i'm looking to make playlists...which can be tedious. So I got to thinking how this jutebox scans the directory for files and creates the jutebox.....So i'm hoping someone can help me make some sorta tool that could scan a directory....and then insert all of the files in that directory into a jsp file. So each cd (or tv series...but mostly music cd's) would get its own .jsp file. Basicly the output would need to look like this <html><body> *Name of song*|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/***Subdirectory***/***filename***| </body></html> obviously without the *'s so a short 3 song example of real output looks like this. (in this case theres 2 subdirectories) <html><body> Antisaint|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/Common/Be/01 Be.m4a| Brainiac|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/Common/Be/02 The Corner.m4a| Safer Waters|0|0|file:///opt/sybhttpd/localhost.drives/HARD_DISK/Music/Common/Be/03 Go.m4a| </html></body> So The real information it'd have to pull is the Name of the song...the file name itself would do i suppose....and the subdirectories and file name at the end of the href. Is this even possible? Is it easy to do? And if so...would someone mind helping me out? Again sorry to intrude with this....i just thought given the way this jutebox works someone here might know how to help me. HTTP Streaming workaround - acribb - 06-10-2008 05:20 AM If anyone cares, you can use this great application to stream via http as well through llink. Install llink and make sure that llink is pointed to the same video directory that this Movie Jukebox is pointed to. Then, edit the Default NMT Path in the moviejukebox.properties files to this format: mjb.nmtRootPath=http://192.168.1.50:8000/ Leave the port the same, but edit the ip address to be whatever your host pc is. Now when you run jjulien's movie jukebox, it will tag your urls like this instead which will allow http streaming. href="http://192.168.1.50:8000/40.Year.Old.Virgin.720p.5.1.wmv" Llink must be running for this to work. I couldn't get it to work with myIHome, maybe someone else will have better luck with the myIHome server.... Good stuff. - pmontanari - 06-10-2008 06:56 AM Hi JJulien, Is there a chance that we can select the default language for gathering infos for movies ? Ex: French :wink: Merci Patrick - impactofal - 06-10-2008 07:12 AM Just got my ph, and this thing makes using it ten times better! Just a quick question though, for some reason I can't get it to read the audio format used. I tried running each file through mediainfo and copying the details into the nfo's but no luck. I could just edit the html files manually, but just wanted to know how you guys are getting the app to read it automatically. I'm mainly concerned with displaying the audio format because I don't have a receiver at the moment, and it would be nice to see which files are AC3 and DTS at the menu Re: HTTP Streaming workaround - furii - 06-10-2008 07:44 AM acribb Wrote:If anyone cares, you can use this great application to stream via http as well through llink. Install llink and make sure that llink is pointed to the same video directory that this Movie Jukebox is pointed to. oh man, this is brilliant. i've got a few files that seem to stutter when using nfs, but not with http. this will give me the best of both worlds. the only issue i have is that llink seems pretty slow compared to myihome. i'm going to post in the llink thread to see if maybe i have something set up incorrectly. as for this method working with myihome, i doubt it. checking out the links in firefox this is what they seem to be pointing to: a link to a directory: http://localhost:8000/perform?list=473156710&startlist=0%2c&rowlist=0%2c&application=video&action=showpage a link to a movie to play: http://localhost:8000/perform?id=37&counter=0&application=video&action=playvideo obviously localhost is replaced with the actual ip when browsing from the pch. maybe someone smarter than me would be able to deduce a way to use that. it doesn't look promising to my untrained eye though. assuming i can't get the performance i want llink that i'm used to with myihome (for instance, i have a file that starts playing in 6 seconds with myihome, but takes a full 58 seconds to start with llink) i'm going to look into other http servers. i hope/don't think it would be difficult to find one that will simply serve files up. Re: HTTP Streaming workaround - BoBBoB - 06-10-2008 08:04 AM acribb Wrote:If anyone cares, you can use this great application to stream via http as well through llink. Install llink and make sure that llink is pointed to the same video directory that this Movie Jukebox is pointed to. Nice find, it would be awesome if we could get myihome workign as well, its a little easier to setup. I'll give this a try later. Thanks - furii - 06-10-2008 08:26 AM BoBBoB Wrote:acribb Wrote:If anyone cares, you can use this great application to stream via http as well through llink. Install llink and make sure that llink is pointed to the same video directory that this Movie Jukebox is pointed to. well, even though i should have gone to bed hours ago i couldn't help myself. i downloaded and quickly set up lighttpd. the good news is this definitely works. i didn't time this one, but the movie loaded up as fast, if not faster, than myihome. another plus is that the server only takes up 4mb of memory, and only about 2% of my cpu (oldschool p4 2.4ghz) proc while i've got the pch fast forwarding at 8x. i did notice that the http stream seemed to top out at 3.6MB/sec while myihome i'd seen top out at around 4.5MB/sec. even still, this is faster than NFS worked for me, and my "problem" file played flawlessly. i'm going to fool around with this some more and hopefully i can get a post up tomorrow with exactly how to get this working. - BoBBoB - 06-10-2008 09:49 AM furii Wrote:well, even though i should have gone to bed hours ago i couldn't help myself. i downloaded and quickly set up lighttpd. the good news is this definitely works. i didn't time this one, but the movie loaded up as fast, if not faster, than myihome. another plus is that the server only takes up 4mb of memory, and only about 2% of my cpu (oldschool p4 2.4ghz) proc while i've got the pch fast forwarding at 8x. Is this just Linux ? - furii - 06-10-2008 10:05 AM BoBBoB Wrote:furii Wrote:well, even though i should have gone to bed hours ago i couldn't help myself. i downloaded and quickly set up lighttpd. the good news is this definitely works. i didn't time this one, but the movie loaded up as fast, if not faster, than myihome. another plus is that the server only takes up 4mb of memory, and only about 2% of my cpu (oldschool p4 2.4ghz) proc while i've got the pch fast forwarding at 8x. nope, windows xp sp2. i've put up a, hopefully, complete tutorial here: http://networkedmediatank.com/viewtopic.php?t=5072 i'll check back later today and hopefully not have to correct any errors if anyone runs into a snag please let me know.
- zakhounet - 06-10-2008 11:22 AM Correct me if I am wrong, but if we are using LLINK with the jjulien tools then it will be impossible to launch .ISO. Am I right ? :roll: - BoBBoB - 06-10-2008 12:05 PM zakhounet Wrote:Correct me if I am wrong, but if we are using LLINK with the jjulien tools then it will be impossible to launch .ISO. Yep you are right, what we need to do is get Julien to add some code such that we have 2 otpions in movie.properties, when he builds the html we would just need to change the path of only the ISO files, but keep http for everything else ..... Code: # Default NMT pathfurii Wrote:nope, windows xp sp2. i've put up a, hopefully, complete tutorial here: http://networkedmediatank.com/viewtopic.php?t=5072 Check out the thread above, most of my problem 1080p files are now working ;-) - fucheeno - 06-10-2008 03:18 PM I finally figured out how to run this properly under OS X but it appears there is an issue with running the CLI version of mediainfo for OS X. This is the error I am getting. moviejukebox is expecting a MediaInfo directory with the dll, etc. but the CLI version of OS X/Linux is just a single binary. Any ideas? One of the reasons Java is so great is the portability, but in this case we are also dependent on this other app as well. Thanks again for your hard work jjulien. Code: dhcp:moviejukebox_v1 fucheeno$ /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java -classpath lib/moviejukebox.jar:./resources com.moviejukebox.MovieJukebox /Users/fucheeno/Movies/official/- jriihi - 06-10-2008 03:28 PM fucheeno Wrote:I finally figured out how to run this properly under OS X but it appears there is an issue with running the CLI version of mediainfo for OS X. There should be no problems running command line version of mediaInfo. cmd.exe? you are running windows version of mediaInfo cli? I use linux and everything works just fine. You sure you downloaded mac osx .dmg of mediainfo cli? Did you try to create link to mediaInfo binary to <jukeboxprogramdir>/mediaInfo ? or was it <jukeboxprogramdir>/mediaInfo/mediaInfo or (MediaInfo) dont remember. - fucheeno - 06-10-2008 03:33 PM jriihi Wrote:fucheeno Wrote:I finally figured out how to run this properly under OS X but it appears there is an issue with running the CLI version of mediainfo for OS X. I defined the path to mediainfo in the moviejukebox.properties file. How is it working for you exactly. How did you define the path? Code: ######################################################mediainfo definitely works fine when run from the command line Code: dhcp:moviejukebox_v1 fucheeno$ /usr/local/bin/mediainfo ../../Movies/official/State.of.Play_d1t1.mkv - jriihi - 06-10-2008 03:40 PM fucheeno Wrote:I defined the path to mediainfo in the moviejukebox.properties file. How is it working for you exactly. How did you define the path? Well try mediainfo.home=/usr/local/bin - fucheeno - 06-10-2008 03:53 PM jriihi Wrote:fucheeno Wrote:I defined the path to mediainfo in the moviejukebox.properties file. How is it working for you exactly. How did you define the path? No go. I have tried every conceivable variation of this, including symbolic linking. I am not sure how this can work for you in linux and I can't do it in OS X. Both versions just have a single binary, as opposed to the win32 version which has a dll also. We just need a single file. Windows needs to use a directory. Kind of stumped in this regard. jjulien? thoughts? - sTyLeS - 06-10-2008 03:58 PM I was just looking at the code, and looks like it currently wouldn't work with MacOS. It simply looks at the system's os name, and if it starts with "Linux", then it uses that version, otherwise it defaults to the Windows version. - jriihi - 06-10-2008 04:06 PM fucheeno Wrote:jriihi Wrote:fucheeno Wrote:I defined the path to mediainfo in the moviejukebox.properties file. How is it working for you exactly. How did you define the path? Well looked moviejukebox source code and i guess this explains why it doesnt work: System variable OS_NAME is checked for String "Linux" and if its not then windows version command string is assumed that doesnt work in linux or osx. Code: public final static String OS_NAME = System.getProperty("os.name");Should be probably something like: Code: if(OS_NAME.indexOf("Windows") >=0) {- Grael - 06-10-2008 04:11 PM So Linux and OSX just launch mediainfo the same way? I didn't have a Mac, that why I checked only Windows and Linux. I'll change it tonight, PM if you have a Mac and want to test it. (by the way, if I undestand it right, Java v1.6 only exists on IntelMac 64bits. So MediaJukebox doesn't have a chance to work on a PowerMac) Running out of space for movies !!! - JDGJr - 06-10-2008 07:13 PM The display generated by MJB is so cool and useful, I want all my movies to be accessed this way. But I'm running out of space on my NAS share. How are others dealing with multiple shares for your content? I'd prefer to have everything on one list, but is this possible? I'm currently using NFS, and have to place the HTML files on the same share as the content for the PCH to actually start playing the file - is this necessary for http access too? any input would be helpful, John - quickfinga - 06-10-2008 07:33 PM Maybe you should read the readme...there is a libraries.xml file, where you can define your shares. :wink: - JDGJr - 06-10-2008 07:37 PM quickfinga Wrote:Maybe you should read the readme...there is a libraries.xml file, where you can define your shares. :wink: maybe i shudda. :shock: i think i just did. thanks for the gentle pointer! but one lingering question - will i have problems starting playback if i have libraries on 2 NFS shares? - quickfinga - 06-10-2008 08:10 PM Nope, it shouldnt. Some users posted it works...i didn't try it myself with nfs, but i got 2 usb-hard-disks and it works. - BoBBoB - 06-10-2008 08:11 PM JDGJr Wrote:quickfinga Wrote:Maybe you should read the readme...there is a libraries.xml file, where you can define your shares. :wink: Simple answer no, basically the html page for each movie has the full path for the NFS shares, as long as these can been seen from the PCH you should be up and working, just configure the different folders/shares in the libraries.xml file. One other thing to note is that if you reboot the PCH make sure you browse both NFS shares before starting the jukebox, it appears that the connection to the NFS share is only made when you browse not when you start the PCH ... enjoy - JDGJr - 06-10-2008 08:19 PM BoBBoB Wrote:One other thing to note is that if you reboot the PCH make sure you browse both NFS shares before starting the jukebox, it appears that the connection to the NFS share is only made when you browse not when you start the PCH ... Thanks Bob, that's the question i was trying to ask. I originally got around the issue by placing my jukebox files on my original share. Now i have to do as you say, and browse the other. Guess I can 'hide' movies on there, cause the less technical one in my house won't remember to do that step :lol: - BoBBoB - 06-10-2008 08:58 PM JDGJr Wrote:BoBBoB Wrote:One other thing to note is that if you reboot the PCH make sure you browse both NFS shares before starting the jukebox, it appears that the connection to the NFS share is only made when you browse not when you start the PCH ... You only need to browse if you hard reset by removing the power, or if you reboot, if you just power down the PCH then you are fine ... - fucheeno - 06-11-2008 12:54 AM Grael Wrote:So Linux and OSX just launch mediainfo the same way? NICE. I knew I wasn't doing something wrong here. Yes, please count me in to test the change tonight.
- furii - 06-11-2008 12:56 AM one bug/suggestion. currently if a file has bluray or hdtv in the filename the source field on the details page is filled out. however, for files that are hddvd or dtheater rips this is listed as unknown. it would be nice if these were filled in instead of just saying unknown. also, i think it would be more consistent with the wording if for bluray sources the source on the details page said bluray and not BDRiP. - garp99 - 06-11-2008 05:46 AM Yes, BDRip or HDRip may have been used a long time ago but is no longer appropriate. Standard convention used in filenames to indicate the source of an encode uses BluRay, HDDVD, DTheater, HDTV, PDTV, DSR, DVDRip Even though officially it's Blu-Ray and HD DVD, they are not used in filenames. DTheater can be reduced to DTh. HDTV is assumed if no source indicated. Actual source discs are simply BD, HD, DVD, VHS. - PrimaryMaster - 06-11-2008 09:40 AM okej.. iam new at this.. and i havent hade much time to check it out.. But i just run the bat filen and everything looking good.. BUT i dont get any thumbnails.. and when the script search for the namn of the movie, is it the FILE namn or the folder namn.. Ps. sorry for my bad english Ps2. I think i going to love this.... - dinauktion - 06-11-2008 12:34 PM Is there a way to manually insert the imbd link and keep it from being updated? I have 2 moivies that I'm going crazy over. I have tried with year and everything in the file name. I have the right tt number for the movies but if I insert the info into xml file, it will be gone the next update. - Grael - 06-11-2008 12:54 PM PrimaryMaster Wrote:and when the script search for the namn of the movie, is it the FILE namn or the folder namn..File name only, must look like the real movie name... dinauktion Wrote:Is there a way to manually insert the imbd link and keep it from being updated? I have 2 moivies that I'm going crazy over. I have tried with year and everything in the file name. I have the right tt number for the movies but if I insert the info into xml file, it will be gone the next update.Create a .nfo file next to your movie file with the same name. It's just a text file, put your imdbId (tt9999999) in it and it will be OK. - dinauktion - 06-11-2008 02:55 PM Greal---> Thanks! I had completely forgotten that! - PrimaryMaster - 06-11-2008 02:59 PM Grael Wrote:PrimaryMaster Wrote:and when the script search for the namn of the movie, is it the FILE namn or the folder namn..File name only, must look like the real movie name... Okej thx.. Now i just need to figure out why i dont get any thumnails... - fucheeno - 06-11-2008 03:07 PM Grael Wrote:So Linux and OSX just launch mediainfo the same way? Big thanks to Grael who fixed this in a pre-release I just tested. This app continues to get better. Now if we can just merge TV seasons together.
- dinauktion - 06-11-2008 03:13 PM dinauktion Wrote:Greal---> Thanks! I had completely forgotten that!Ooops! That didn't work. I placed a file called The Plaque(2006).nfo in the same folder as the movie. Inside I wrote tt0479125 which is the id for the film (IMDB) and I ended up with the plot and so on with the movie Dark Blue(2006). Any ideas? - furii - 06-11-2008 03:16 PM dinauktion Wrote:dinauktion Wrote:Greal---> Thanks! I had completely forgotten that!Ooops! That didn't work. I placed a file called The Plaque(2006).nfo in the same folder as the movie. Inside I wrote tt0479125 which is the id for the film (IMDB) and I ended up with the plot and so on with the movie Dark Blue(2006). pretty sure it needs to be the entire imdb url for the movie. http://www.imdb.com/title/tt0479125/ - pmontanari - 06-11-2008 03:17 PM dinauktion Wrote:dinauktion Wrote:Greal---> Thanks! I had completely forgotten that!Ooops! That didn't work. I placed a file called The Plaque(2006).nfo in the same folder as the movie. Inside I wrote tt0479125 which is the id for the film (IMDB) and I ended up with the plot and so on with the movie Dark Blue(2006). Personally I use the complete URL of the page and not only the Id number and all is fine. - Grael - 06-11-2008 03:19 PM Yes, sorry. in the nfo file, you need at least : /tt0000000 Full Imdb url is still better... - dinauktion - 06-11-2008 03:32 PM Great guy's! It's working, should have thought that by myself but I'm so pleased with this app so everything is not going fast enough
- PrimaryMaster - 06-11-2008 03:39 PM plz help! What am i doing wrong.. I dont get any posters... only the dummy file... - Grael - 06-11-2008 04:11 PM PrimaryMaster Wrote:plz help!What is your full movie filename? A few exemples could help us to know what you're doing wrong. - PrimaryMaster - 06-11-2008 04:18 PM Grael Wrote:PrimaryMaster Wrote:plz help!What is your full movie filename? okej Iam using : moviejukebox_v1.0.8 beta MediaInfo 0.7.7.1 And i dont get ANY poster-pictures. I have atleast 50 movies... ************* K:\Movies\Xvid\Balls.of.Fury ballsfury.avi ballsfury.srt ************* K:\Movies\Xvid\1408 DC 1408 Dc.avi 1408 Dc.srt ************* I type this i "cmd" : moviejukebox k:\movies -o K:\MyJukebox2 I get the info for the movie and so on.. but no picture! - Grael - 06-11-2008 04:24 PM Drop your K:\MyJukebox2 and try again. If your first try failed and dummy jpg were copied, you need to empty your destination directory because jpgs are not replaced if they are already here. - PrimaryMaster - 06-11-2008 04:39 PM Grael Wrote:Drop your K:\MyJukebox2 and try again. i have done that... and nothing works, it the same.. - Grael - 06-11-2008 04:46 PM can you paste the content of one of the <your_filename>.xml which are under K:\MyJukebox2 ? - PrimaryMaster - 06-11-2008 04:50 PM Grael Wrote:can you paste the content of one of the <your_filename>.xml which are under K:\MyJukebox2 ? Code: <?xml version="1.0" ?> <posterURL>UNKNOWN</posterURL> Humm? i dont get it... =) after this i must trie to get the "play-link" to work =) ooboy... - BoBBoB - 06-11-2008 04:52 PM can you post your movie.properties file as well ? - PrimaryMaster - 06-11-2008 04:54 PM BoBBoB Wrote:can you post your movie.properties file as well ? Yes... Code: ######################################################In This file i have not change any thing... - BoBBoB - 06-11-2008 04:57 PM ok try changing the following lines to True tp overwrite the thumbnails, xml and html Code: # Force the jukeboxe's XML files to be overwritten- Grael - 06-11-2008 04:59 PM Please rename K:\Movies\Xvid\Balls.of.Fury\ballsfury.avi to K:\Movies\Xvid\Balls.of.Fury\Balls.of.Fury.avi and try again. If your file name doesn't even look like the real movie name, you won't find useable information. - PrimaryMaster - 06-11-2008 05:08 PM Grael Wrote:Please rename Dont work =( Code: Found 1 movies in your media library- Grael - 06-11-2008 05:11 PM You can go to this url with your browser (IE, Firefox...) ?????????? http://posters.motechnet.com/title/tt0424823/ - PrimaryMaster - 06-11-2008 05:13 PM Grael Wrote:You can go to this url with your browser (IE, Firefox...) ?????????? No!! - Grael - 06-11-2008 05:16 PM So your Internet connection is messed up somewhere... If you can't browse the web, do not expect MovieJukebox will! Sorry
- dinauktion - 06-11-2008 05:19 PM Grael Wrote:So your Internet connection is messed up somewhere...go to run, tap in cmd and write ipconfig, pls post the result here - PrimaryMaster - 06-11-2008 05:21 PM Grael Wrote:So your Internet connection is messed up somewhere... eeeeeeee....okej. what to do now !? =( - PrimaryMaster - 06-11-2008 05:36 PM PrimaryMaster Wrote:Grael Wrote:So your Internet connection is messed up somewhere... Can it be something with my router o so? - PrimaryMaster - 06-11-2008 05:50 PM http://90.229.185.106/ it works... so something wrong with the dns - dinauktion - 06-11-2008 05:51 PM PrimaryMaster Wrote:Check adsl led on the front of your router, reset it if it isn't flashing or whatever. Then do as I told you before.PrimaryMaster Wrote:Grael Wrote:So your Internet connection is messed up somewhere... - dinauktion - 06-11-2008 06:13 PM Ok here's something....the thumbs pic shows up as the dummy pic and the detailed page shows the movie pic. <?xml version="1.0" ?><movie><id>tt0845955</id><title>Are You Scared</title><titleSort>Are You Scared</titleSort><year>2006</year><releaseDate>12 September 2006 (USA)</releaseDate><rating>3.2/10</rating><posterURL>http://www.filmsayong.com/pics/review/are_you_scared2006/are_you_scared2006.gif</posterURL><posterFile>Are You Scared.jpg</posterFile><thumbnailFile>Are You Scared_small.png</thumbnailFile> Can it be because the under_scores? - furii - 06-11-2008 06:13 PM PrimaryMaster Wrote:http://90.229.185.106/ if it's a dns problem, try switching to opendns. http://opendns.com/ - dinauktion - 06-11-2008 06:21 PM furii Wrote:Try to write ipconfig \release and after that ipconfig \renew in the cmdPrimaryMaster Wrote:http://90.229.185.106/ - Grael - 06-11-2008 06:24 PM dinauktion Wrote:Ok here's something....the thumbs pic shows up as the dummy pic and the detailed page shows the movie pic.I think it's because it's a .gif! MovieJukebox seems to fail to use this gif to create Are You Scared_small.png. Your detail image Are You Scared.jpg is is probably the same gif, renamed as a jpeg (but still a gif...) Just guessing... - shay1972 - 06-11-2008 07:09 PM This is a great app, and works very good for me. However I do have some suggestions/problems: 1) sometimes the imdb link that the applications uses is wrong, and so the movie details or picture is wrong. Becuase you cannot scroll the index page on the PC, and I have more than 10 thumbnails, i cannot find the 'bad' movies, untill i go to the PCH. In early version we had the file name below the thumbnail - maybe this could be added for debug only, and not exported to the PCH - i.e. have two index pages - one for debug, to see that everything is ok, and we can scroll it in our PC, and another for the PCH. 2) Add my own category (for example 'seen already') and mark those films using the .nfo (or any other method). Thanx - Roders5 - 06-11-2008 08:21 PM I can only judge from the pictures but this looks amazing. The trouble is I have no idea how to get it working on my macbook (I gather from reading the thread that some people have this working on OS X). Would anyone be kind enough to give me some instructions? It would be much appreciated. - PrimaryMaster - 06-11-2008 09:11 PM it working now =) looks very nice!! Now i just have a lot o fixing to do.. Plus the "link/play" issue... - BoBBoB - 06-11-2008 10:47 PM Just spotted this in another thread, its the html specification for the PCH browser (i.e. what can you do and what can't you) http://www.networkedmediatank.com/download/docs/Syabas_browser_tag_2007_v1.2.html Could we change the thumbnail highlight colour from yellow to maybe white or grey ? Code: 6.1 Customise Hi-Lite ColorAlso it may even be possible to highlight each thumbnail with a jpg frame picture using the OnFocusSrc ? Code: 5.4 OnFocusSrc- acribb - 06-12-2008 02:47 AM BoBBoB Wrote:Just spotted this in another thread, its the html specification for the PCH browser (i.e. what can you do and what can't you) You can experiment with this yourself by changing one of the html pages manually. With that being said, I played around with this several weeks ago and found the following to be true: If you change the FOCUSTEXT color from Yellow, it highlights the whole block of text. So if you change the text highlight color to red, it displays a block of red around the text when you highlight. When you change the FOCUSCOLOR from Yellow to say, red, the FOCUS color around the jpgs will be red, but the text again will also highlight with a red block around it. I also tried different combinations of FOCUSTEXT and FOCUSCOLOR without success. I didn't play around with it too long- maybe others will have better success. And, as long as you aren't changing the data or jpgs that fill the html pages, you can configure the html pages, both the index and detail pages, to look any way you want through the xsl files. - fucheeno - 06-12-2008 04:41 AM I am really not sure how to debug some of this java stuff but I feel it's useful to report weird stuff since we are in the dev stages. I am getting this parsing error on some stuff and wanted to pass it on: Code: ERROR: 'Content is not allowed in prolog.'- legion - 06-12-2008 07:14 AM The latest revision of this looks great, however I am stuck getting it to work over NFS and its driving me nuts. It must be something simple I am doing wrong. Details as below: Movies are located in f:\downloaded\movies Jukebox files are being stored in f:\pch\jukebox I have 2 NFS shares: movies pointing to f:\downloaded\movies jukebox pointing to f:\pch\jukebox The index.htm file is being created in the f:\pch\jukebox folder, and all the movie jpg's, htm & xml files are being generated in f:\pch\jukebox\jukebox correctly. I can browse the index.htm file fine from the jukebox share and everything works fine, but when I press play to play a movie the screen just goes black then returns back to the movie details screen. moviejukebox.properties # Default NMT path mjb.nmtRootPath=file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.1::jukebox/ (there is a space b/w [NFS] and the IP) libraries.xml <libraries> <library> <path>f:/downloaded/movies/</path> <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.1::movies/</nmtpath> <exclude name="sample,tmp/,temp/"/> </library> </libraries> Starting moviejukebox with the following command moviejukebox libraries.xml -o f:\pch\jukebox Any ideas what I am doing wrong? - shay1972 - 06-12-2008 07:50 AM legion - try this: because you have the two folders shared through a seperate NFS share the PCH has problems accessing them at the same time. Try this first -> browse to the movies share. dont do anything there, but just connect to it - this will force the PCH to mount this folder throught the NFS. Now, connect to the jukebox share and try to operate it. If it works -> great. If not, put both the movies and the jukebox files in the same NFS share folder. - jjulien - 06-12-2008 09:11 AM shay1972 Wrote:This is a great app, and works very good for me. To do this, you can edit the index.xsl file in the resources directory, then remove the comments at line 65 - Grael - 06-12-2008 11:57 AM fucheeno Wrote:I am really not sure how to debug some of this java stuff but I feel it's useful to report weird stuff since we are in the dev stages. I am getting this parsing error on some stuff and wanted to pass it on:This happens on your Mac or on Windows? If it was on Mac, could you try on Windows or Linux on the same movie? - starwarp - 06-12-2008 01:03 PM Great App But i have some Problems and questions 1.where i can add my Covers while the Scanner dont find anything 2.Can i add my own Infos while the Scanner found not the right IMDB infos and write the not corrected Infos to the DB 3.Can You make Your script so that the Script hold on before he look in the IMDB and where i can write the correct IMDB Code and the he looks at this Code in IMDB 4.When the Mediainfo popsup to scan the Videofile the Mediainfo Screen i must close manualy while he close not automaticly ? Thx for Your Tool - Grael - 06-12-2008 01:33 PM starwarp Wrote:Great AppIn the Jukebox directory created on your movies repository. If you change the movie cover, delete the <movie>_small.png and restart. By the way, if the scanner don't find anything, rename your movie file with the actual movie name. starwarp Wrote:2.Can i add my own Infos while the Scanner found not the right IMDB infos and write the not corrected Infos to the DByou can edit the xml file generated in the same Jukebox directory, then restart starwarp Wrote:3.Can You make Your script so that the Script hold on before he look in the IMDB and where i can write the correct IMDB Code and the he looks at this Code in IMDBCreate a .nfo file next to your movie file, whith the same base name, and write imdb url in it starwarp Wrote:4.When the Mediainfo popsup to scan the Videofile the Mediainfo Screen i must close manualy while he close not automaticly ?You are using a full mediaInfo, you must get the Command Line Version of mediainfo. As stated in the README.txt, you can get it here http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90612 And do not hesitate to read README.txt, and to use the search tool from this forum. All of your questions have already got an answer here :wink: - furii - 06-12-2008 03:37 PM i'm hoping someone can do me a favor. i've got one movie where the poster is not showing up on the details page. i've checked the html and it is pointing to the correct image, yet i get nothing. i've also checked in firefox so i know it's working. i'm curious to see if there is something wrong with my pch or if the problem is throughout. here's a zip with the xml/jpg/html: http://www.mediafire.com/?zuiim9gjm2x thanks - excal - 06-12-2008 05:04 PM acribb Wrote:BoBBoB Wrote:Just spotted this in another thread, its the html specification for the PCH browser (i.e. what can you do and what can't you) I think you're referinng to my post... I got it working (thanks to FLASH).... http://www.networkedmediatank.com/viewtopic.php?t=5005&start=60 The focuscolor controls the outline and text box color....the focustext is just the color of the text inside the box when you're hovering on it... Theres 2 photos and a explination of it working in that thread...(first post on that page) - shay1972 - 06-12-2008 05:12 PM jjulien Wrote:shay1972 Wrote:This is a great app, and works very good for me. Thanx for that.do you know how to scroll down and up on the PC? - dinauktion - 06-12-2008 05:21 PM shay1972 Wrote:jjulien Wrote:shay1972 Wrote:This is a great app, and works very good for me. You see the link like Code: Z:\Video\Jukebox\index_HD_1.html- dia - 06-12-2008 06:46 PM I have a problem.I have a move cut up in 2 files. I cant get the program to use the nfo file. I have probably done something wrong but i dont know what. The files look like this hls-sideways.2004.cd1.2004.avi hls-sideways.2004.cd2.2004.avi hls-sideways.2004.cd2.2004.srt hls-sideways.2004.nfo hls-sideways.2004.cd1.2004.srt Please help. - dinauktion - 06-12-2008 06:56 PM dia Wrote:I have a problem.I have a move cut up in 2 files. I cant get the program to use the nfo file. I have probably done something wrong but i dont know what. The files look like thisYou have to rename the file to the movie name otherwise I think i'll have a hard time to get it. Don't forget to rename the srt file the same - Roders5 - 06-12-2008 07:12 PM Can anyone who got this running on a mac please tell me how? - gfb107 - 06-12-2008 07:33 PM The name of the nfo file must match the name of the file for the first part of the movie. In your case it should be hls-sideways.2004.cd1.2004.nfo dia Wrote:I have a problem.I have a move cut up in 2 files. I cant get the program to use the nfo file. I have probably done something wrong but i dont know what. The files look like this - sTyLeS - 06-12-2008 10:57 PM Hey, jjulien, I sent you a PM concerning joining the dev team. Let me know either way. Thanks! - Grael - 06-13-2008 12:25 AM Roders5 Wrote:Can anyone who got this running on a mac please tell me how?Not running on Mac yet. Next version will. But MovieJukebox requires java 1.6 which is available only on 64 bits Intel Mac (Xeon, Core2Duo). Won't work on a PowerMac or 32 bits Intel Mac (Core Solo/Duo). http://developer.apple.com/java/ Yet another MovieJukebox... - sclements - 06-13-2008 12:28 AM Great app, I have been following this closely and appreciate the work that has been done. A concern is that the original premise of the app to being a sort of "one -click" solution is being watered down. Perhaps a development thread is required? Re: Yet another MovieJukebox... - fleshoff - 06-13-2008 01:16 AM sclements Wrote:Great app, I have been following this closely and appreciate the work that has been done. Not sure I agree...right now I have only tweaked the font size of the css and that's just because I'm picky, putting in the correct paths and executing runs and does all the work...I didn't have to change anything in the configuration. - gfb107 - 06-13-2008 03:10 AM Like everyone else here, I'm really impressed with MovieJukebox. It really makes the PH look polished. Of course, I have my own preference as far as how it should look and work. I was able to achieve a lot of what I wanted my just tweaking the .css and .xsl files, but I couldn't do everything I wanted. So I got the source by svn and made it work the way I wanted. That's the great thing about open source projects. I am of course happy to share any of what I've done, and am happy to join the MovieJukebox development team and roll my changes back into svn. Here's some of what I changed (screen shots after the explanation):
Maybe I'll find time to take some pictures or take a video if there's a lot of interest. First the collections screen: ![]() Now an index screen: ![]() And finally a multi-file details screen:
- fleshoff - 06-13-2008 03:47 AM gfb107 nice job! - dwwnz - 06-13-2008 06:50 AM Thats awesome gfb107, Not being able to code at all, I am stoked there is much interest and support for this project. Are you able to put up the files to create your version of the jukebox ? - shay1972 - 06-13-2008 06:52 AM look very good. I especially like this feature: "Added a text field at the bottom that shows the title, year, and certification of the currently selected movie " - malinwa001 - 06-13-2008 07:33 AM wow this is what i want can i get it, is it easy to adjust? the other moviecollectorz en ... are to complicated to change for me :oops: - tinners - 06-13-2008 03:06 PM Great app thanks. Just got my PCH today. I am however struggling to get the NFS playing nicely. I cant get the movie to play, it just flashes straight back to the film screen. I'm running an Ubuntu Media Server with an NFS share mapped out and working fine for playing movies directly from "Media Source" just by browsing through and selecting the file. I have created the following libraries.xml file to setup just a single folder located at /media/mediastore/Video/My Movies/Films/Syriana[2005] Code: <libraries>The NFS share I'm using to navigate and play the files is http://192.168.1.12:/media/mediastore The XML output is this Code: <?xml version="1.0" ?> - Kendo76 - 06-13-2008 05:20 PM jjulien... I love the work you've done on this project, it's fantastic. Really easy to use and versatile, I only tried it for the first time last night and am very impressed. Good job I was going to create a ticket on your site but didn't want to register with google. The only minor issue I'm having is with the marking of HD on the thumbnails. Quite a few of my movies are low definition but still 800 pixels wide, this seems to be picked up as high definition and given the HD marker on the thumbnail. Is there anyway that this can be limited to only mark files with over 1000pixels width or over 700 pixels high. That would probably sort the problem out. All the best..keep up the great work. - fleshoff - 06-13-2008 08:41 PM I tweaked the HD logo a bit...this one is smaller and can be seen on both white and black thumbnail backgrounds http://rapidshare.com/files/122225829/hd.png Just place it in your resources directory (saving the existing hd.png as something else in case you don't like it) and new HD movies will have this logo. For existing HD thumbnails just go to your PCH directory where the moviejukebox files are and erase all the small thumbs (the .png files) and run the app again *remember also you might need to reboot PCH as it cashes the pages - Kendo76 - 06-13-2008 09:37 PM BoBBoB Wrote:I think you should have a look at getting someone to design a moviejukebox logo, maybe have a little competition as you get nearer to a full release ? I had a very quick go last night at making a logo and splash screen type images. They're probably too light/white and probably completely rubbish but they can always be changed :? ![]()
- benji99 - 06-14-2008 08:02 AM furii Wrote:i'm hoping someone can do me a favor. i've got one movie where the poster is not showing up on the details page. i've checked the html and it is pointing to the correct image, yet i get nothing. i've also checked in firefox so i know it's working. i'm curious to see if there is something wrong with my pch or if the problem is throughout. I've had the same problem before with the movie The Assasination of Jesse James by the Coward Robert Ford. The problem seems to be the lenght of the filename that is being displayed next to the play button. Try shortening the file name, rerun moviejukebox and that should fix it! - starwarp - 06-14-2008 12:40 PM Your Moviebox runs great on my Poppi. But i have an Problem with an Season within 25 Episodes how i can tell MJB that he add only one Cover and add in this all 25 Episodes and where i can select all 25 Epis once per once to looking ? Thx NAS connection issue - Milo - 06-14-2008 04:46 PM First of all congrats to the creator of this piece of code. I have a D-Link 323 as a NAS with two HDDs and I managed to connect to mapped folder via NFS. It playes the files flawlessly. My problem occured when I tried to add an additional folder thru SMB. my library file: <libraries> <library> <path>P:/Media/</path> <nmtpath>../</nmtpath> <exclude name="sample,tmp/,temp/"/> </library> <library> <path>Q:/DivX/</path> <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:Volume_2/DivX/</nmtpath> <exclude name="sample,tmp/,temp/"/> </library> </libraries> Searching the files works very well(maybe due to the folders mapped in winXP) as well as creating the index files. The files I can access are on P:/Media and I tried at first to used a as "nmtpath" something like <!-- <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.110::Media/</nmtpath> --> but it didn't work. The only way to make it work was to use "../". The other files I want to access are on Q:/DivX I've tried different ways to specify the path but none works. See below a few I've tried: <!--<nmtpath>file:///opt/sybhttpd/localhost.drives/192.168.0.110/Volume_1/DivX/</nmtpath> --> <!-- <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:DivX/</nmtpath> --> <!-- <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] DLINK-4890FD:Volume_2/DivX/</nmtpath> --> <!-- <nmtpath>Q:/DivX/</nmtpath> --> <!-- <nmtpath>file:///Q:/DivX/</nmtpath> --> <!-- <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:Volume_2:DivX/</nmtpath> --> <!-- <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:Volume_2/DivX/</nmtpath> --> Can anyone help? Thank you, Milo - lupi - 06-15-2008 10:44 AM Hi, thanks for a very nice app which looks absolutetly stunning. I have however run into a small problem with the click/play function that seems quite common according to people in this thread. I have a network share [SMB] at 192.168.0.112 called "movies". What would be de default nmt path for this case? I havent seen any posts for smb but a few for nfs so I guess it would be like this. Code: mjb.nmtRootPath=file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.1.112::movies/and the mjb.bat file which includes Code: MovieJukebox.bat -o Y:\I would be very grateful if anyone can help me figure out why it doesn't work and help me reach a solution. I have read and re-read this thread but my mind is blank and I cant figure out what else to try. Thanks for a nice app. - Kendo76 - 06-15-2008 11:01 AM jjulien - Have just finished creating 389 .nfo files pointing to the correct imdb pages so I know the database will be correct, what a mammoth job that was! My wife will kill me if I don't get off the computer soon ![]() I've re-run the jukebox programme and a small fault appears where I have a 5cd version of Titanic. It correctly indexes the first 4 cds, then thinks that cd5 is another movie and searches on imdb for it creating a whole new Documentary index, and subsequent files pointing to some obscure move title. I can manually fix this no problem but is there anyway you can fix this in the code in case there are others out there with large 4 or 5cd+ rips? All the best, loving the jukebox as always. - jjulien - 06-15-2008 11:19 AM Kendo76 Wrote:jjulien - Have just finished creating 389 .nfo files pointing to the correct imdb pages so I know the database will be correct, what a mammoth job that was! My wife will kill me if I don't get off the computer soon Sorry no... movie jukebox only support up to 4 CDs right now, you can't change it without code modification... I will add more CDs in the next version. In the meantime, what you can try is to make moviejukebox think this is a TVShow: replace 'CD1' with '1x01', CD2 -> '1x02', etc... this should work. - jjulien - 06-15-2008 11:48 AM Kendo76 Wrote:BoBBoB Wrote:I think you should have a look at getting someone to design a moviejukebox logo, maybe have a little competition as you get nearer to a full release ? Wow! beautiful!! - nhufas - 06-15-2008 12:41 PM if i put index.html on root of HARD_DRIVE it works quite nice, but ... how do I go to normal GAYA. Is it possible to add a shortcut (link) to exit Jukebox and go to normal interface ? - phobia - 06-15-2008 03:14 PM Excellent work ! Just about digging into this after 5 minutes of installation and enjoyment :-) Keep it up, - J - dinauktion - 06-15-2008 05:29 PM nhufas Wrote:if i put index.html on root of HARD_DRIVE it works quite nice, but ...Press HOME on your remote - BoBBoB - 06-15-2008 06:45 PM Those struggling with paths please have a look at the wiki http://code.google.com/p/moviejukebox/wiki/MovieJukebox Specifically Code: Location Path Example- nhufas - 06-15-2008 07:07 PM dinauktion Wrote:nhufas Wrote:if i put index.html on root of HARD_DRIVE it works quite nice, but ...Press HOME on your remote Actually if i put INDEX.HTM in root of drive (Hard Drive) soon is a choose in Media Source Hard_Drive it goes to Jukebox (i like this no need to go to file icon on Gaya) ... but i cannot get back to Gaya, home take me back to index.htm ... (i guess it load index.htm if present and .... if not) - Milo - 06-15-2008 07:42 PM BoBBoB Wrote:Those struggling with paths please have a look at the wiki Hi, I'm aware about the info in wiki. I think my problem is realted to the fact that my NAS, a Dlink 323 has one ip for the two drives installed. For example the following <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:DivX/</nmtpath> doesnt work. I'm assuming the if I could specify Volume_2(as the DivX folder is on volume 2 of the NAS) that might make it ok. So far I couldnt use the IP for any of the links. TIA, Milo - gfb107 - 06-15-2008 08:12 PM Milo Wrote:Have you triedBoBBoB Wrote:Those struggling with paths please have a look at the wiki <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:Volume_2/DivX/</nmtpath> I also found that the server name and path must be exactly the same as defined in the network shares in Settings, which is also displayed on the Sources page. If the server name is shown on the Sources page in all caps you must do exactly the same thing for the URL. The IP address won't work - phobia - 06-15-2008 09:07 PM Milo Wrote:BoBBoB Wrote:Those struggling with paths please have a look at the wiki Hi, Are you using NFS-share or SMB or both? Is your share called 'Media'? I.e it is exported directly under your NAS as Media ? Do you have any authentication turned on ? I had some problems with NFS too, but it works now. I have some shares on my freeNAS, normally referred to as: Code: nfs://192.168.10.2/mnt/dsk2This translates to PCH share syntax: Code: nfs://192.168.10.2:/mnt/dsk2 /* with colon ':' after host */and is displayed in PCH "source" as: Code: 192.168.10.2::mnt:dsk2I also don't use anonymous so in order to access the share from the movie htm files I need to add: Code: userid@192.168.10.2::mnt:dsk2This gives me the following values for property and libraries.xml: Code: <libraries>* note the last '/' at the end after dsk2, it is required for the utility to generate proper urls * You may want to check file and dir rights on the NAS for the user accessing it too. And yes, all paths are case-sensitive. Cheers, - J - lupi - 06-15-2008 09:12 PM Thanks for updating the wiki. That explained a lot. If we are to use the exact server and share as in the source page, does that mean to include user if its a pw protected share? for example Code: file:///opt/sybhttpd/localhost.drives/[SMB] User@ServerName:ShareName/- tinners - 06-15-2008 10:24 PM Cheers for the additional help people, but for some reason I still cant make it work... My server NFS share: home-server@home-server:~$ showmount -a All mount points on home-server: 192.168.1.13:/media/mediastore Path on server: /media/mediastore/Video/My Movies/Films/American Gangster [2007]/American Gangster[2007].avi PCH link: nfs://192.168.1.12:/media/mediastore XML file file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.12::media/mediastore/Video/My Movies/Films/American Gangster [2007]/American Gangster[2007].avi What's wrong with this ? Any ideas ? Thanks a lot. phobia Wrote:Hi,:shock: :x - phobia - 06-15-2008 10:56 PM tinners Wrote:Cheers for the additional help people, but for some reason I still cant make it work... This is the address you added in PCH to access your NFS? PCH link: nfs://192.168.1.12:/media/mediastore On the 'sources' (sources button on remote) page in PCH I think it then should say: 192.168.1.12::media:mediastore correct? Try editing one of the generated HTML files directly, to find the proper notation. For instance the detail movie file for this one: file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.12::media/mediastore/Video/My Movies/Films/American Gangster [2007]/American Gangster[2007].avi make the URL: file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.12::media:mediastore/Video/My Movies/Films/American Gangster [2007]/American Gangster[2007].avi *note the ':' in the share - ::media:mediastore * re-enter the details page on PCH for that movie. Personally I avoid special characters and use '.' notation to separate words in file names, no spaces or anything else. When you've got that working, update .properties file and libraries.xml and regenerate Jukebox. Cheers, - J - dwwnz - 06-15-2008 11:09 PM can you browes the share from the PCH, after mounting the share on the PCH ? Also, it would pay to check what version of NFS server you are running, as I had issues with version 2, but runs sweet on version 3. - maikone - 06-15-2008 11:14 PM jjulien Wrote:Kendo76 Wrote:jjulien - Have just finished creating 389 .nfo files pointing to the correct imdb pages so I know the database will be correct, what a mammoth job that was! My wife will kill me if I don't get off the computer soon Could you please add for Season at least 3 digits and for Episode at least 4 digits? S999E9999 or 999x9999 please? How can I personalize the Episode Name? I tried without success ;-( Could it be possible to take the name from the file after the S999E9999 or 999x9999? THX - tinners - 06-15-2008 11:35 PM I think I'd been looking at it for too long! Got confused with and /sThanks, is now working ![]() Link nfs://192.168.1.12:/media/mediastore 'Sources' : 192.168.1.12::media:mediastore libraries.xml <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.12::media:mediastore/Video/My Movies/Films/</nmtpath> Generated XML: file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.12::media:mediastore/Video/My Movies/Films/American Gangster [2007]/American Gangster[2007].avi</file> - Milo - 06-15-2008 11:55 PM phobia Wrote:Milo Wrote:BoBBoB Wrote:Those struggling with paths please have a look at the wiki Hi, I solved my problem with help from the Dlink DNS323 wiki forum. To resume, I had one set of files on folder Media set as NFS network share on popcorn. As the jukebox index was saved in the same folder I used "../" (<nmtpath>../</nmtpath>) so all the files were found without specifing any ip. In order to add a second folder to jukebox I've mounted the new folder to the Media folder like this mount /mnt/HD_a2/DivX /mnt/HD_b2/Media/DivX and my library file looks like this: <library> <path>P:/Media/</path> <nmtpath>../</nmtpath> <exclude name="sample,tmp/,temp/"/> </library> <library> <path>Q:/DivX/</path> <nmtpath>../DivX/</nmtpath> <exclude name="sample,tmp/,temp/"/> </library> So now everything works very well. Regards, Milo - acribb - 06-16-2008 09:33 PM I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work. Although i'm sure that jjulien will implement this soon in upcoming versions, I will give you an example here on how to change just the details.xsl file to create the correct urls in the details pages as a temporary solution for those that don't feel like modifying the java source. All this code is doing is interrogating the last 4 characters of the file string that the program is passing. If it is ".iso", then it takes the path you set in the details.xsl file and then appends the filename to it. If it is not, then it takes the default path, the http path, set up in your moviejukebox.properties file. You only need to change the code in bold in your details.xsl file in the resource folder. Obviously modify your paths as needed and you will need to delete all your previous pages and re-run the app. Having some kind of http server installed is a pre-requisite. I am using the lighttpd server (google it or check the other thread about it in this forum). I have set my lighttpd http server up so that it boots from a cold restart in windows services. details.xsl code: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <!-- this template finds the substring after the last '/' --> <xsl:template name="substring-after-last"> <xsl:param name="string"/> <xsl:param name="delimiter"/> <xsl:choose> <xsl:when test="contains($string, $delimiter)"> <xsl:call-template name="substring-after-last"> <xsl:with-param name="string" select="substring-after($string, $delimiter)"/> <xsl:with-param name="delimiter" select="$delimiter"/> </xsl:call-template> </xsl:when> <xsl:otherwise> <xsl:value-of select="$string"/> </xsl:otherwise> </xsl:choose> </xsl:template> <xsl:template match="/movie"> <html> <head> <link rel="StyleSheet" type="text/css" href="exportdetails_item_popcorn.css"></link> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title><xsl:value-of select="titleSort"/></title> </head> <body bgproperties="fixed" background="background.jpg" onloadset="1"> <table class="main" align="center" border="0" cellpadding="0" cellspacing="0"> <tr height="30"> <td heigth="50" align="center" colspan="2"> <!-- Navigation using remote keys PageUP/PageDown and Prev/Next --> <a><xsl:attribute name="TVID">RIGHT</xsl:attribute><xsl:attribute name="href"><xsl:value-of select="next"/>.html</xsl:attribute></a> <a><xsl:attribute name="TVID">LEFT</xsl:attribute><xsl:attribute name="href"><xsl:value-of select="previous"/>.html</xsl:attribute></a> <a><xsl:attribute name="TVID">HOME</xsl:attribute><xsl:attribute name="href">../index.htm</xsl:attribute></a> <a><xsl:attribute name="TVID">PGUP</xsl:attribute><xsl:attribute name="href"><xsl:value-of select="first"/>.html</xsl:attribute></a> <a><xsl:attribute name="TVID">PGDN</xsl:attribute><xsl:attribute name="href"><xsl:value-of select="last"/>.html</xsl:attribute></a> </td> </tr> <tr align="left" valign="top"> <td width="420px"> <img width="400"><xsl:attribute name="src"><xsl:value-of select="posterFile" /></xsl:attribute></img> </td> <td> <table border="0" width="85%"> <tr> <td class="title1" valign="top" colspan="4"> <xsl:value-of select="titleSort"/> <xsl:if test="season!=-1"> Season <xsl:value-of select="season" /></xsl:if> (<xsl:value-of select="year"/>) </td> </tr> <tr> <td class="title2" valign="top" colspan="4"> <xsl:if test="director != 'UNKNOWN'"> <xsl:value-of select="director" /> </xsl:if> <xsl:if test="company != 'UNKNOWN'"> <xsl:if test="director != 'UNKNOWN'">, </xsl:if> <xsl:value-of select="company" /> </xsl:if> <xsl:if test="company != 'UNKNOWN'"> (<xsl:value-of select="country" />) </xsl:if> </td> </tr> <tr> <td class="title2" valign="top" colspan="3"> <xsl:if test="genres != 'UNKNOWN'"> <xsl:value-of select="genres" /> </xsl:if> <xsl:if test="runtime != 'UNKNOWN'"> <xsl:if test="genres != 'UNKNOWN'">, </xsl:if> <xsl:value-of select="runtime" /> </xsl:if> <xsl:if test="language != 'UNKNOWN'"> <xsl:if test="genres != 'UNKNOWN'"><xsl:if test="runtime != 'UNKNOWN'">, </xsl:if></xsl:if> <xsl:value-of select="language" /> </xsl:if> <xsl:if test="rating != 'UNKNOWN'"> (<xsl:value-of select="rating" />) </xsl:if> </td> </tr> <tr><td><hr/></td></tr> <tr> <td width="85%" class="normal" colspan="4"> <xsl:value-of select="plot" /> </td> </tr> <tr height="25"><td> </td></tr> <tr> <td colspan="4"><center><table width="85%"> <tr> <td class="title3" width="5%">Source</td> <td class="normal" width="45%"><xsl:value-of select="videoSource" /></td> <td class="title3" width="5%">Subtitles</td> <td class="normal" width="45%"><xsl:value-of select="subtitles" /></td> </tr> <tr> <td class="title3" width="5%">System</td> <td class="normal" width="45%"><xsl:value-of select="container" /></td> <td class="title3" width="5%">Dimension</td> <td class="normal" width="45%"><xsl:value-of select="resolution" /></td> </tr> <tr> <td class="title3" width="5%">Video</td> <td class="normal" width="45%"><xsl:value-of select="videoCodec" /></td> <td class="title3" width="5%">Output</td> <td class="normal" width="45%"><xsl:value-of select="videoOutput" /></td> </tr> <tr> <td class="title3" width="5%">Audio</td> <td class="normal" width="45%"><xsl:value-of select="audioCodec" /></td> <td class="title3" width="5%">FPS</td> <td class="normal" width="45%"><xsl:value-of select="fps" /></td> </tr> </table></center></td> </tr> <tr height="20"><td> </td></tr> <tr> <td width="100" valign="top"> <img src="play.png"/> </td> <td colspan="3"> <table> <xsl:for-each select="files/file"> <tr valign="top"> <td class="normal"> <a class="link"> <!-- build of href starts here --> <!-- first extract the file name by itself --> <xsl:variable name="fileNameByItself"> <xsl:call-template name="substring-after-last"> <xsl:with-param name="string"><xsl:value-of select="." /></xsl:with-param> <xsl:with-param name="delimiter" select="'/'"/> </xsl:call-template> </xsl:variable> <!-- now choose whether to use NFS share defined here or default defined in moviejukebox.properties --> <xsl:choose> <xsl:when test="//movie/container = 'ISO' or substring(.,string-length(.)-3,4) = '.ISO' or substring(.,string-length(.)-3,4) = '.iso'"> <xsl:attribute name="href">file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.1.50::VIDEO_D/<xsl:value-of select="$fileNameByItself"/></xsl:attribute> </xsl:when> <xsl:otherwise> <xsl:attribute name="href"><xsl:value-of select="." /></xsl:attribute> </xsl:otherwise> </xsl:choose> <!-- end build of href --> <xsl:choose> <xsl:when test="position() = 1"> <xsl:attribute name="TVID">Play</xsl:attribute> </xsl:when> <xsl:otherwise> <xsl:attribute name="TVID"><xsl:value-of select="position()"/></xsl:attribute> </xsl:otherwise> </xsl:choose> <xsl:if test="//movie/container = 'ISO' or substring(.,string-length(.)-3,4) = '.ISO' or substring(.,string-length(.)-3,4) = '.iso'"> <xsl:attribute name="zcd">2</xsl:attribute> </xsl:if> <xsl:attribute name="vod"/> <xsl:choose> <xsl:when test="position() = 1"> <xsl:attribute name="class">firstMovie</xsl:attribute> <xsl:value-of select="@title" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="@title" /> </xsl:otherwise> </xsl:choose> </a> </td> </tr> </xsl:for-each> </table> </td> </tr> </table> </td> </tr> </table> </body> </html> </xsl:template> </xsl:stylesheet> - BoBBoB - 06-16-2008 10:24 PM acribb Wrote:I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work. Nice work, just what I was after ;-) Thanks playing 2cd movie - tonya - 06-16-2008 10:43 PM Hi, I'm streaming my movies from my D-Link DNS 323 using moviejukebox and llink. It is working great, but it plays only one file (independent from pessing play or enter to start). After the CD1 finishes, it jumps back to the movie page and I have to start second CD manually. Is it the same with smb and nfs shares? Is there any solution for this? What I would lilke to reach is, that PCH play all files in the given directory or on the page... Cheers, Tóni - excal - 06-17-2008 01:40 AM Not sure if this particular jutebox supports it yet, but you need to create a playlist to do that. - dwwnz - 06-17-2008 04:13 AM So... whens the next release due? Also, a really efficient way to have your movie collection updated with nfo's is to have your kids do it Saved me HOURS of work
- sTyLeS - 06-17-2008 04:34 AM dwwnz Wrote:Also, a really efficient way to have your movie collection updated with nfo's is to have your kids do it Why create an nfo for every movie you have? Wouldn't it be easier to run the app once, see which movies didn't get picked up properly, and then just create nfo's for those? Maybe a cool enhancement would be to use the IMDB MyMovies feature. A lot of people use IMDB to store their movie collection...I'm one of them. And once you're logged in, one of the valid searches is to search MyMovies. Would certainly reduce the number of stray movies. Just a thought. - dwwnz - 06-17-2008 04:42 AM sTyLeS Wrote:Why create an nfo for every movie you have? Wouldn't it be easier to run the app once, see which movies didn't get picked up properly, and then just create nfo's for those? Because of the size of the collection. The hit rate on the imdb scan is about about 70%, So to sort though all of the pages to confirm links which I can only seem to do from the PCH, and not a browser, and confirm the naming is correct, still leaves about 300 movies to create nfo's for. Or, have the kids do it... - Kendo76 - 06-17-2008 12:49 PM I've been playing around a bit with the backgrounds for this, and have found that a lighter, and greyer version of mcmillyonaire's works really well. I found that movies with dark grey or black poster/cover art didn't look right and got lost in the background. If you change to this background I think there's a definite improvement in how the posters/covers stand out. The only issue is that you need to have all your thumbnails sized exactly the same to avoid black lines above and below if they're too short. This is easily done in the moviejukebox.properties file, as below..change the thumbnails.normalize to true. Otherwise the templates will add a black line to the top of your thumbnail if it's the wrong dimensions. # Thumbnails resizing policy. # when true, the generated thumbnails will be exactly WIDTHxHEIGHT (=> cropped images) # when false, the original poster aspect ratio is respêcted thumbnails.normalize=true Once you've changed that you can have lighter backgrounds, such as mcmilly's one that I've edited slightly. All credit to him, I've just changed the edges and colour. This background won't work in Legion's templates in the other thread as his imdb stars have black edges. Give it a try and see what you think.. ![]() By the way - I got the http streaming that furii wrote the guide to working last night and it's awesome. Very simple and easy and much faster than smb or nfs. Thanks furii and to jjulien and others for the brilliant coding. - PrimaryMaster - 06-17-2008 02:20 PM i have to go to work now but before i go... \\NETWORK\Movies heter is my SMB share.. My Ip Computers IP is 192.168.0.4 I dont now how to get it to work... (# Default NMT path) What im suppose to type !? Ps. Love this "think"..... - Shuckjunk - 06-17-2008 03:40 PM dwwnz Wrote:Because of the size of the collection. The hit rate on the imdb scan is about about 70%, So to sort though all of the pages to confirm links which I can only seem to do from the PCH, and not a browser, and confirm the naming is correct, still leaves about 300 movies to create nfo's for. This kind of bugged me too when the new format went live that didn't have easily workable links for a PC browser (manually typing in the page number for the URL is a drag with thousands of files). I grabbed the code and tweaked it to add clicky links for a debug version for link checking. I think tonight or tomorrow I'll look into exporting the list of files newer than X days so I can have a quick list of which links to check (right now I keep track of that manually). I suppose it wouldn't be too hard to add those as another index page but I haven't looked at any file attribute code for pulling creation date (I'm not really a java coder, but I do have a fair amount of other dev experience so I muddle through)... Anyhow after the IMDB references are checked, I then run the "clean" version to create the index.htm without the extra clicky links and jukebox directory that I copy to the drive array. - baloo - 06-17-2008 04:15 PM I've just finished downloading and doing a quick run of the program. I have to say, what a fantastic piece of work. Fast, simple and most of all, free for all. Thank You ! I need to spend some time trying to get it to play from the NFS mounted NAS, but I see enough info in the thread to work it our eventually. One think I didn't see was the mount [NFSTCP]. Is that supported ? - Shuckjunk - 06-17-2008 04:46 PM PrimaryMaster Wrote:i have to go to work now but before i go... Example: Code: file:///opt/sybhttpd/localhost.drives/[SMB] ServerName:ShareName/ - PrimaryMaster - 06-17-2008 05:50 PM Shuckjunk Wrote:PrimaryMaster Wrote:i have to go to work now but before i go... nothing is working... =( why!!!! - furii - 06-17-2008 06:12 PM PrimaryMaster Wrote:Shuckjunk Wrote:PrimaryMaster Wrote:i have to go to work now but before i go... if you have it set up to use a username you might need to try user@ip. i'm not sure as i haven't tried this with anything other than http, but it's worth a shot. - PrimaryMaster - 06-17-2008 07:29 PM furii Wrote:PrimaryMaster Wrote:Shuckjunk Wrote:PrimaryMaster Wrote:i have to go to work now but before i go... okej... let se, i have tested: file:///opt/sybhttpd/localhost.drives/[SMB] Network:Movies/ file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.4:Movies/ file:///opt/sybhttpd/localhost.drives/[SMB] Tobbe@192.168.0.4:Movies/ (my Vista acount is namned "Tobbe") Heres an exempel från i HTML File: file:///opt/sybhttpd/localhost.drives/[SMB] Tobbe@192.168.0.4:Movies/HD/27.Dresses/27.Dresses.mkv - dwwnz - 06-17-2008 08:43 PM Can you browes the share from the PCH. I gather you have mounted the share. - lupi - 06-17-2008 09:48 PM If you have mounted the share in pch then try to use exactly what it says when you look in the media source. I also had big problems but it turns out the problem was that I didn't use capitals where It was needed. With my shared folder called Movies on the computer named LUPI I needed to use the line below. And it is exactly how it says in media source. Code: [SMB] LUPI:MoviesThough I lost when it comes to pw protected shares, I cant seem to get it to work at all. If anyone have any clue to how its done please let me know. - luke3001 - 06-18-2008 06:26 AM sorry if this has been asked several times as i'm sure it has (28 pages is a lot to go through!), but everytime i try to run i get a 'Java' is not recognized as an internal or external command, operable program or batch file i have downloaded java a few times, and the java page says: Verified Java Version Congratulations! You have the recommended Java installed (Version 6 Update 6). btw i'm using Vista x64, running as admin. i know theres something simple im forgetting but i just cant put my finger on it at this moment...thanks in advance! - tinners - 06-18-2008 04:43 PM acribb Wrote:I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work. Great post. Any chance of a "for dummies" guide to setting up lighttpd server and also how exactly to get the details.xsl and moviejukebox.properties amended. Probably better in another post rather than cluttering up this thread. Thanks EDIT: Maybe I should have looked harder ![]() http://www.networkedmediatank.com/viewtopic.php?t=5072&highlight=lighttpd - Grael - 06-18-2008 05:54 PM acribb Wrote:I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work.(...)Nice job! But, maybe there is an easier solution, I'm sure you can do this using libraries.xml You scan the same repository 2 times, - one with http link, excluding .iso files and VIDEO_TS directory - one with NFS link, excluding all other media files <?xml version="1.0" encoding="utf-8"?> <libraries> <library> <path>/media/HD/</path> <nmtpath>http://192.168.1.11:8005/</nmtpath> <exclude name=".iso,/VIDEO_TS"/> </library> <library> <path>/media/HD/</path> <nmtpath>file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.2.11::hd/</nmtpath> <exclude name=".AVI,.DIVX,.MKV,.WMV,.M2TS,.TS,.RM,.QT,.MPG,.MOV"/> </library> </libraries> Can you try this? - acribb - 06-18-2008 07:29 PM Grael Wrote:acribb Wrote:I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work.(...)Nice job! This looks like it could work as well! I'll give it a try when I get home tonight. - BoBBoB - 06-18-2008 08:02 PM Grael Wrote:acribb Wrote:I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work.(...)Nice job! wow good thinking, just tried it and it works ;-) - tinners - 06-18-2008 11:28 PM BoBBoB Wrote:wow good thinking, just tried it and it works ;-) Yep works great for me too. With the new firmware it just opens automatically when the PCH starts up. COOL
- pege36 - 06-19-2008 09:20 AM Grael Wrote:Sweet, but witch software do you use fore HTTP streaming?acribb Wrote:I've seen several people ask how to implement both http streaming along with nfs streaming so that both iso's and other files work.(...)Nice job! - tinners - 06-19-2008 09:29 AM pege36 Wrote:[quote="Grael"]Im using lighttpd on my Ubuntu Server. Works a treat much faster than NFS / SMB - baloo - 06-19-2008 01:12 PM I've tried and tried but I can't get the -nr flag working. My command line is Code: T:\Software\Download\NMT\moviejukebox>moviejukebox m:\Videos\Movies -nr "file://I've checked the capitalisation and it's right. I've tried NFS instead of NFSTCP (which is what my share is connected via on the PH) with no luck. I've tried changing the NAS name to it's IP address with no luck. Whenever I use the -nr flag I get the following output: Code: Usage:- tinners - 06-19-2008 01:20 PM baloo Wrote:I've tried and tried but I can't get the -nr flag working.I think this has been taken out now, you need to edit your movies.properties file, and or use an xml file. - baloo - 06-19-2008 01:29 PM tinners Wrote:baloo Wrote:I've tried and tried but I can't get the -nr flag working.I think this has been taken out now, you need to edit your movies.properties file, and or use an xml file. :oops: thanks.... - tinners - 06-19-2008 04:10 PM baloo Wrote::oops: thanks.... Dont worry I spent a good hour trying to get it working too ! - luke3001 - 06-19-2008 04:12 PM sorry but wanted to bump this post can anyone help?luke3001 Wrote:sorry if this has been asked several times as i'm sure it has (28 pages is a lot to go through!), but everytime i try to run i get a - sTyLeS - 06-19-2008 04:30 PM luke3001 Wrote:sorry but wanted to bump this post Really it just sounds like java isn't in your path. That should have been added automatically when you did the java install. Can you just open a command prompt and go to the same directory where the MovieJukebox.bat file is, and type: java -version If you get the same error as before, then something possibly went wrong with your java install, and you may want to try it again. - benji99 - 06-19-2008 05:37 PM Question guys: How are you guys accessing the HTML files (Index.html)? Since I don't run nor want to run SMB or NFS, i have a web service setup to access the Index.html via HTTP, however, my problem with this is that I have to click more buttons on the remote to get there since there is not a button that automatically takes me to webservices (as there is for "Source"). - furii - 06-19-2008 07:28 PM benji99 Wrote:Question guys: i've got a smb share with the index in it. i had it as a media source but, as you said, way more buttons to press. i'm not sure how plugins for lighttpd work, but maybe there is an ssdp one? i'm pretty sure that's how the pch adds llink/myihome. - Freakeao - 06-19-2008 11:25 PM Great app guys. Just started playing with it today. Correctly identified almost all my movies (i have a couple with really bad filenames), but i see how I can fix that with NFOs or rename the file. My big question (since I haven't finished reading all 29 pages of this thread, is there any support for those of us still using SD displays? I would think just the XSLs would need updating, but probably a small amount of code too. Thanks for all your work so far. Going to try out the TV series support now. - sTyLeS - 06-19-2008 11:31 PM Freakeao Wrote:Great app guys. Just started playing with it today. Correctly identified almost all my movies (i have a couple with really bad filenames), but i see how I can fix that with NFOs or rename the file. You're in luck! ![]() The next release of the app (due out this weekend) includes custom skinning support. And by default will include the previous HD skin, along with an SD skin. Both can be modified further by the end user all they want. Or custom skins can be created and shared. - Freakeao - 06-20-2008 12:11 AM sTyLeS Wrote:Freakeao Wrote:Great app guys. Just started playing with it today. Correctly identified almost all my movies (i have a couple with really bad filenames), but i see how I can fix that with NFOs or rename the file. YIPPEE! feature - tinners - 06-20-2008 12:58 AM Just a quick feature request really. Would realy love an "ALL" option on the front page to display all films alphabetically. Also would be great to get on the front page the number of movies split by genre or just film / TV Had a couple of ideas for the layout of the page, what do you think ? Excuse my crap effort at photoshop ![]()
Re: feature - sTyLeS - 06-20-2008 01:50 AM tinners Wrote:Just a quick feature request really. Would realy love an "ALL" option on the front page to display all films alphabetically. Those are fine suggestions. Some features like the ALL option and count would indeed be feature requests. Other layout configurations, and background images, can be handled by the end user with the custom skins in the next release. Hopefully we'll get some creative users that do some really cool things and share their skins with the rest. As for any enhancement requests, feel free to use the issue tracker at the project site here http://code.google.com/p/moviejukebox/issues/list Obviously not everything can get approved, but it's a great place to voice your suggestions where they can be kept track of, and other users or developers can comment on them. Ant Movie catalog/MySQL support - clinkme - 06-20-2008 07:45 AM Great program, I think! By the way, I need a new feature like this. I've my media library stored with Ant Movie Catalog. It already consists all of the information, like file/codec properties, and all IMDB info (including the big picture). So the info about a movie can be get from the catalog directly instead of IMDB web. Is it possible to use this info with MJB (maybe with a new plugin and so on)? Ant Movie database format is open, also it can export all the data to the MySQL database. Unfortunatelly, I'm not an Java programmer, so cannot do that by myself, and I need help from the author. From my side, I can inspect the MySQL db fields, participate in test... Thank in advance, Il - dinauktion - 06-20-2008 08:28 AM It's a great, useful program. Thanks a lot! One feature that could be handy is when you want to delete your film for some reason. All data for that movie has to be taken out manually today. Could you add like a set up page where you can adjust your prefs like skin, delete, hd/sd, number of films in the rows, font, etc. This could be fine for the avarage user with little experience and could also interest more people in the PCH. Thanks again, looking forward to the next release. - StevieC - 06-21-2008 04:19 AM I Have the exact same problem , im also running Vista 64 bit , Ive updated my Java also , same issue .. any ideas guys ? luke3001 Wrote:sorry but wanted to bump this post - luke3001 - 06-21-2008 04:32 AM i figured mine out...after many headaches. not sure if this is normal for any other OS but i had to copy the contents of my Program Files (86x) / JAVA / JRE1.6.0_06 / BIN folder into the program folder. Ensure that the java.exe (and rest of the files in that folder) are in the same file as your moviejukebox.properties and bat file Works like a charm
- antieshay - 06-21-2008 06:23 AM # turn ON/OFF the language detection in the filename filename.scanner.language.detection=true I saw this in moviejukebox.properties file. What is this for? If my file name has char-set other than English, should I turn this switch off? thx - sTyLeS - 06-21-2008 08:20 AM luke3001 Wrote:i figured mine out...after many headaches. not sure if this is normal for any other OS but i had to copy the contents of my Program Files (86x) / JAVA / JRE1.6.0_06 / BIN folder into the program folder. That means, then, that your java bin folder never got added to your OS's Path. Unfortunate that the Java install didn't do that automatically, but you can manually add the bin dir to the Path yourself. - sTyLeS - 06-21-2008 08:25 AM antieshay Wrote:# turn ON/OFF the language detection in the filename I believe that particular property does absolutely nothing. ![]() I just searched the source code and didn't see it turn up. Perhaps a future feature Julien had in mind. - StevieC - 06-21-2008 09:32 AM luke3001 Wrote:i figured mine out...after many headaches. not sure if this is normal for any other OS but i had to copy the contents of my Program Files (86x) / JAVA / JRE1.6.0_06 / BIN folder into the program folder. Thanks Luke you are a Champion
- PrimaryMaster - 06-21-2008 01:50 PM PrimaryMaster Wrote:furii Wrote:PrimaryMaster Wrote:Shuckjunk Wrote:PrimaryMaster Wrote:i have to go to work now but before i go... I need help!!! Dont get it to work =( - carlsberg - 06-21-2008 07:35 PM gfb107 Wrote:Like everyone else here, I'm really impressed with MovieJukebox. It really makes the PH look polished. Very nice !! How does a noob like me get that also . I know a bit how to fix a bit with that but not much at all . Please share with us how u did thay . I also would like to have genres over the movies so i can have more covers when u choose a movie .. TIA References to 'skins', new this week index, etc in project - jfortais - 06-21-2008 08:54 PM In the issues page for this project there are references to stuff that i dont believe is available in v8 which we can download. should i assume these are requests for changes to the 'developer' verssions that we havent seen yet ? Re: References to 'skins', new this week index, etc in proje - BoBBoB - 06-21-2008 09:51 PM jfortais Wrote:In the issues page for this project there are references to stuff that i dont believe is available in v8 which we can download. should i assume these are requests for changes to the 'developer' verssions that we havent seen yet ? No, its because any enhancement gets logged as a defect until someone on the project re-assigns it. You aren't missing out on anything, its just people requesting anhyancements .... Re: References to 'skins', new this week index, etc in proje - jfortais - 06-21-2008 10:06 PM BoBBoB Wrote:jfortais Wrote:In the issues page for this project there are references to stuff that i dont believe is available in v8 which we can download. should i assume these are requests for changes to the 'developer' verssions that we havent seen yet ? Look at issue 52 .. in it the request is .. Add a skin property to allow user to enable/disable the "New This Week" and "New This Month" categories. Would just be especially helpful for the SD skin because there's hardly enough room on there for all the categories as is. This seems to imply there is a version that has a New this week category already Re: References to 'skins', new this week index, etc in proje - sTyLeS - 06-21-2008 11:08 PM jfortais Wrote:BoBBoB Wrote:jfortais Wrote:In the issues page for this project there are references to stuff that i dont believe is available in v8 which we can download. should i assume these are requests for changes to the 'developer' verssions that we havent seen yet ? Yes, much of what you see there is also used by the developers. We use it to let the other developers know what they're currently working on, or for suggestions between us as well. Of course it's also for all the other users to post defects they find and request enhancements. But there really are a lot of new stuff coming your way. It's only been two weeks since version 1.0.8 was released, and version 1.0.9 is due out later today even. There's a handful of developers working on it now, and Julien is keeping things moving along quite nicely. - sTyLeS - 06-21-2008 11:10 PM Also as a side note...this is an opensource project, so the code is freely available to download from the project site. So anyone can also download and compile the current developer version if they're so inclined. Just keep in mind that it may not always be the most stable. MediaJukebox 1.0.9 released - sTyLeS - 06-22-2008 05:57 AM I'm pleased to announce that MediaJukebox 1.0.9 beta is now out. Head on over to the project page and get it while it's hot http://code.google.com/p/moviejukebox/ Here are the release notes if you're curious as to the enhancements and bug fixes that have gone into it Code: MovieJukebox 1.0.9 betaAnd as usual, you can also use the Issue tracker on the project site to notify the team of any new bugs or enhancement requests. I'd like to give a big thanks to Julien and the rest of the dev team. Also, now that custom skin support has been made easier, I'd like to see what the user community can come up with. All you need is a little XSL, CSS, and graphics editing knowledge. Enjoy. screenshots - sTyLeS - 06-22-2008 06:39 AM Index page ![]() Detail page
- dinauktion - 06-22-2008 07:10 AM Great job guys! Awesome! One question as the .bat file searches my library: You have taken the file name away, which is good, but before it couldn't play CD1 and CD2 by pressing the play button, is this fixed now? - BoBBoB - 06-22-2008 08:05 AM Looks great, quick question ? Has does the New Section work ? I guess you look at the timestamp ? Would love the image in the details page to have perspective and relection as well ;-) Good work - carlsberg - 06-22-2008 09:14 AM Hmm this is giving me a headache , yesterday i had it finaly fixed so that my movies played . But today none play again :? This is how the link shows in the xml file : file:///opt/sybhttpd/localhost.drives/[NFS] SERVER::tvixhd1/Highdef/A space odessey/2001.A.Space.Odessey.1968.720p.HDDVD.x264-hV.mkv Is there something wrong there ? I checked the name and i checked for uppercase letters and so . I made also sure that i have the same in moviejukebox.proporties and libraries.xml but they dont play :? HELP. Hmm found it , the damn PCH needs to be rebooted sometimes :x Working now , nice work guys .
- toaster - 06-22-2008 10:39 AM i think i find a little problem who do not happened on the older version (on 1.0.8b it was just fine) on Divx/Xvid files who is splitted for 2 CD's the new software play only the first part of the movie (only CD1) i tried to push both "play" and "Enter" button and the two of them give the same result... only CD1 played - lazy_dave - 06-22-2008 11:24 AM awsome tool for the pch, adds some polish. a big thanks to the dev team. the new version 1.0.9b with the sd skins looks good on my tv. works perfectly for my movies (now i've tweaked some titles a little bit) but i have a few questions..... - if the found poster isn't to my liking how can i swap it out for a better one while still keeping the reflection and perspective? - what's the best format for naming series files? i have a few different formats, for example..... 24.S01E01... etc. Band.Of.Brothers.E01... etc. BBC.Life.In.Cold.Blood.(Part1of5)... etc. The.4400.S02E01-E02... etc. The.Sopranos.(Season6.Part1.DVD1)... etc. i've read in this thread that the formats are SxEE and sXXeYY, but could more be added? many thanks for all your hard work. cheers, dave. - TheBiGW - 06-22-2008 11:26 AM Just tried the latest beta version and I get the following error just as it tries to index the libraries Code: Indexing libraries...- BoBBoB - 06-22-2008 11:42 AM lazy_dave Wrote:awsome tool for the pch, adds some polish. a big thanks to the dev team. Dave, to replace the poster art I typically search somewhere like http://www.impawards.com or imdb, find the coverart I want and then overwrite the main jpg and delete the _small.jpg, then re-run the batch file and your new thumbnail will be created as it no longer exists ;-) - sjc - 06-22-2008 02:48 PM I've just tried the new version and keep getting the following exception: for input string: "6f" error message for some movies. Updating data for: Untraceable Updating data for: Catacombs Exception: For input string: "6f" Updating data for: Alien vs Predator Requiem Updating data for: Juno Exception: For input string: "6f" Updating data for: Pulse Exception: For input string: "6f" Updating data for: The Prestige Exception: For input string: "6f" Updating data for: War Updating data for: Strange Wilderness Updating data for: Transformers Updating data for: The Illusionist Updating data for: Stardust Updating data for: Rambo The audio data in the details page seems to be repeated several times for each movie where I get this error message. I have an .nfo file with the imdb path for each movie. Never had this problem with 1.08. - lazy_dave - 06-22-2008 03:24 PM BoBBoB Wrote:Dave, to replace the poster art I typically search somewhere like http://www.impawards.com or imdb, find the coverart I want and then overwrite the main jpg and delete the _small.jpg, then re-run the batch file and your new thumbnail will be created as it no longer exists ;-)thanks for the info, just what i was after. now i just need to sort out the format of my tv series filenames cheers, dave. - Omertron - 06-22-2008 03:27 PM lazy_dave Wrote:now i just need to sort out the format of my tv series filenamesHave a look at http://www.bulkrenameutility.co.uk/ as this is what I use to change all of the TV series names that I have. It's very powerful (has lots and lots of buttons) but worth the effort as it will easily rename files very quickly! - lazy_dave - 06-22-2008 03:37 PM Omertron Wrote:thanks for the info, but i need to know what the exact format that's supported before i rename everythinglazy_dave Wrote:now i just need to sort out the format of my tv series filenamesHave a look at http://www.bulkrenameutility.co.uk/ as this is what I use to change all of the TV series names that I have. It's very powerful (has lots and lots of buttons) but worth the effort as it will easily rename files very quickly! cheers, dave. - Omertron - 06-22-2008 03:50 PM I use S??E?? and that seems to work fine. I don't bother with putting the title at the end of the filename. So for example:
Weeds S01E02.avi ...etc... - mcmillyonaire - 06-22-2008 03:53 PM Has anyone gotten a splash screen to work? I have made my own but I don't know how to write the basic html for it to work. - fleshoff - 06-22-2008 03:57 PM 1.0.9...you guys are awesome! - antieshay - 06-22-2008 04:36 PM Lupi, PrimaryMaster or anybody, Have you got your moviejukebox from SMB-mount NAS working yet? From my PCH, I have my NAS mounted as: smb://mybook1tb/public I used <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] mybook1tb:public/mlib_test/</nmtpath> moviejukebox was created, but when I click PLAY, it says "Can not play" while buffering. It did not work. What is wrong? What is "file:///opt/sybhttpd/localhost.drives"? Do I need to have an internal HDD to use this syntax? Browsing all 466 threads in this topic, only Milo on page 27 has SMB-mount NAS working, but he used: <nmtpath>../DivX/</nmtpath> which is working without using"localhost" syntex. He failed with <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] 192.168.0.110:DivX/</nmtpath> . - BoBBoB - 06-22-2008 06:20 PM antieshay Wrote:Lupi, PrimaryMaster or anybody, Have you tried Code: <nmtpath>file:///opt/sybhttpd/localhost.drives/[SMB] mybook1tb::public/mlib_test/</nmtpath>Assuming your files are in mlib_test ? please note the second : If this doesn't work could you start the jukebox on your pc and check the link for the file that you are trying to play, copy and paste it in your reply ...[/b] - TheBiGW - 06-22-2008 06:37 PM Ok I got the latest version working but now I get this: Code: Failed retreiving imdb rating for movie : tt0253556When I go to http://posters.motechnet.com/ the site appears to either be down or not exist. Is that correct? Is there a fall-back site for the movie posters? - benji99 - 06-22-2008 06:50 PM Awesome man ... I appreciate the latest release! Not sure if this has been asked and/or answered, but how does the 'NEW' category work? How do you select movies to show in the 'NEW' category? - sTyLeS - 06-22-2008 06:53 PM TheBiGW Wrote:Ok I got the latest version working but now I get this: |