[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 
ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
03-13-2012, 04:18 PM (This post was last modified: 03-13-2012 04:19 PM by accident.)
Post: #106
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
(03-13-2012 03:49 PM)vaidyasr Wrote:  The data is stored in index.db/plot.db utf8 encoded, so without utf8_decode, I can't get the actual special characters. uriencoding I am doing for the full fileURL variable, and replacing the / character like what YAMJ is doing it.

Could the problem be that your not using mb_ routines for multi-byte support? I'd ask pernod, I'm just guessing what is needed in php

Quote:what do you mean by Set filenames?. I have tested some examples like 'Tango & Cash' and 'Æon Flux 2005' and it works fine.

this is what aeon flux wrote for me: _on.Flux.(2005).xml that's not matching the filename in index xml

:\/><*? can all appear in a title. I specific saw both : and / break in my test library. They all need to be converted as they are not valid for filenames across windows and linux os. yamj's method is change them to - and eversion has an eskin option to mimic this if needed.

Perhaps something to help is start to make up your own little test library as people report filenames/titles with errors. then you can have a needs to work with all of these test library instead of a couple might break test libraries.. For example you can search any of those characters on thetvdb.com and a list of titles to make up fake test files will appear in the search results. I believe you can do the same on themoviedb
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 04:36 PM (This post was last modified: 03-13-2012 04:39 PM by Slevin.)
Post: #107
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
Building html on the A110 is working on my machine now,
it takes a few seconds for every html page to be created..

Seems very reasonable to me.

My library isn't that big so i cant give much direct feedback on special (non utf characters etc)

My PCH-A110 Stats | Samsung LE32A656 | Logitech Z-2300 | Harmony One
Oversight | Sick Beard DOGnzb | NZBGet | Transmission | Lighttpd | ...
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 05:29 PM (This post was last modified: 03-13-2012 05:42 PM by vaidyasr.)
Post: #108
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
(03-13-2012 04:36 PM)Slevin Wrote:  Building html on the A110 is working on my machine now,
it takes a few seconds for every html page to be created..

Seems very reasonable to me.

My library isn't that big so i cant give much direct feedback on special (non utf characters etc)

For your library, it took only 1m20 seconds on my c200 for xml and html creations excluding the categories. Smile
@accident, I am looking into the possibilities of using mb_ routines, but I don't whether they will be available in default php supplied syabas.

I'll fix the xml for the characters you have specified. I don't have a sample with the characters you have specified.

if we include the data within CDATA in xml, will eversion/aeon support them?

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 06:26 PM
Post: #109
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
I guess it could work but I think it's overkill. There's not that much to handle here. I could spend a few moments and type up how I would attack the problem if it will help.
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 07:31 PM (This post was last modified: 03-13-2012 07:33 PM by MikeHunter.)
Post: #110
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
A sample for a unknown character is AEon Flux.
Take a look at the imdb spelling of it (http://www.imdb.com/title/tt0402022/)

(Sorry, this have already been posted)

C-200 @50'' Panasonic TH-50PX8EA
(BR, 2,5''HDD 500GB, LAN)
A-110 @42'' LG LED-TV
(3,5''HDD 1TB, LAN)
CH3SNAS 1TB+500GB, DNS-323 2x2TB,
ACER WHS H-340 1TB
!! VOTE FOR !! multiple switchable external subtitles (srt)
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 08:10 PM
Post: #111
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
tested the new build.php

better -
1 - most of the genre are ok stays Mystère instead of Mystère

2 - got some error like:
PHP Notice: Undefined index: tt0412175@4@1 in /opt/sybhttpd/l
ATA_DISK/Apps/JukeBox/webui/build.php on line 247
PHP Notice: Undefined index: _m in /opt/sybhttpd/localhost.dr
ps/JukeBox/webui/build.php on line 270
PHP Notice: Undefined index: _m in /opt/sybhttpd/localhost.dr
ps/JukeBox/webui/build.php on line 335
Building HTML file 'Medium S04E01.html' ...
Warning: program compiled against libxml 207 using older 206

3 - how could i get rid of the warning
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 08:23 PM
Post: #112
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
(03-13-2012 03:25 PM)vaidyasr Wrote:  @lordy, How do you store the plot/actor/director data for non English characters?. I can't get the characters by doing a utf8_decode in php.

As I mentioned before, first version didn't have issues with non English characters in movie's xmls, but had in Categories.xml and others.
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 09:17 PM
Post: #113
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
carn't you use putty telnet to build the build.php doesnt does any or am i missing something
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 09:55 PM
Post: #114
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
Great work, congratz and thanks to Vaidysar for making us this great package!

Many value the valueless but do not price the priceless... a husband today is a man who has a funky housewife - Housewife, Daan -
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 11:21 PM
Post: #115
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
well i tried to have a go and bit of anti climax!.. tried to start from webservice and it said request cannot be processed

Did everything asked on post 1 but no luck

I'm sure I've missed something!
Find all posts by this user
Add Thank You Quote this message in a reply
03-13-2012, 11:27 PM (This post was last modified: 03-14-2012 12:04 AM by darucla.)
Post: #116
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
@Atinkler

Which NMT do you have? I have the same problem trying to run Aeon, but running Eversion from /Apps/Eversion/Eversion.phf works on 200 machines (to a point).
Just noticed that although I installed lighttpd, php5-cgi and lighttpd-mod-fastcgi from opkg, the lighttpd and the mod have uninstalled themselves, according to opkg.

Worth checking re the problem starting Aeon from web services. Although, my categories.html file is empty. Maybe try a new scan.

Film fan, not computer buff.
Find all posts by this user
Add Thank You Quote this message in a reply
03-14-2012, 12:15 AM (This post was last modified: 03-14-2012 12:27 AM by accident.)
Post: #117
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
Quote:Eversion.phf works on 200 machines (to a point).

What point does it not work?
(03-13-2012 11:27 PM)darucla Wrote:  Worth checking re the problem starting Aeon from web services. Although, my categories.html file is empty. Maybe try a new scan.

did you download the replacement build.php that is linked in the first post and copy it over it?
Find all posts by this user
Add Thank You Quote this message in a reply
03-14-2012, 12:35 AM (This post was last modified: 03-14-2012 12:37 AM by darucla.)
Post: #118
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
As mentioned in Post 104, many files do not play, and I cannot see a pattern. At first i thought it was the files from attached storage (USB on the PCH), but some play, some don't. I have a large number of paths, due to the organic way in which my library has grown. So I have symlinks on a PC, all in one folder, which is accessed by the PCH as a named share. I also have the internal drive and the USB drives. This all works fine under Oversight, with a couple of the paths set to watch_paths and the rest as scan_paths. It appears to be primarily the files in the watch_paths which do not play, although, annoyingly, some do. I shall try putting all the paths under scan_paths later, just to check. It works fine as is under YAMJ by the way.

Also the HD category is problematic, probably due to the way Oversight estimates these rather than using Mediainfo.

I don't know if it is possible to directly use the people feature which is built into Oversight, so that when one clicks on cast member's name in the details page, a new page with all other films in which that person appears is shown. I suspect this will require possibly a different skin.
And yes I copied the new build.php over. It scans very quickly now, worryingly so.

Film fan, not computer buff.
Find all posts by this user
Add Thank You Quote this message in a reply
03-14-2012, 12:42 AM (This post was last modified: 03-14-2012 12:42 AM by accident.)
Post: #119
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
can you post at least 1 fileurl from the xml. open any xml file and near the end you'll see the fileURL spot

and sorry, I completely missed post 104 and someone actually getting far enough to try it..
Find all posts by this user
Add Thank You Quote this message in a reply
03-14-2012, 01:02 AM
Post: #120
RE: ÆON Movie Wall / Eversion for Oversight - Beta Version - Released
<fileURL>file://virtmedia/output/Horror/28%20Weeks%20Later.mpg</fileURL>

This file does not play. virtmedia is the Network Share, output is the symlinked folder, and Horror is a subfolder.

I'll look for a file from that the same "output" folder that will play.

Film fan, not computer buff.
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Does oversight needs an upgrade after nzbget 11 ?? Slevin 2 265 Yesterday 08:40 PM
Last Post: bgoldie
  Oversight to work with new NZBGet post processing script? mmccking 13 1,333 05-05-2013 10:06 AM
Last Post: Damester24
  Can't run Oversight after upgrading A400 pmcd 6 312 04-29-2013 09:38 AM
Last Post: pmcd
  Sabnzbd/Sickbeard Updating Oversight RXP 44 3,706 04-18-2013 04:39 PM
Last Post: espresso
  most recent season cover on wall Wally73 2 277 04-17-2013 06:47 PM
Last Post: Wally73
  Oversight -> Eversion - r2312 - direct - alpha testing - feedback lordy 199 29,921 04-13-2013 08:31 PM
Last Post: espresso
  Oversight changes the PCH font sventamyra 0 259 04-13-2013 12:09 PM
Last Post: sventamyra
  Oversight -> Eversion: Genres not working Micki 0 427 03-28-2013 08:51 AM
Last Post: Micki
  slickskin [OVERSIGHT-gaya] jonny555 392 40,846 03-28-2013 12:58 AM
Last Post: Sproglet
  oversight - no detailed page for some films tombaz 3 546 03-20-2013 07:02 PM
Last Post: Setzer

Forum Jump: