User(s) browsing this thread:
|
NMJ Quick Import - Updated 21st Nov
|
|
11-19-2010, 04:11 AM
|
|||
|
|||
|
RE: NMJ Quick Import
Try the latest one. Link updated on page 1.
Additional features: If you have already a poster or if the program is downloading a one from moviedb, the poster will be resized for thumbnail view. So, install Imagemagick from i-pkg. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-19-2010, 11:49 AM
(This post was last modified: 11-19-2010 11:51 AM by mfsav2.)
|
|||
|
|||
|
RE: NMJ Quick Import
a little step ahead but:
Code: PCH-C200[NMJ_import]# ../lighttpd/bin/php ./importMovies.sh /share/Video/Filmvaidyasr is it a problem of path? the NFO is the one I sent you |
|||
|
11-19-2010, 06:31 PM
|
|||
|
|||
RE: NMJ Quick Import
(11-19-2010 11:49 AM)mfsav2 Wrote: a little step ahead but: I have just tried the same nfo file with a dummy video of mine and it works fine without any issues. Do you have the fanart & poster also on the same location where the movie resides? Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-19-2010, 06:42 PM
(This post was last modified: 11-19-2010 07:02 PM by mfsav2.)
|
|||
|
|||
|
RE: NMJ Quick Import
latest version of the script. I get same error from IMDB and from NFO
Code: PCH-C200[NMJ_import]# ../lighttpd/bin/php ./importMovies.sh /share/Video/nmj(11-19-2010 06:31 PM)vaidyasr Wrote: I have just tried the same nfo file with a dummy video of mine and it works fine without any issues. Do you have the fanart & poster also on the same location where the movie resides? yes, in the folder I have: 2 Cavalieri a Londra (2003).fanart.jpg 2 Cavalieri a Londra (2003).jpg 2 Cavalieri a Londra (2003).mpg* 2 Cavalieri a Londra (2003).nfo* extrathumbs/ If I cancell all files: Code: PCH-C200[NMJ_import]# ../lighttpd/bin/php ./importMovies.sh /share/Video/nmj |
|||
|
11-21-2010, 03:23 PM
|
|||
|
|||
RE: NMJ Quick Import
(11-19-2010 06:42 PM)mfsav2 Wrote: latest version of the script. I get same error from IMDB and from NFOUpdated new version with fixes. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-28-2010, 02:06 PM
|
|||
|
|||
RE: NMJ Quick Import - Updated 21st Nov
Quote:Found hardware type: Popcorn Hour C200 Seems that I have a path issue. Is it related to your package? Or something I have to update? Other CSI applications install just fine... (uploaded my appinit.cgi just in case) Nothing lasts forever. It is especially true for electronic devices. Thank God, consumerism will make you happy to purchase a more fashionable device as soon as the old one starts to fail. |
|||
|
11-28-2010, 05:21 PM
|
|||
|
|||
RE: NMJ Quick Import - Updated 21st Nov
(11-28-2010 02:06 PM)kirby_blue Wrote: Seems that I have a path issue. Is it related to your package? Or something I have to update? Other CSI applications install just fine...OK, the nmj_import is not a CSI package. You can extract manually under any directory of C200 and try the command. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-29-2010, 03:15 PM
|
|||
|
|||
|
RE: NMJ Quick Import - Updated 21st Nov
I was looking for something like this.
There is a potential to use this to create the nmj database on a pc rather than on the nmj itself. That has a potential for a massive speed increase. Unfortunatly i dont have a linux machine at hand and it doesnt seem to run on windows. any chance to make a standalone version of this available |
|||
|
11-29-2010, 05:39 PM
|
|||
|
|||
RE: NMJ Quick Import - Updated 21st Nov
(11-29-2010 03:15 PM)B0ssman Wrote: I was looking for something like this. You can use it on a linux via Virtual PC if you don't want to use it in C200. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-30-2010, 12:44 PM
|
|||
|
|||
|
RE: NMJ Quick Import - Updated 21st Nov
Hi,
Before to ask any questions, I'd like to realy understand for what this script is for??? If I remember what you write before you change the P1, you made this to speed up the scan? Is this script should replace all the NMJ scanner feature? (=> scan for movie files or NFO and then strore info in NMJ DB.) Or Is this script scan only for NFO files and update the NMJ DB withe the NFO informations or from Imdb if the NFO store the Imdb ID? If I have right understand? it only scan for NFO it connect to Imdb if the NFO give the IMDB ID, and take info (it doesn't do any search on Imdb because he use the ID directly?) For the Image it take the images that are into the directory with the same naming rules than NMJ scan? Quote:Otherwise it will download both poster & fanart from themoviedb.org. How do you made the link with Imdb Id and the themoviedb.org poster and fanart thank you to clarify this because my English is not realy good and I need to be sure of what I read... |
|||
|
11-30-2010, 03:04 PM
|
|||
|
|||
RE: NMJ Quick Import - Updated 21st Nov
(11-30-2010 12:44 PM)jutoto Wrote: Hi,Yes. It has all features what NMJ scanner is doing. It will look for nfo files if found on the directory where the movie resides. If only the IMDB id found in the nfo file, it will fetch the details from IMDB and store it in DB. Otherwise, it will fetch all the details from the nfo file itself instead of fetching from IMDB. Quote:If I have right understand? it only scan for NFO it connect to Imdb if the NFO give the IMDB ID, and take info (it doesn't do any search on Imdb because he use the ID directly?)Yes, it takes the image from the directory where the movie resides otherwise it will fetch from moviedb.org. Quote:How do you made the link with Imdb Id and the themoviedb.org poster and fanartIt search with the IMDB id in moviedb.org. The moviedb.org is indexed with imdbid. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-30-2010, 08:55 PM
|
|||
|
|||
|
RE: NMJ Quick Import - Updated 21st Nov
Code: ../lighttpd/bin/php ./importMovies.sh /share/Video/FlimsAnd nothing happens...do I miss something ? I don't think there's an issue in my path because this works: Code: cd /share/Video/FlimsNothing lasts forever. It is especially true for electronic devices. Thank God, consumerism will make you happy to purchase a more fashionable device as soon as the old one starts to fail. |
|||
|
11-30-2010, 09:38 PM
(This post was last modified: 11-30-2010 10:55 PM by jutoto.)
|
|||
|
|||
|
RE: NMJ Quick Import - Updated 21st Nov
Ok vaidyasr, first thank you for your answer
But I need some little precisions Quote:Yes. It has all features what NMJ scanner is doing. It will look for nfo files if found on the directory where the movie resides. If only the IMDB id found in the nfo file, it will fetch the details from IMDB and store it in DB. Otherwise, it will fetch all the details from the nfo file itself instead of fetching from IMDB. Ok but what's append if there is no NFO in the directory? do you use the file name to search the movie on Imdb like the NMJ scanner do? And do skip directories using .no_all.nmj and .no_video.nmj??? About the images why do you take it from themoviedb instead of Imdb? are they in better quality? I ask all this questions because I would like to create a scanner script that can search info and images on other site than Imdb. Specially because I would like to fetch info from french movie DB. And may be to create a connection layer between the scanner script and the internet movie DB. this way it add the ability to connect different DB. You will only need to create a corresponding DB API. |
|||
|
12-01-2010, 02:30 AM
|
|||
|
|||
RE: NMJ Quick Import - Updated 21st Nov
(11-30-2010 09:38 PM)jutoto Wrote: Ok vaidyasr, first thank you for your answerYes, the movie name will be taken to search in IMDB by removing unwanted words like axxo, diamond, (release names). Quote:And do skip directories using .no_all.nmj and .no_video.nmj???Not yet in script, but can be easily done. Quote:About the images why do you take it from themoviedb instead of Imdb? are they in better quality?Yes they are. See yourself for any movie. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
12-01-2010, 10:24 AM
(This post was last modified: 12-01-2010 07:29 PM by jutoto.)
|
|||
|
|||
|
RE: NMJ Quick Import - Updated 21st Nov
hi,
berfore any development consideration I need to try it as is. But I have problems on my A200 : After installing your pack with CSI, I have no news dir in Apps (like its append with NMJManager_web) ? I have no new entry in the CSI Installed package? And after the telnet commande line I have a missing Php message. (I have lighttpd,busybox,telnet, ipkg... installed) But also an other problem: Now all other Web installed Apps ( Filemanager, NMJManager, CSI GAYA...) did not work : no connection available. But the network share work. Any Idea???? PS: I tried to reinstall the package and saw the error message at the last step of the installation: Installing application from file /share/import_nmj.tar: /opt/sybhttpd/localhost.drives/SATA_DISK/Apps/AppInit/appinit.cgi: line 406: /share/Apps//appinfo.json: No such file or directory Failed |
|||
|
« Next Oldest | Next Newest »
|

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



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



