BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Information
 New version of onex
 New Topic  Reply to Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

ternot
Junior Member

126 Posts

Posted - 17 Sep 2011 :  07:52:18  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hello all,

I finished a new version on onex for exporting the XMM movie information.

New:
  • export into a NMJ SQLite database -> you can use the export for web or the NMJ of the Popcorn Hour Multimedia Player

  • system requirement for the web presentation is PHP5

  • support for fanart

  • support for movies AND series



Download and documentation can be found at
http://sourceforge.net/p/onex/

Maybe you want to give it a try?

Best regards
Ternot

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 18 Sep 2011 :  07:27:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you Ternot!!

I will put in next release!

Ale

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 19 Sep 2011 :  10:30:34  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I just found a bug in rating conversion, it is fixed in the next version @ http://sourceforge.net/p/onex/

@Ale: Would it be possible to have DateInsert and Modified columns also in the EPISODE table? Right now it's hard to find new episodes

Best regards
ternt
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 20 Sep 2011 :  06:55:02  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I will try to add it, but I don't know if in next release.

There is a command line parameter for the current database loaded in XMM? Many users has only one database and I can pass it directly to OnEx via command line.

Thank you!

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 20 Sep 2011 :  09:32:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I will have to add it... What parameters do you need? Only the XMM database?
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 20 Sep 2011 :  17:55:43  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes, I think its enough for now

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 21 Sep 2011 :  08:43:08  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi there,

I just uploaded a new version with Language and XMM database as possible command line parameters.
please call

onex2 Language:german
or
onex2 XMMDB:<path and filename of the db>


Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 21 Sep 2011 :  17:36:06  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thank you!

I will upload in next release.

Ale

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

freeze
Starting Member

15 Posts

Posted - 21 Sep 2011 :  21:06:58  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi ternot,

thanks for all your work (again :))
Just a quick question regarding onex2: can i use it without having a nmj database just for web export?

Looks like a nmj db is necessary and i only use/have XMM :)
Onex(1) doesnt seem to be developed anymore i guess.

Thanks for feedback,
freeze
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 22 Sep 2011 :  07:30:18  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi freeze,

the format of the exported database is just the same as a NMJ database. If you do not have one yet, you can extract the provided nmj_database.zip and choose the included media.db.

At https://sourceforge.net/p/onex/wiki/Quick%20Start%20Guides/ you can find more information, also regarding the web front-end.

Regarding onex1: If there is a critical or nasty bug in the software or web template, I will fix it for sure. Or do you have another request for onex1/2?

Best regards
ternot
Go to Top of Page

pierobo
Starting Member

Italy
3 Posts

Posted - 22 Sep 2011 :  23:07:24  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This plugin is wonderful, just exported all my movies into PCH with no hassle! Can finally wife-proof-browse :)
Actually, the only problem I had was related to stacked movies (movies tipically composed of two files). If I don't get wrong, NMJ can manage stacked movies, but it didn't worked for my movies.
Is this feature supported? Thanks!
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 23 Sep 2011 :  17:26:24  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi there,

stacked movies are usually supported... I'm checking for moviefile2...
How are your stacked movies organized?

Best regards
ternot

Edited by - ternot on 23 Sep 2011 17:27:36
Go to Top of Page

pierobo
Starting Member

Italy
3 Posts

Posted - 24 Sep 2011 :  16:57:26  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Sorry, it was my fault. I expected NMJ would merge the files when playing, instead it simply playes the first and the next as two distinct videos.
Thanks again
Go to Top of Page

freeze
Starting Member

15 Posts

Posted - 30 Oct 2011 :  15:03:08  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi ternot,

meanwhile, i managed to get the webexport working *woot* :)
But i have a very nasty error which causes a corrupted view:

"Notice: Undefined index: a in /var/www/IceStorm/html/Filmliste/index.php on line 472" for every movie/entry.


*EDIT*:
i could get past the error by commenting out line 472 in index.php (but i dont think this is a good solution, isnt it :P)

