User(s) browsing this thread: 1 Guest(s)
|
Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
|
|
03-14-2012, 07:21 PM
(This post was last modified: 03-14-2012 07:36 PM by darucla.)
|
|||
|
|||
|
RE: Eversion 0.2.8.12 for Oversight (CSI Install) (R0166)
This seems to have done the job!
At least, not found anything it won't play yet. Thanks a lot. Now, need to work out what happened to The Big Bang Theory, which doesn't appear anywhere, bit I think that's definitely a scanning problem. Actually, not so sure. There is a Set_The Big Bang Theory_1.xml, but no xmls for the individual shows/seasons. No way to access sets at the moment of course (BBT isn't showing on All, TV or by Title or Comedy) Film fan, not computer buff. |
|||
|
03-14-2012, 08:18 PM
(This post was last modified: 03-14-2012 08:47 PM by accident.)
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
start in the oversight. either pch html interface or web browser interface.. see if it's there.. if it is, then the next step is the xml and if there xml isn't complete or missing, that's the problem.
also there is a new build.php from vaid that should speed up eversion R0167 with a couple minor play issues uploading now.. should be posted int he next few minutes |
|||
|
03-15-2012, 07:53 AM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
Accident.. Got a lot better result last night but one main bug is content will not play. I updated to latest version but no luck.. First time I try the wheel turns slowly and them returns to page.. Then when I try again it clicks off page and them back almost straight away. All looks good though and as a get time to look at it I'll report any other bugs I find.. Just not getting much free time at the moment.
|
|||
|
03-15-2012, 07:59 AM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
open up one of the xml files for a title/movie that doesn't play, near the end you'll see fileURL, please post it.
|
|||
|
03-15-2012, 09:29 AM
(This post was last modified: 03-15-2012 09:40 AM by vaidyasr.)
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
@accident,
I am using a 9x3 layout in aeon, so in the Categories xml file I am writing 27 movie details and calculating the no. of pages for each category. How it will work in eversion?. I can see there are different types of layout 2x8, 3x8... So, how the xml file will be?. How the category 'New-Movies' and 'New-Shows' has been created?. If the user runs the build, if the date added is for example less than a week, then it should show as the above?. How YAMJ is doing?. If the movie does not exist on the previous run, it will add the above?. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
03-15-2012, 10:11 AM
|
|||
|
|||
| RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167) | |||
|
03-15-2012, 02:38 PM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
@accident,
How the watched movies via eversion will be handled?. Now oversight has a field in db to store watched or not. It may be modified only when you watch from oversight. If someone watch from Eversion, how it will be modified?. Is it possible to trigger some command line if we click play?. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
03-15-2012, 04:01 PM
(This post was last modified: 03-15-2012 04:07 PM by accident.)
|
|||
|
|||
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
(03-15-2012 09:29 AM)vaidyasr Wrote: I am using a 9x3 layout in aeon, so in the Categories xml file I am writing 27 movie details and calculating the no. of pages for each category. Eversion is written so the xml file can be any size and any screen works just fine. But we've learned that size of the xml file does really impact memory and speed so ideally having 20 is the best mix of speed and memory usage. Quote:How the category 'New-Movies' and 'New-Shows' has been created?. If the user runs the build, if the date added is for example less than a week, then it should show as the above?. How YAMJ is doing?. If the movie does not exist on the previous run, it will add the above?. All new in yamj is by modified file date, but it also doesn't have a database or write out the files where it has a "when it was added" list. yamj allows # of days up to # of movies. It really doesn't need to be that fancy, just a list of New (everything date sorted), then new-tv (everything tv date sorted) and new-movie (you get it) is more than enough. (03-15-2012 02:38 PM)vaidyasr Wrote: How the watched movies via eversion will be handled?. Now oversight has a field in db to store watched or not. It may be modified only when you watch from oversight. If someone watch from Eversion, how it will be modified?. Is it possible to trigger some command line if we click play?. I have been waiting for bugs in the api to be fixed so we can do this for everyone. With it running everywhere, nmt and php is not an option anywhere. the api bugs aren't pretty in this area. However with oversight this does open up some options. In short, watched in the xml is possible to read but eversion doesn't even try to write out anything. |
|||
|
03-16-2012, 01:03 AM
(This post was last modified: 03-16-2012 01:04 AM by lordy.)
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
Dont expect this snippet to end up directly in any other software (maybe via a script hook) but the watch field in index.db can be set with something like..
sed -i '/\t_id\tOVSID\t/ s/\t_w\t0\t/\t_w\t1\t/' index.db where OVSID is the Oversight Id of the media. \t = TAB Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
03-16-2012, 03:10 AM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
If anyone runs into videos that don't play, try this replacement eversion.phf http://www.dentedboxes.com/files/eversio...htplay.zip
|
|||
|
03-16-2012, 03:43 AM
|
|||
|
|||
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
(03-15-2012 04:01 PM)accident Wrote: Eversion is written so the xml file can be any size and any screen works just fine. But we've learned that size of the xml file does really impact memory and speed so ideally having 20 is the best mix of speed and memory usage. So, if we are building for eversion, can I change the settings for each page from 27 to 20?. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
03-16-2012, 03:50 AM
|
|||
|
|||
| RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167) | |||
|
03-16-2012, 09:20 AM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
All my files well now play .. Thanks for the update!
Now not sure if this is a bug for everison or Aeon but the ' symbol seems to caus problems and displays random text. Also is it just me or does fan art look low res on the detail pages? |
|||
|
03-16-2012, 11:40 AM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
@Accident
If Oversight can't find artwork for a film, it just displays the filename on the wall. As most of my material is from TV broadcasts, and thus has no standardized method of titling, I find this quite useful, especially for stuff that might not be on IMdb or is only going to be around for a short time on my system. Is there any chance Eversion could be persuaded to show titles and not just a dummy image in such a case? Film fan, not computer buff. |
|||
|
03-16-2012, 01:58 PM
|
|||
|
|||
|
RE: Eversion 0.2.8.13 for Oversight (CSI Install) (R0167)
@accident
You can even open a thread in NMJ to have eversion for NMJ Database. The same build.php can be used for NMJ too. It was already done for AEON. But it was dynamic and no creation of xml/htmls involved. Possibly it can modified as the same level as this one and Eversion can be used. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
« Next Oldest | Next Newest »
|

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






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


