User(s) browsing this thread: 1 Guest(s)
|
Oversight -> Eversion - r2312 - direct - alpha testing - feedback
|
|
04-28-2012, 12:34 AM
(This post was last modified: 05-06-2012 04:39 PM by lordy.)
|
|||
|
|||
Oversight -> Eversion - r2312 - direct - alpha testing - feedback
(03-25-2012 06:48 PM)vaidyasr Wrote: I have a basic high level idea to integrate Eversion with Oversight.... As per Vaidyasr's suggestion I've released an alpha version for feedback. INSTALLATION 1.Install Oversight 2.if upgrading from Oversight 2006 or earlier, run a scan selecting 'All Media' (or delete index.db and run a scan) 3.Install Eversion 4.Then in Eversion edit the settings file (/share/Apps/eversion/eversion/settings/esettings-default.xml ) and set the yamjdatapath to one of the following in order of preference: For r2312+ use this URL for faster image loading (more info here ) PHP Code: <yamjdatapath>http://nmt.ip.address:9999/oversight/yamj/</yamjdatapath> PHP Code: <yamjdatapath>http://nmt.ip.address:9999/oversight/oversight.cgi?yamj/</yamjdatapath> Finally for earlier versions or troubleshooting, install r2312 if not try: PHP Code: <yamjdatapath>http://nmt.ip.address:8883/oversight/oversight.cgi?yamj/</yamjdatapath> 5. Launch eversion to view in Eversion - /share/Apps/eversion/eversion.pcf And/or 5. Launch normal Oversight to view in Oversight - WebServices->Oversight on NMT or PHP Code: http://nmt.ip.address:8883/oversight/oversight.cgi 6. Optional: There is a YAMJ app in the Market place that will install a nice icon to launch Eversion. Alternatively, for no-icon link Run the following commands in Telnet session: PHP Code: cd /share/Apps/oversightYou now have Eversion talking to Oversight via the built in web server on port 8883. (or 9999 for r2312+) HISTORY r2316: - Changes for skinners only - BANNER_URL macro, template_name query parameter. r2312 - Set watched flag correctly as season level - Installs under apache for faster image loading to Eversion using URL Alias (note the Eversion yamjdatapath must be changed as below to get faster images) r2309 - Read YAMJ request from URL Path. Allows Apache to be configured to serve static content through Eversion 'yamjdatapath' r2307 - fixes scans freezing I hope - more of a workaround. r2305 - trimmed xml not used by Eversion - larger send buffer for images r2297 - Scrape posters if no season art - Revert r2291 change that stops Oversight launching on TV. - If using r2291 or later You will have to manually delete cache files from /oversight/cache/* or update timestamp of /oversight/index.db (next installer will do this) r2291 - fixed double episode lookups - top250 - people - Added faster plot lookup for YAMJ xml (main cause of slow down cmp to oversight proper.) - renamed 'By Age' to 'New' - added XML cache - tied to index.db timestamp. -- cache can be disabled by creating a file oversight/cache/.no.cache - as caching may cause incorrect display of nas detection) -- cache files are in oversight/cache/*.cache r2278: -unpacking fix / sort by age / highlight 'propers and repacks' if duplicate episodes. -- (if you dont see By Age menu along the bottom - remove all ovs_yamj_ settings from /oversight/conf/oversight.cfg so the default ones load ) r2276 - fixed ut8 library - better movie box sets - auto year menu r2270 - tv banners r2263 - fixed season posters - If you want to test Oversight's Eversion compatability as it progresses edit your oversight/conf/oversight.cfg file and delete all lines starting ovs_yamj. This will ensure you pick up latest configuration from .oversight.cfg.defaults - not all standard yamj/skin features are implemented - see - missing features list at the bottom of this post - There are plenty of unfinshed bits - esp around Categories/Set names etc. Note this is just a start, as Accident suggested a while back it would be sensible , to move towards a more efficient integration, with smaller modular datasets being passed between the applications, rather than the larger XML files whose primary purpose is to contain all possible data for static html generation. Also skin makers can start thinking about interacting with a true dynamic backend - nas ping detection (b&w covers for offline content maybe), delete files, arbitrary filtering/searching. I've dropped the file details from any box sets present in the category views. Also if there are multiple version of the same episode then the video source is appended to the episode title. (eg 'hdtv' 'web' 'bluray'). It does not appear if there is only a single version. defect list movie autoboxset order should be by year (then ttid or release date ) category names - currently using name extracted from XML file name - Hmm - which may look like weird characters (Oversight URL query 'language')? watched - needs to be computed properly enhancement list - quick wins based on current YAMJ xml but taking advantage of dynamic backend future enhancements - things to do properly with a lightweight modular API (not the current xml files) Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
5 users say Thank You to lordy for this post |
|
04-28-2012, 05:01 PM
(This post was last modified: 04-28-2012 05:23 PM by darucla.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
It is a bit slow at the moment, but it works.
And so simply. And i am using EvZap as the skin, so may be quicker on other skins. Much faster with evstreamed than evZap. Love that i can now filter by year, although apparently only for movies after 1950. i going to assume that you know that cast and director/writer info is missing. Film fan, not computer buff. |
|||
1 user says Thank You to darucla for this post |
|
04-28-2012, 05:34 PM
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
Thanks- I'll update the first post with :
a) missing list b) enhancement list - quick wins based on current YAMJ xml but taking advantage of dynamic backend c) future enhancements - things to do properly with a lightweight modular API (not the current xml files) Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
04-28-2012, 05:43 PM
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
tried also with evzap skin - i didn't succeed to load categories - circle for 10 minutes
tried with evstreamed - same may i need to rerun a scan before using this version ? (i came from 2271) |
|||
|
04-28-2012, 05:49 PM
(This post was last modified: 04-28-2012 06:57 PM by lordy.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
@jluc2808 - in IE/FF open your yamj data path directly
PHP Code: http://nmt.ip.address:8883/oversight/oversight.cgi?yamj/Categories.xml Does browser open XML ok? if not post/email XML file. Should not need to rescan. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
04-28-2012, 06:23 PM
|
|||
|
|||
RE: Oversight -> Eversion - direct - alpha testing - feedback
(04-28-2012 05:49 PM)lordy Wrote: @jluc2808 - in IE/FF open your yamj data path directly in ie the command display the xml contents |
|||
|
04-28-2012, 06:34 PM
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
lordy,
Just an fyi that jluc's library will probably have a lot of multibyte characters.. It's possible your encoding might be resulting in xml restricted characters. I haven't looked at it myself. Flash also doesn't like running out of memory. It doesn't really signal or handle that well.. It's not a situation where you can fight other apps for your memory needs and you'll all be a little slower but all work. |
|||
|
04-28-2012, 06:40 PM
|
|||
|
|||
RE: Oversight -> Eversion - direct - alpha testing - feedback
(04-28-2012 06:34 PM)accident Wrote: lordy, @accident that's correct i have a lot of europeen caracter inside (what you tell multibyte) i tried with FF and the error code is "Aucune information de style ne semble associée à ce fichier XML. L'arbre du document est affiché ci-dessous". No style info is associated with the xml file. |
|||
|
04-28-2012, 06:54 PM
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
@Jluc can you save the source of the browser page and send.
I'm also having some trouble with the utf8 library I'm using - I may need to get another one. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
04-28-2012, 07:22 PM
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
There are one or two files which won't play under Eversion which will play in normal Oversight. Can't see any link yet. EG. I have a series boxset for Poirot, which only has three episodes in it, one in one season, two in another. Trying to access from the wall, it tells me that the top level is "Unsupported file format. Problem with file:null." This is actually the only one I've found so far.
Speed. It's difficult to compare exactly. Going to the home startpage, Eversion takes about 8 secs, which compares with Oversight going to the first wall. However, if I set Eversion to open on Others_All_1 it takes about 20 seconds to get there. After this point, navigation is a little slower on Eversion, but not by much. Incidentally, I'm using a version of Eversion (0.2.8.14/R0169) which is marked experimental, so that may have some impact, but I think it's basically the same as the R0167 plus patch. Incidentally, the weather works (at least in evZap), as does the trailers function. this is all using my A200. Film fan, not computer buff. |
|||
|
04-28-2012, 07:33 PM
(This post was last modified: 04-28-2012 07:34 PM by lordy.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
How long does it take in a browser going to
PHP Code: http://nmt.ip.address:8883/oversight/oversight.cgi?yamj/Other_All_1.xml In the HTML comments you'll see -- num1/num2 comment -- num1 is number of milliseconds spent by oversight processing data (nmt could be doing other things) num2 is real-world elapsed time in seconds Note I've just removed a slow network call in r2258. This might make a little different with NAS. Testing now before uploading to CSI. (so CSI has the NMT100 install fix) > Trying to access from the wall, it tells me that the top level is "Unsupported file format. Problem with file:null." I've seen this in various places. It's due to the way I'm managing sets. I'll look into it. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
04-28-2012, 07:54 PM
(This post was last modified: 04-28-2012 08:00 PM by MikeHunter.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
That's wonderful. I like this version.
Things i miss: 1. sort by file age (Eversion) 2. possibility to configure and rescan in Eversion 3. banners (in Eversion) for tv-shows 4. plots for episodes (Eversion) I will test more tomorrow. Great work. 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) |
|||
|
04-28-2012, 08:42 PM
(This post was last modified: 04-28-2012 08:57 PM by Atinkler.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
where do I change the eversion yamjpath?
----- Found it Lordy what's the chance of getting TV banners? I know they arent liked but they are needed otherwise TV on these skins don't work... and you know us oversighters Lordy we can't be doing with manual work ... we like it all done for us
|
|||
|
04-28-2012, 08:57 PM
(This post was last modified: 04-28-2012 09:02 PM by lordy.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
wherever you installed eversion/ eversion/settings/esettings-default.xml
e.g. /share/Apps/eversion/eversion/settings/esettings-default.xml (04-28-2012 08:42 PM)Atinkler Wrote: Lordy what's the chance of getting TV banners? I know they arent liked but they are needed otherwise TV on these skins don't work... and you know us oversighters Lordy we can't be doing with manual work ... we like it all done for us Yup, I have plans to pull those ugly banners
Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
1 user says Thank You to lordy for this post |
|
04-28-2012, 09:20 PM
(This post was last modified: 04-28-2012 09:25 PM by darucla.)
|
|||
|
|||
|
RE: Oversight -> Eversion - direct - alpha testing - feedback
Re; num1/num2, i can't find those in the output. Nor can the search function in firefox.
It took about 4 seconds to open. I think the faulty Poirot episode is a faulty episode, IE, although the top level will open, and so will the next sub-level, one of the files is possibly corrupt. [edit]yes the problem goes away if I remove that file[/edit] Re; TV shows, set the TV index to something like >list.summary.poster<, depending on what skin you are using. This can be found in the settings-default.xml. As ever with Eversion/Yamj, save a new file with just the changes you make called settings.xml. Using list or poster views gets around the banner problem by not requiring them. Film fan, not computer buff. |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Does oversight needs an upgrade after nzbget 11 ?? | Slevin | 2 | 309 |
05-18-2013 08:40 PM Last Post: bgoldie |
|
| Oversight to work with new NZBGet post processing script? | mmccking | 13 | 1,366 |
05-05-2013 10:06 AM Last Post: Damester24 |
|
| Can't run Oversight after upgrading A400 | pmcd | 6 | 322 |
04-29-2013 09:38 AM Last Post: pmcd |
|
| Sabnzbd/Sickbeard Updating Oversight | RXP | 44 | 3,746 |
04-18-2013 04:39 PM Last Post: espresso |
|
| Oversight changes the PCH font | sventamyra | 0 | 275 |
04-13-2013 12:09 PM Last Post: sventamyra |
|
| Oversight -> Eversion: Genres not working | Micki | 0 | 440 |
03-28-2013 08:51 AM Last Post: Micki |
|
| slickskin [OVERSIGHT-gaya] | jonny555 | 392 | 40,970 |
03-28-2013 12:58 AM Last Post: Sproglet |
|
| oversight - no detailed page for some films | tombaz | 3 | 560 |
03-20-2013 07:02 PM Last Post: Setzer |
|
| oversight to use the themoviedb.org | vaidyasr | 8 | 754 |
03-12-2013 08:49 PM Last Post: Sproglet |
|
| Oversight location | bf1 | 9 | 1,089 |
02-17-2013 10:45 PM Last Post: jonny555 |
|

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






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

