[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
NFO to NMJ converter - 1.4.0.13 (06/01/2012)
12-17-2010, 10:36 PM
Post: #76
RE: NFO to NMJ converter
(12-17-2010 10:27 PM)mfsav2 Wrote:  I do not copy any JPG but put a link to the ones in the movie folder. This to save space and avoid the duplication of files.
Also in this way if you update a movie fanart with EMM it will be immeditately reflected.

The only file I copy, if you select resize, is the poster as I put it in the /media/video/poster folder under the db root.

can you explain me better if is another bug or what?
1.1.0.8 - Poster bug Fixed!

Ok, no images are copied. But in my case the links are not updated in the table SHOW Huh

Also field contents DETAIL_POSTER of table VIDEO is the same as the field RELEASE_DATE from same table

Now a request Angle:
It is possible that the tag <videoSource>bluray</ VideoSource> is stored in the field SYSTEM of the table SHOW ?

Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 10:40 PM
Post: #77
RE: NFO to NMJ converter
(12-17-2010 10:36 PM)MAngeles Wrote:  Ok, no images are copied. But in my case the links are not updated in the table SHOW Huh

Also field contents DETAIL_POSTER of table VIDEO is the same as the field RELEASE_DATE from same table

Now a request Angle:
It is possible that the tag <videoSource>bluray</ VideoSource> is stored in the field SYSTEM of the table SHOW ?

Thanks

Not sure I understand the issue, can you send me the db or a screenshot and also screenshots of the folders?

I just published the new version 1.1.0.7 that fixes the poster field with the date, now it is correct with the image name,
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 10:43 PM
Post: #78
RE: NFO to NMJ converter
(12-17-2010 10:36 PM)MAngeles Wrote:  Also field contents DETAIL_POSTER of table VIDEO is the same as the field RELEASE_DATE from same table

That and the actors list is fixed Big Grin

On the web there are de version 1.1.0.7 is the last?
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 10:44 PM
Post: #79
RE: NFO to NMJ converter
(12-17-2010 10:06 PM)mfsav2 Wrote:  This is by purpose to allow you to read all the error details. If you choose continue it will skip the error folder and should continue with the others Smile

Hm, maybe I'm just being impatient, but after pressing 'Continue', I've been waiting a few minutes and all I see is 'Searching for NFO', nothing seems to be happening. Maybe it's just very slow to find all NFOs in a large movie collection? But seems to me it isn't doing anything. If it is doing something, some kind of output into a log window would be handy just so I know it hasn't hung. edit: now I've finished writing this reply and previewing it, there's still nothing happening, it's been running at least 5 minutes now with no change.

(12-17-2010 10:06 PM)mfsav2 Wrote:  that's weird as I use .NET classes to walk thorugh the tree.
can you provide me more details why you have a System Volume Information in a fourth level folder?

I need to understand better

I use a fairly common tactic amongst PCH/YAMJ users of using NTFS junctions to merge all my movie drives into a single folder, this makes managing the collection much easier and YAMJ setup easier. I have a lot of drives dedicated to storing just movies therefore the roots of these drives arelinked directly into the main share folder.
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 10:46 PM (This post was last modified: 12-17-2010 10:47 PM by mfsav2.)
Post: #80
RE: NFO to NMJ converter
(12-11-2010 06:17 PM)shanaclan4 Wrote:  All the files fail (hundreds) with the same error "Object not set...". Here is the XML from the first NFO file from the scraped list. Whatever is in the NFO comes straight from Ember.

shanaclan4
I'm looking into the episodes/series part but I discovered that NMJ today is very poor in terms of support.

have y

I can add it but I'm not sure the result will be "outstanding" Smile
(12-17-2010 10:43 PM)MAngeles Wrote:  That and the actors list is fixed Big Grin

On the web there are de version 1.1.0.7 is the last?

Every time you launch the app it will update automatically Smile

Lovely Microsoft OneClick technology!

Yes 1.1.0.7 is the last one Smile

Explain me your need of the Blueray so I can put it in the 1.1.0.8

M
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 10:52 PM
Post: #81
RE: NFO to NMJ converter
Sorry Undecided.

There is a bug still in the list of players: is on the table VIDEO_ATTR, the records with value "PRINCIPAL_CAST_MEMBER" in the TYPE field, the ID the actor is stored in the VALUE field, when to go on the field VIDEO_PERSON_ID.
VALUE field must be the NAME of the actor Dodgy
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 10:54 PM (This post was last modified: 12-17-2010 10:59 PM by mfsav2.)
Post: #82
RE: NFO to NMJ converter
(12-17-2010 10:44 PM)idbirch Wrote:  Hm, maybe I'm just being impatient, but after pressing 'Continue', I've been waiting a few minutes and all I see is 'Searching for NFO', nothing seems to be happening. Maybe it's just very slow to find all NFOs in a large movie collection? But seems to me it isn't doing anything. If it is doing something, some kind of output into a log window would be handy just so I know it hasn't hung. edit: now I've finished writing this reply and previewing it, there's still nothing happening, it's been running at least 5 minutes now with no change.

You are not impatient Smile

I use a .NET call that will create a list of all *.NFO files found starting from the library folder scannin ALL subdirectories.
It's very efficient and does everythig alone Smile but does not provide any feedback till the list is ready Sad

It's very similar to go in the library folder an do: DIR *.NFO /s
More than that you can try to do it and see how much time it will take as a roght comparrison

If you created a nasted link structure you must be sure not to have created loopbacks (it's very very common) otherwise the command will remain in an infinite loop.

Is it clear what I mean?

(12-17-2010 10:44 PM)idbirch Wrote:  I use a fairly common tactic amongst PCH/YAMJ users of using NTFS junctions to merge all my movie drives into a single folder, this makes managing the collection much easier and YAMJ setup easier. I have a lot of drives dedicated to storing just movies therefore the roots of these drives arelinked directly into the main share folder.

Thank you is more clear, please be sure that there are no loops in the links even at very deep level in the tree and also be aware that scanning disks over the network could be very slow.

Mf
(12-17-2010 10:52 PM)MAngeles Wrote:  Sorry Undecided.

There is a bug still in the list of players: is on the table VIDEO_ATTR, the records with value "PRINCIPAL_CAST_MEMBER" in the TYPE field, the ID the actor is stored in the VALUE field, when to go on the field VIDEO_PERSON_ID.
VALUE field must be the NAME of the actor Dodgy

Are you sure? In vasydr script he was using the ID that's why I used it too.
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 11:00 PM
Post: #83
RE: NFO to NMJ converter
I cant seem to download the files correctly, I get this error: translated by google translate:

Code:
SUMMARY OF ERRORS
The following is a summary of the errors. You can find more information about these further down the log file.
* Activation of http://emm2nmj.afreesite.net/publish/EMM2NMJ.application resulted in an exception. The following errors were detected:
+ An exception occurred when the manifest was loaded from EMM2NMJ.exe. The manifest may be inaccurate and also it was impossible to open the file.
+ The file EMM2NMJ.exe is not a valid PE file (Portable Executable).
+ PE file does not contain enough data.

Code:
Error Information
The following errors were detected when the operation was performed.
* [2010-12-17 22:55:37] System.Deployment.Application.InvalidDeploymentException (manifested load)
- An exception occurred when the manifest was loaded from EMM2NMJ.exe. The manifest may be inaccurate and also it was impossible to open the file.
- Source: System.Deployment
- Stack Trace:
at System.Deployment.Application.Manifest.AssemblyManifest.ManifestLoadExceptionHel​per (Exception exception, String filepath)
at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifest​File (String filepath)
at System.Deployment.Application.DownloadManager.ProcessDownloadedFile (Object sender, DownloadEventArgs e)
at System.Deployment.Application.FileDownloader.DownloadModifiedEventHandler.Invoke​ (Object sender, DownloadEventArgs e)
at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile (DownloadQueueItem next)
at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles ()
at System.Deployment.Application.FileDownloader.Download (SubscriptionState subState)
at System.Deployment.Application.DownloadManager.DownloadDependencies (SubscriptionState subState, assembly manifest deployManifest, assembly manifest appManifest, Uri sourceUriBase, String target directory, String group, IDownloadNotification notification, download options options)
at System.Deployment.Application.ApplicationActivator.DownloadApplication (SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, temp directory & download temp)
at System.Deployment.Application.ApplicationActivator.InstallApplication (SubscriptionState & subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation (Uri activationUri, Boolean isShortcut, textualSubId String, String deploymentProviderUrlFromExtension, browser settings browser settings, String & errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker (Object state)
--- Internal exception ---
System.IO.IOException
- File EMM2NMJ.exe is not a valid PE file (Portable Executable).
- Source: System.Deployment
- Stack Trace:
at System.Deployment.Application.PEStream.ConstructFromFile (String filepath, Boolean partialConstruct)
at System.Deployment.Application.Manifest.AssemblyManifest.LoadFromInternalManifest​File (String filepath)
--- Internal exception ---
System.IO.IOException
- PE file does not contain enough data.
- Source: System.Deployment
- Stack Trace:
at System.Deployment.Application.PEStream.PEComponent.ReadData (FileStream file, Int64 position, Type dataType)
at System.Deployment.Application.PEStream.ResourceDirectory .. ctor (Resource Section Resource Section, the FileStream file, Int64 root resource address, Int64 resource address, Int64 Address participate, Boolean partialConstruct)
at System.Deployment.Application.PEStream.ResourceSection .. ctor (FileStream file, SectionHeader sectionHeader, Boolean partialConstruct)
at System.Deployment.Application.PEStream.ConstructPEImage (FileStream file, Boolean partialConstruct)
at System.Deployment.Application.PEStream.ConstructFromFile (String filepath, Boolean partialConstruct)

INFORMATION OPERATIONS IN COMPONENT ARCHIVE
There is no transaction information.

I dont know what I'm doing, I downloaded the setup.exe and run it, after maybe 60% downloaded I get this above error. I'm using Windows 7
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 11:02 PM (This post was last modified: 12-17-2010 11:26 PM by mfsav2.)
Post: #84
RE: NFO to NMJ converter
(12-17-2010 10:36 PM)MAngeles Wrote:  Now a request Angle:
It is possible that the tag <videoSource>bluray</ VideoSource> is stored in the field SYSTEM of the table SHOW ?

Thanks
As of today I use the file extension to determine the SYSTEM field
".MPG", ".MP2" = "MPEG2-PS"
".TS", ".MTS" = "MPEG2-TS"
".MP4" = "MPEG4"

in every other case is the Extension.

Can you explain me better your suggestion?
(12-17-2010 11:00 PM)kiranos Wrote:  I cant seem to download the files correctly, I get this error: translated by google translate:

I dont know what I'm doing, I downloaded the setup.exe and run it, after maybe 60% downloaded I get this above error. I'm using Windows 7

Kiranos,
can you try again? maybe it got messed up while I was deploying the new version.
17 Dec 2010 - moved website from http://emm2nmj.afreesite.net to http://www.emm2nmj.co.cc/.
Please go on the website and launch the application from there and remove previous one, just to be sure you are in sync.
Hopefully http://www.emm2nmj.co.cc/ will be better in terms of bandwidth and availability.
Find all posts by this user
Add Thank You Quote this message in a reply
12-17-2010, 11:58 PM
Post: #85
RE: NFO to NMJ converter
(12-17-2010 10:54 PM)mfsav2 Wrote:  I use a .NET call that will create a list of all *.NFO files found starting from the library folder scannin ALL subdirectories.
It's very efficient and does everythig alone Smile but does not provide any feedback till the list is ready Sad

It's very similar to go in the library folder an do: DIR *.NFO /s
More than that you can try to do it and see how much time it will take as a roght comparrison

I've run that command from a command prompt and the full scan which came back with 750 NFOs took less that 30 seconds, I've tried leaving EMM2NMJ for over 5 minutes and there's nothing happening. After that, I monitored EMM2NMJ using ProcessMonitor and indeed, EMM2NMJ stops dead after the error (even if I press continue). There is literally zero activity of any kind after the error Sad

(12-17-2010 10:54 PM)mfsav2 Wrote:  If you created a nasted link structure you must be sure not to have created loopbacks (it's very very common) otherwise the command will remain in an infinite loop.

Definitely no loops - drive on which the junctions are placed has no movie or TV content and there are no other junctions or links back to it on the other drives - that's the exact reason I chose that drive to host the junctions. None of the drives are networked, they are all locally attached SATA disks.
Find all posts by this user
Add Thank You Quote this message in a reply
12-18-2010, 01:09 AM
Post: #86
RE: NFO to NMJ converter
(12-17-2010 11:58 PM)idbirch Wrote:  I've run that command from a command prompt and the full scan which came back with 750 NFOs took less that 30 seconds, I've tried leaving EMM2NMJ for over 5 minutes and there's nothing happening. After that, I monitored EMM2NMJ using ProcessMonitor and indeed, EMM2NMJ stops dead after the error (even if I press continue). There is literally zero activity of any kind after the error Sad

Can you be so kind to post here the full transcript of the error? is not easy for me to reproduce it

Mf
Find all posts by this user
Add Thank You Quote this message in a reply
12-18-2010, 10:25 AM
Post: #87
RE: NFO to NMJ converter
(12-17-2010 10:06 PM)mfsav2 Wrote:  The issue is that the XML file is not correctly formatted.

If you hover on the file with the error the text will be:
Invalid character at line 14 position 44

if you open the text with an editor you'll see:
[Image: errorch1.jpg]

these are unicode double byte charaters that are NOT acceptable for XML, especially when the first line declares:
<?xml version="1.0" encoding="utf-8"?>

It is an YANFOE bug that uses the wrong codepage/char format in the fields, sorry.

When I open my NFOs in a text editor (Notepad++) I only get the funny character is I encode the page as an ANSI document. I have no prob with the UTF8 encoding.
Morever, YAMJ has no problem with these nfo files. Here is the generated XML file :

Code:
<?xml version="1.0" encoding="UTF-8"?>
<details>
    <movie isExtra="false" isSet="false" isTV="false">
        <id moviedb="tmdb">23483</id>
        <id moviedb="allocine">138730</id>
        <id moviedb="imdb">tt1250777</id>
        <mjbVersion>v2.2</mjbVersion>
        <mjbRevision>1925</mjbRevision>
        <xmlGenerationDate>2010-12-17 21:32:48</xmlGenerationDate>
        <baseFilenameBase>hidef-kickass-720p</baseFilenameBase>
        <baseFilename>hidef-kickass-720p</baseFilename>
        <title>Kick-Ass</title>
        <titleSort>Kick-Ass</titleSort>
        <originalTitle>hidef-kickass</originalTitle>
        <year>2010</year>
        <releaseDate>2010-04-21</releaseDate>
        <rating>82</rating>
        <top250>167</top250>
        <details>hidef-kickass-720p.html</details>
        <posterURL>file%3A%2FY%3A%2FFilms%2FKick-Ass.FRENCH.720p.BluRay.x264-HiDeF%2Fhidef-kickass-720p.jpg</posterURL>
        <posterFile>hidef-kickass-720p.jpg</posterFile>
        <posterSubimage>UNKNOWN</posterSubimage>
        <fanartURL>file%3A%2FY%3A%2FFilms%2FKick-Ass.FRENCH.720p.BluRay.x264-HiDeF%2Fhidef-kickass-720p.fanart.jpg</fanartURL>
        <fanartFile>hidef-kickass-720p.fanart.jpg</fanartFile>
        <detailPosterFile>hidef-kickass-720p_large.png</detailPosterFile>
        <thumbnail>hidef-kickass-720p_small.png</thumbnail>
        <bannerURL>UNKNOWN</bannerURL>
        <bannerFile>hidef-kickass-720p%5BBanner%5D.jpg</bannerFile>
        <plot>Dave Lizewski est un adolescent gavé de comics qui ne vit que pour ce monde de super-héros et d'incroyables aventures. Décidé à vivre son obsession jusque dans la réalité, il se choisit un nom – Kick-Ass – se fabrique lui-même un costume, et se lance dans une bataille effrénée contre le crime. Dans son délire, il n'a qu'un seul problème : Kick-Ass n'a pas le moindre superpouvoir... Le voilà pourchassé par toutes les brutes de la ville. Mais Kick-Ass s'associe bientôt à d'autres délirants copycats décidés eux aussi à faire régner la justice. Parmi eux, une enfant de 11 ans, Hit Girl et son père Big Daddy, mais aussi Red Mist. Le parrain de la mafia locale, Frank D'Amico, va leur donner l'occasion de montrer ce dont ils sont capables..</plot>
        <outline>Dave Lizewski an average teenager, wonders why no one has ever decided to become a real-life superhero like the heroes in the comic books. After being mugged while a bystander watches and does nothing, he decides to become a real-life superhero. He buys a scuba suit on eBay as his costume and becomes a masked crime fighter, despite the fact he has no superpowers or training of any kind.</outline>
        <quote>UNKNOWN</quote>
        <tagline>I can't read your mind. But I can kick your ass.</tagline>
        <director>Matthew Vaughn</director>
        <country>United Kingdom / USA</country>
        <company>Marv Films</company>
        <runtime>117</runtime>
        <certification>R</certification>
        <season>-1</season>
        <language>French</language>
        <subtitles>NO</subtitles>
        <trailerExchange>NO</trailerExchange>
        <container>MKV</container>
        <videoCodec>V_MPEG4/ISO/AVC</videoCodec>
        <audioCodec>AC3 (fra)</audioCodec>
        <audioChannels>6</audioChannels>
        <resolution>1280x536</resolution>
        <videoSource>UNKNOWN</videoSource>
        <videoOutput>720p 24Hz</videoOutput>
        <aspect>2,39:1</aspect>
        <fps>60.0</fps>
        <fileDate>2010-07-25 03:45:04</fileDate>
        <fileSize>4GB</fileSize>
        <first>8.Mile.2002.multi-truefrench.1080p</first>
        <previous>Karate%20Kid%20%282010%29%20Multi%20720P%20BluRay%20x264-CHD</previous>
        <next>Kiss%20%26%20Kill</next>
        <last>Yes%20Man</last>
        <libraryDescription>Films</libraryDescription>
        <prebuf>-1</prebuf>
        <genres>
            <genre index="Genres_Action_1">Action</genre>
            <genre index="Genres_Drame_1">Crime</genre>
            <genre index="Genres_Thriller_1">Thriller</genre>
        </genres>
        <cast>
            <actor>Aaron Johnson</actor>
            <actor>Chloe Moretz</actor>
            <actor>Christopher Mintz-Plasse</actor>
            <actor>Nicolas Cage</actor>
            <actor>Mark Strong</actor>
            <actor>Omari Hardwick</actor>
            <actor>Xander Berkeley</actor>
            <actor>Clark Duke</actor>
            <actor>Garrett M. Brown</actor>
            <actor>Evan Peters</actor>
        </cast>
        <indexes>
            <index type="Actor">Evan Peters</index>
            <index type="Genre">Thriller</index>
            <index type="Property">All</index>
            <index type="Title">K</index>
            <index type="Director">Matthew Vaughn</index>
        </indexes>
        <files>
            <file firstPart="1" lastPart="1" title="UNKNOWN" subtitlesExchange="NO" size="4690951391" vod="">
                <fileLocation>Y:\Films\Kick-Ass.FRENCH.720p.BluRay.x264-HiDeF\hidef-kickass-720p.mkv</fileLocation>
                <fileURL>file:///opt/sybhttpd/localhost.drives/SATA_DISK_A1/Films/Kick-Ass.FRENCH.720p.BluRay.x264-HiDeF/hidef-kickass-720p.mkv</fileURL>
                <fileTitle part="1">UNKNOWN</fileTitle>
                <filePlot part="1">UNKNOWN</filePlot>
                <fileImageURL part="1">UNKNOWN</fileImageURL>
                <fileImageFile part="1">UNKNOWN</fileImageFile>
            </file>
        </files>
        <extras>
            <extra title="TRAILER-YouTube" url="http://www.youtube.com/get_video?fmt=18&amp;video_id=yxbjexP3Isc&amp;t=vjVQa1PpcFNDGSRyoFFJ4gPqD-7q_SFeOGXqJPBBNaI=">http://www.youtube.com/get_video?fmt=18&amp;video_id=yxbjexP3Isc&amp;t=vjVQa1PpcFNDGSRyoFFJ4gPqD-7q_SFeOGXqJPBBNaI=</extra>
        </extras>
    </movie>
</details>
Find all posts by this user
Add Thank You Quote this message in a reply
12-18-2010, 10:34 AM
Post: #88
RE: NFO to NMJ converter
(12-17-2010 10:54 PM)mfsav2 Wrote:  Are you sure? In vasydr script he was using the ID that's why I used it too.

I checked and indeed there is a bug.
In the items PRINCIPAL_CAST_MEMBER and DIRECTOR of VIDEO_ATTR table, instead of filling in the VALUE field must be filled PERSON_ID field.

Even if you only filled the VALUE field, the actors work but the director does not work Blush

Another issue: the actors are limited to 4 per film?
Is there any way to avoid importing the images of the actors?

Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
12-18-2010, 10:43 AM
Post: #89
RE: NFO to NMJ converter
Quote:Kiranos,
can you try again? maybe it got messed up while I was deploying the new version.
17 Dec 2010 - moved website from http://emm2nmj.afreesite.net to http://www.emm2nmj.co.cc/.
Please go on the website and launch the application from there and remove previous one, just to be sure you are in sync.
Hopefully http://www.emm2nmj.co.cc/ will be better in terms of bandwidth and availability.

Thanks I got it working now! Next issue Smile I dont have a db, when I enter a name in the box D:\nmj.db (doesnt exist) and hit create db I get an error saying:

Code:
System.Data.SQLite.SQLiteException (0x80004005): Unable to open the database file
   vid System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool)
   vid System.Data.SQLite.SQLiteConnection.Open()
Find all posts by this user
Add Thank You Quote this message in a reply
12-18-2010, 10:46 AM (This post was last modified: 12-18-2010 11:00 AM by MAngeles.)
Post: #90
RE: NFO to NMJ converter
Another bug, and this seems important:

In the NMJ, category for films mode (alphabetical list) does not work is because VIDEO_GROUP and VIDEO_GROUP_NAME tables are not initialized correctly.Huh

Thanks
Hi Mfsav2, I have a problem with paths. Sad

Your application seems perfect to build the nmj_database, I tell you my case:
I have several USB hard drives, created a database in the SATA_DISK and add symlinks to my hard drives, this works fine.

To update the database with EMM2NMJ, connect the USB hard disk to PC and copy the nmj_database at the root of the USB.

Then run the EMM2NMJ. But the result is I get the field PATH empty in the table VIDEO.confused

Is there any solution to this? There is the possibility of adding an option in EMM2NMJ (text field for exemple) to enter the local path and the program would add to each movie?

Thanks for your work
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


[-]
Quick Reply
Message
Type your reply to this message here.



Smilies
:) ;) :cool: :D
:P :rolleyes: :shy: :(
:lightbulb: :angry: :-/ (A)
:heart: :dodgy: :blush: :huh:
:my: :sleepy: :exclamation: :S
[get more]

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Video [NMJ v2] Introducing NMJ Explorer - a NMJ Navigator for your iPhone or iPod touch produde 71 4,839 05-20-2013 09:40 PM
Last Post: Cappy1
  NMJ Guide to severall disks databases billgatos 243 58,353 05-15-2013 07:49 AM
Last Post: scottdca
  How To: Schedule an nmj DB update yahavrave 6 1,057 05-13-2013 11:43 PM
Last Post: yahavrave
  [NMJ v1] NMJToolbox - A Windows editor for the NMJ (Updated 15/10/2012 v1.0.4.6) Rom 1,297 367,222 04-23-2013 03:49 PM
Last Post: spursman
  [NMJ v2] NMJED3 Windows editor for NMJv2 (A300/C300/A400) (v3.0.0.9 - 1st December 2012) ufitzit 148 37,136 03-23-2013 02:01 PM
Last Post: juan587
  [NMJ v2] How to scan the NMJ database remotely on A300 (NMJ V2) pedro75 73 10,738 02-17-2013 11:18 AM
Last Post: racquemis
  [NMJ v1] [NMJ v2] NMJManager [Web based] - v1.0.6 Updated on 4th Jan vaidyasr 453 124,717 02-07-2013 07:45 AM
Last Post: vaidyasr
  [SCRIPT] script to automatically update NMJ blankser 16 6,000 02-03-2013 12:39 PM
Last Post: blankser
  My Movies for NMJ - 20 Step Guide (Beta) Binnerup 302 92,582 02-02-2013 12:41 PM
Last Post: Patatorz
  [GUIDE] Launch NMJ automatically accident 81 44,209 12-28-2012 01:56 PM
Last Post: accident

Forum Jump: