Author |
Topic |
|
ternot
Junior Member
126 Posts |
Posted - 17 Sep 2011 : 07:52:18
|
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 |
|
ternot
Junior Member
126 Posts |
Posted - 19 Sep 2011 : 10:30:34
|
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 |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
ternot
Junior Member
126 Posts |
Posted - 20 Sep 2011 : 09:32:47
|
I will have to add it... What parameters do you need? Only the XMM database? |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
ternot
Junior Member
126 Posts |
Posted - 21 Sep 2011 : 08:43:08
|
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>
|
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
freeze
Starting Member
15 Posts |
Posted - 21 Sep 2011 : 21:06:58
|
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 |
|
|
ternot
Junior Member
126 Posts |
Posted - 22 Sep 2011 : 07:30:18
|
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 |
|
|
pierobo
Starting Member
Italy
3 Posts |
Posted - 22 Sep 2011 : 23:07:24
|
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!
|
|
|
ternot
Junior Member
126 Posts |
Posted - 23 Sep 2011 : 17:26:24
|
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 |
|
|
pierobo
Starting Member
Italy
3 Posts |
Posted - 24 Sep 2011 : 16:57:26
|
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 |
|
|
freeze
Starting Member
15 Posts |
Posted - 30 Oct 2011 : 15:03:08
|
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 |
|
|
ternot
Junior Member
126 Posts |
Posted - 31 Oct 2011 : 08:09:49
|
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 |
|
|
freeze
Starting Member
15 Posts |
Posted - 04 Nov 2011 : 19:47:02
|
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 |
|
|
ternot
Junior Member
126 Posts |
Posted - 07 Nov 2011 : 11:04:28
|
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 |
|
|
dude69
Starting Member
29 Posts |
Posted - 29 Jan 2012 : 10:29:47
|
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 |
|
|
ternot
Junior Member
126 Posts |
Posted - 29 Jan 2012 : 16:57:55
|
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 |
|
|
dude69
Starting Member
29 Posts |
Posted - 29 Jan 2012 : 17:46:48
|
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 |
|
|
dude69
Starting Member
29 Posts |
Posted - 29 Jan 2012 : 18:17:56
|
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? |
|
|
Topic |
|
|