you need to provide a wee bit more info than that mate, such as which image are you using etc etc.
Posts by pheonix
-
-
please can you help me or anyone how install ondemand i know how to ftp installed ondemand from this site but cant get 4od working cant se it
bbciplayer rte 3player and itviplayer working fine just 4od i cant se it on the menu what can be the problem
sorry buddy but this is not a support thread, this is simply a thread where i post updates and test files for the OE-Alliance OnDemand player. if you need help or support especially for the modified or so called DeViXed versions of this plugin you need to post in the correct threads, and not in this one.
-
so to absolutely clear this up this is with ViX 3.0-362 on a totally virgin setup ??. if it's another build please state that as it's important that we know all of the details accurately to be able to offer help.
-
so this is with a Virgin image, not a backup or with any settings restored what so ever ?.
-
well thats a very very old image now, unless you have a specific reason to want to stay on such a old ( and obsolete, no longer supported or updated ) image, why not try the latest 3.0-632 image ?.
-
Which build dd you install ?.
-
started again strait after uploading the virgin image or after uploading plugins etc ??.
Basically the more information you can supply about your setup the better. ( and those crash logs would be best ).
-
Firstly, pull out any devices, USB sticks, external drives etc, and the ethernet cable - then do another boot, and see if that does the job. If not, you can try to log in to the receiver via winscp and grab a recent backup (take it you back up your image every now and again? If not it is good practice to do so!) - if you can log in, then at least you can save some of your configs, and reflash with the latest image.
more importantly if he can log in via a FTP session try retrieving some of the crash logs generated by this crash loop, these are a invaluable tool for us to help in diagnosing and fixing issues. another good practice i'd recommend is setting image / settings backup's and all debug and crash logs to a USB device that way if things do go wrong like in this case you wont loose the valuable logs and backups.
-
you will be surprised at just how good some of the lesser known images are.
I would agree with that, too many people are hung up with the big 3, BH, ViX, Pli and tend to forget that there are literally dozens of other images out there.
i had a good play around with 10 or so images the other day on mu uno while testing the OE-A OnDemand plugin on them and i was very pleased with some of the images on offer. such as italysat, AAF, Sif and a few others ( most of which are OE-Alliance members ). now dont Get me wrong you could cut me open and you will see ViX running rite through me like a stick of rock but it's always nice to have a choice and the choice at hand is very nice indeed.
-
Just a update with the current updated and full changelog.
-----------------
OE-Alliance OnDemand ( official and original version )
Full changelog.
29.01.2013
-[OnDemand] add new plugin.30.01.2013.
-[OnDemand] cleanup and fix imports.
-[OnDemand] stop possible BSOD.
31.01.2013
-[onDemand] Update OnDemand/src/plugin.py Varies bug fixes
-[onDemand] Update OnDemand/src/plugin.py whoops
-onDemand] Update OnDemand/src/bbciplayer.py BBC Varies bug fixes
04.02.2013
-[onDemand] A complete rewrite of the threeplayer.py plugin
-A total rewrite of the threeplayer.py file to bring it in line with the format of the other onDemand plugins. New method to parse the html using lxml so a new dependancy for this to be installed also.
-The plugin still needs work for the findPlayUrl function, this is very slow but I could not figure out a quicker way to get this to run.
-[onDemand] threeplayer.py tidyup
-Some of the code vs the Git became out of line so tidyup. Also, existing import "from . import _" caused Import Error so removed.
-[OnDemand] fix translation code. this import IS required.
-[onDemand] Fix Tabing issues
-Tidy up the code as I had lots of tabbing issues. Also, only call findPlayUrl for the Section "Straight off the Telly" as we can determine the mp4 url for the other sections by using the icon url.
-[onDemand] Add Icons
-[onDemand] Remove thumbs.db
-[onDemand] Added judge's update for plugin.py
-[onDemand] Fix threeplayer.py skipping shows
-When pulling the media data I was looking for div's that had and id = "gridshow" instead of an id containing "gridshow". This resulted in every 5th show getting dropped (Good spot Sean)
-Also, putting in some of Seans code to remove the call to BeautifulSoup in the function findPlayUrl so this should help speed up getting the stream going.
-[OnDemand] cleanup and fixed line endings (now LF (Linux) instead of CRLF (windows)).06.02.2013
-[OnDemand] Update rteolayer to use lxml
-A good few changes to rteplayer.py
-Mainly use lxml to retrieve the feeds
-Update to categories to also show a thumbnail
-Change location for default icon if show images is false
-A small change to threeplayer.py
-Change location of the default icon if show images is false
-A general tidyup on tabs in rteplayer.py and default.py also
-[OnDemand] fix build.07.02.2113
-[OnDemand] About Text Fix
-The format of the about text was all out of line
-[onDemand] Remove duplicate screens & code
-Moved set-up show images to main screen
-Removed duplicate about screens as it's handled in main screen
-[OnDemand] Use same screen as other ondemand players.09.02.2013
-[OnDemand] itvplayer.py - Use TUNLR for Non-UK IP
-A quick update to check for an error returned from urllib2 when retrieving the stream url.
-If an "InvalidGeoRegion" error is thrown then launch again using the TUNLR IP.10.02.2013
-[OnDemand] itvplayer Extra Debug Output
-When a HTTPError is thrown but it is not a Geo error need to print the output of the exception.21.02.2013
-[onDemand] Updated with Markus's Icons
-Still needs 3player icon & large icons for default players.22.02.2013
-[OnDemand] threeplayer.py fix Straight Stream
-The html that was being returned for the Striahgt off the Telly streams had changed so I needed to change the findPlayUrl function to retrieve the mp4 url.
-Changed it slightly also so that it should future proof it a bit if it changes again in the future.
-Also added a few MessageBox popup's to display an error if this happens in future.23.02.2013
-[OnDemand] threeplayer.py fix crash
-Need to indent findPlayUrl to include it within the StreamThumb class
-[OnDemand] threeplayer.py Fix Crash
-When moving findPlayUrl within the StreamsThumb class I didn't include the self text when calling the function.24.02.2013
-[OnDemand] threeplayer.py - Better Error Handling
-Make better use of error handling from findPlayUrl03.03.2013
-[OnDemand] add common library module, recode menu to use new common code that can be shared across plugin's
-[OnDemand] add 4OD, and cleanup, and use new commons library.
-[OnDemand] OUG Fixes and Default Image
-Tidy up the data parsing for the RTL streams and also fix the navigating issues.
-Pass the defaultImg to the commonModules for each player
-[OnDemand] OUG - Thumbnail Retrievel Fix
-OUG handles humbnails slightly differently than the other plugins. Needed to make a slight adjustment in CommonModules.py when constructing the thumbnail name.04.03.2013
-[OnDemand] Attempt GEO fix for 4OD
-It was higlighted that that the streams returned from 4Od beginning with rtmpe://ll worked and the rtmpe://ak ones didn't.
-I have added a fudge to loop for MaxTimes for Non-UK users to try and obtain an rtmpe://ll stream. If not then an error message is thrown06.03.2013
-[OnDemand] Add Search option to rteplayer.py
-As the title says, a new menu item has been added to search for programmes on the RTE Player Website
-[OnDemand] Add Search option to threeplayer.py
-A new search menu item has been added to the 3 Player to search for programmes on tv3.ie07.03.2013
-[OnDemand] Updates and Bug Fixes
-bbciplayer.py
- Add a new Search Menu Option
- Handle parsing Dates more efficiently
- Fix invalid link for Sports Category (Thanks Mickd)
-rteplayer.py
- Move Search menu item to top of list
- Handle parsing Dates more efficiently
-threeplayer.py
- Move Search menu item to top of list
-[OnDemand] Add a Search Menu Option to fourOD.py
-A search option has now been added to the 4OD plugin. One small issue is that the search source is from channel4.com and some of the results are not available on ps3.channel4.com. I output an error message when this occurs.
-[OnDemand] Add Search menu option for itvplayer.py
-Add a search option for itvplayer.py08.03.2013
-[OnDemand] Fix Stream Data containing &
-Update for all players to handle the & character.
-[OnDemand] Fix some data parsing Issues
-Issues with dates and also data not being a string.09.03.2013
-[OnDemand] add option to hide from 'MainMenu, PluginBrowser & Extensions', clean up py code.
-[OnDemand] add license to plugin.
-[OnDemand] tweak main menu, also tweak the list.
-[OnDemand] tweak RTE image.
-[onDemand] fix build
-[OnDemand] fix About screen keymap.
-[OnDemand] All Players - Pass Back Duration
-Passing back duration fiels (if it exists) from each player to commonModules
-Also some code tidyup
-[OnDemand] Fix findPlayUrl stream Error
-Another good spot by mickD.
-TV3 have changed the netConnectionUrl for the Straight Off the Telly section. They are now rtmpe url's instead of rtmp url's.10.03.2013
-[OnDemand] fix EndOfFile exit.
-[OnDemand] tweak config menu.
-[OnDemand] more cleanup and streamline code.
-[OnDemand] be less verbose.
-[OnDemand] add Title to EpisodeList screen.
-[OnDemand] add duration to screen.
-[OnDemand] fix Search.
-[OnDemand] list tweak.
-[OnDemand] New Config option for Preferred Quality
-Removed the need to select stream quality for BBC & ITV players. Instead a new config option has been added to set your preferred quality and the player will try best to match that qulaity.
-[OnDemand] Update required for plugin.py Missed adding the ConfigSelection type
-[OnDemand] Preferred Quality Changes For BBC iPlayer and ITV Player if we have already found the preferred quality setting then break and stop looking further. Faster to play the stream potentially.
-[OnDemand] Update required for plugin.py Missed adding the ConfigSelection type
-[OnDemand] Preferred Quality Changes
-For BBC iPlayer and ITV Player if we have already found the preferred quality setting then break and stop looking further. Faster to play the stream potentially.
-[FanControl] remove unused module.13.03.2103
-[OnDemand] fix typo's.
-[OnDemand] use 'Regular' font for Title in the embedded screen as other skins may not have 'Boldit'.
-[OnDemand] Add a HD Option for BBC iPlayer
-New config option to play the HD streams from the BBC iPlayer.
-Currently this will only work for UK users, limelight doesn't seem to send data for HD streams.
-[OnDemand] Add BBC HD Streams for Non-UK A big thanks to Rogerthis for this info!! We can now play HD streams from outside the UK also -
hi there iv tryed the above but still mainly now and next only showwing in epg window is there a worlking epg like the one on the latest commando image from radio times?
To be honest i have always used CrossEPG with the OpenTV sources for 28.2 east on my receivers ( 6 boxes over two year's ) and it has not once failed me.
-
Personally i use the TM2600 which also has full metal gearing, it is very reliable and never let me down at all. never used the dark motor my self.
-
kill enigma with the init 4 command via a telnet session, then FTP into the receiver and delete the EPG.dat file, then restart enigma with the init 3 command. once it restarts download the EPG again.
-
Pheonix I was only teasing I understood why I read all the info on wos I was having a laugh mate
Btw when is wos back up?
I understand that but we really had no choice in the matter, remove the plugin or face the consequences.
as for WoS another day or so, just doing some long over due server maintenance.
-
Thank you it was never a problem until they got all "we don't support piracy" on us lol,if they only gave us the choice to decide for ourselves :-(
if your referring to why it was taken out of the ViX feeds, its because we received a take down notice, it still works as it ever did but for legal reasons we CAN NOT host it on our server.
-
OpenViX 3.0-632 AVAILABLE NOW

OpenViX-Enigma2 GIT CHANGELOG
Code
Display Moreopenvix: build 632 [InfoBarGenerics] fix some typos. openvix: build 631 [LED] try to embedded LED button control for ultimo. use new getImageVersionString. [InfoBarGeneric] some code cleanup. fix type for debug version info. [About] rename skin, and fix lcd info. openvix: build 630 [About] use new enigma import functions. [iqon] add support. add some variables to enigma module so they can be imported in python. openvix: build 629 [FanControl] more tweak for TM's [PluginBrowser] fix install location for display picons. openvix: build 628 [InfoBarGenerics] fix possible BSOD. [configure] cleanup, and add colour128 config for use with DM8000 & DM7020HD [About] add some hardware information. [VideoHardware] fix some typo's, and corrections. [InfoBarGenerics] only try to open epg screens if service list is available. [keymaps] add INFO to setup actions. openvix: build 627 [VuUtlimo] update default picon skin. [MovieSelection] make sure list height is correctly updated after leaving contextual menu. [AVSwitch] fix possible BSOD. [PliExtraInfo] correct integer. [MovieSelection] fix coloured buttons in Contextual Menu. [setup] remove duplicate config option.OE-ALLIANCE GIT CHANGELOG
Code
Display Moreopenvix: build 632 openvix: build 631 [3rd party plugins] Update [3rd party plugins] Update [vuplus-transtreamproxy] use git as cvs is down. [feeds] build Rossi2000 pack for feeds. [lcd-picons] add Rossi2000 picon set for ultimo, and fix conflicts only one sat pack can be installed at time. [gigablue] fix build blindscan Merge branch 'master' of github.com:oe-alliance/oe-alliance-core [openhdf] added spinner recipe and files [enigma2-skindefault] build for ALL package type. [openhdf] removed seperated default skin modified: conf/distro/openvix.conf modified: recipes-distros/openhdf/image/openhdf-enigma2.bb deleted: recipes-distros/openhdf/image/openhdf-skindefault.bb [openvix] temp fix provider whilst openhdf sorts there skin issues. [picons] build for ALL package type. [dvb-usb-drivers-meta] build for ALL package type. [linux-firmware] move into correct place. [openhdf] forgot to change src_uri from beta to final.. my bad... [openhdf] several changes in recipes, bumped build nr [gigablue] fix blindscan build. [openaaf] update build [dm800hd] update display options openvix: build 630 [dm800se] fix duplicate option 'colorlcd'. [dreambox] add display options [enigma2] use new config options. [iqon[ add some new machines. ios100HD, ios300HD add missing depends oe-a plugins [gb800xx] <fixed issues> - hdmi cec missing - dvd player audio async - hbbtv/iptv audio async - mp3 eof - ac3+ (ServusTV HD) - speed up channel zap - speed up video_event (size/framerate) <added features> - dvbs blindscan openvix: build 629 openvix: build 628 [openaaf] update duo vfd patch [openaaf] add display skins to feed [openaaf] fix spinner [openaaf] update spinner [openaaf] add skindefault [enigma2] cleanup bb, and add colour128 config for use with DM8000 & DM7020HD openvix: build 627 [enigma2-plugin-display] merge lcdpicon section into display section. so skins and picons are together. (if they grow large we can re-split) [gbqaud] update drivers 08.3.2013 <fixed issues> - dvd player audio async - hbbtv audio async - iptv audio async [ixuss] update drivers 08.03.2013 [3rd party plugins] Update [mixos] add fastscan plugin [enigma2-plugin-DreamPlex] recompile py files, and add .py to src package.
Images can be downloaded directly from the OpenViX server ( Link Below )
or via a online update
menu> setup> software update.or via a telnet session with the following command
init 4 && opkg update && opkg upgrade && init 6
OpenViX-Enigam2 GIT CHANGELOG
Click HereOE-ALLIANCE GIT-CHANGELOG
Click HereALL COMPATIBLE SOFTCAMS are now hosted directly on the OPENVIX Download center along with the images.
Links Below.OpenViX-IMAGES
Click HereOpenViX-CAMS
Click Here -
yeh managed to set the epg up now...when i install catseye list will it overwrite the vix list or run along side it?
any channel list or bouquet you load to the receiver will always overwrite the one already on the receiver, if you use ABM however it will not touch any preexisting bouquet on the receiver but create its own to go alongside the other. handy when using motorized bouquets like the Vhannibal packs.
-
you can use bus powered drives but they are a lot of draw on the receivers psu, so best to use powered drives.
-
Second this spent 3 hours last night thinking WTF without reading forum lol!
TSPanel and New Vix = Computer Says No! and HDD disappears lol!
Make use of the Ipks on the forum and Manual Install or use the Image Plugins Panel = SIMPLES
Thats actually a more common occurrence than you'd think, the natural instinct being to blame the image. We spent a lot of time trying to track down such issues both as reported by the BETA testers and users before we realized the culprit was the TSpanel.
personally i have all of my most used plugins on my NAS where i know there in easy reach, any thing else is easy enough to source.
-
Bad Magic NUmber!! That was the error message! FOund it in my history!
Def will be an original Vu!! Solo 2.. will see!!
Thank you!
Thats just telling you that the plugin you were trying to use was the wrong python version. It's common when using some older plugins but nothing to worry about, I would say this however and i know people will say i'm repeating my self because i am, but i would stay away from TSpanel with the ViX image or any other image based on either Pli or the OE-Alliance as it is known to cause issues with timeshift and network / usb mounts plus more.