On the other hand, there are even more errors in the detailed view of a movie too:
Notice: Undefined index: GENRE in /var/www/IceStorm/html/Filmliste/index.php on line 87 Notice: Use of undefined constant strlen - assumed 'strlen' in /var/www/IceStorm/html/Filmliste/index.php on line 89 Notice: Undefined index: ACTORS in /var/www/IceStorm/html/Filmliste/index.php on line 96 Notice: Use of undefined constant strlen - assumed 'strlen' in /var/www/IceStorm/html/Filmliste/index.php on line 96 Notice: Undefined index: DIRECTOR in /var/www/IceStorm/html/Filmliste/index.php on line 101 Notice: Use of undefined constant strlen - assumed 'strlen' in /var/www/IceStorm/html/Filmliste/index.php on line 103

Quite annoying :(
Hope you can help, should be easy for you :) Or am i the only one having those problems? =/
I guess it is because of using different sources for getting movie details in xmm (like ofdb and others).

You may check the errors here: http://icestorm.hostingsociety.com/Filmliste/index.php?criteria=category&value=2

any ideas?

Best regards,
fr33ze

Edited by - freeze on 30 Oct 2011 15:21:12
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 31 Oct 2011 :  08:09:49  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi fr33ze,

this are only warnings, resulting from the php configuration. If you can change the php.ini, please change the "error_reporting" value to "2039":

error_reporting = 2039


If you are not allowed to do this, try to change line 3 of the index.php to:

error_reporting(2039);


Which PHP version are you using?

Best regards
ternot
Go to Top of Page

freeze
Starting Member

15 Posts

Posted - 04 Nov 2011 :  19:47:02  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi ternot,

thnx for your fast reply!
The server supports php 5 and mysql 5.

I changed line 3 in index.php and it fixed the errors on the index page :)
But the detailed view of a movie is still kind of corrupted, since the upper half of the page/screen is empty.

Any ideas for this Problem too?

Btw. (suggestion): how about adding the movie title in clear text below the covers? I find it quite hard to read the title on the covers some times.

Best regards,
freeze
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 07 Nov 2011 :  11:04:28  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi freeze,

the upper half of the screen is designed to be empty, because here you would see the fanart or information about the serie.

Did you try the other template 'std'? Maybe it fits more your needs...

Best regards
ternot
Go to Top of Page

dude69
Starting Member

29 Posts

Posted - 29 Jan 2012 :  10:29:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi! First off: Thanks Ternot for your converting tool!
One question: Is there a faster / more efficient way to get the XMM collection online with such a neat PHP script?
My 1500 Movies need around 16 hours to be converted on a modern quadcore machine... (didnt use the "new movies only" filter as there were several movies deleted).
Movielicious and Co are nice - but I would prefer a more "live" version of the current collection online :)


Edited by - dude69 on 29 Jan 2012 10:51:32
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 29 Jan 2012 :  16:57:55  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi there,

Do you work locally? I have a collection of 2000 movies, and the conversion is done in appr. 80 minutes...

I noticed that if the conversion process is done via a network drive (source or target) it is really a pain in the ... neck.

Best regards
Ternot
Go to Top of Page

dude69
Starting Member

29 Posts

Posted - 29 Jan 2012 :  17:46:48  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Nope I export to my NAS which is doing the www service... Basically i am talking about 18 hours and more what is not really useable :)

I am trying to find an alternative way to have my collection browseable via www... - but honestly i didnt find enough information yet about all that xml and html-card export stuff...

Edited by - dude69 on 29 Jan 2012 18:00:46
Go to Top of Page

dude69
Starting Member

29 Posts

Posted - 29 Jan 2012 :  18:17:56  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Ternot - stupid question: Why not exchanging the DBLayer u used in the php scripts to an ODBC one for accessing the original mdb? Should be possible right?
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.14 sec. Powered By: Snitz Forums 2000 Version 3.4.07