in usr/keys
CCcam.cfg
google it. It been covered many many times on many forums.
in usr/keys
CCcam.cfg
google it. It been covered many many times on many forums.
Ha ha, glad it was a quick fix, took me hours first time around to determine what was wrong with my mates box.
I had a friend whos h9s kept freezing.
It seemed his bouquets folder kept getting corrupted. Meaning it kept just getting stick on a blue screen.
if you can ftp into your box go into
/etc/enigma2
delete all the bouquets files. anything ending in .tv or .radio or .del
if your box comes back to live you will have to re-run autobouquet maker.
Does anyone know how to speed up VLC player when loading large IPTV playlists. Some playlists can take an age to load.
This never used to be the case. Playlists used to load as quickly as they downloaded. Now they download and process every single channel before doing anything.
I think i read somewhere that the problem is possibly Windows Defender checking every link in file. I am not to sure this is true.
Someone help me make VLC player fast load again.
Possible Fix for openvix caching images - As used on my toppicks
Here is the openatv LoadPixmap.py
upload to your box to
/usr/lib/enigma2/python/Tools
reboot your gui.
Channel select screen (tv button). Menu...settings...Zap Mode... black screen.
I presume you have setup your box to be 1080 or 4k when your tv is not cabable of this.
Without taking the box around to a mates house that has a bigger tv ;) This is how I would solve it. It looks long winded but its dead easy.
Firstly you need your sat boxes ip address.
do you know what the ip of your sat box is?
i.e 192.168.1.101
if you don't you can probably find it by trial an error via first finding your PC/laptops netwrok ip.
In windows type CMD in startmenu and run command prompt.
Then type ipconfig to see what your computers IPv4 address is.
if your computers ipv4 address is something like 192.168.1.100 then our satbox will be a few values up depending on how many devices you have got on your network in your house.
Just keep stepping that IP address up by one in a web browser until openwebif loads in a web browser.
i.e
192.168.1.100
192.168.1.101
192.168.1.102
Once openwebif has loaded click on terminal and enter "root" as the username
now type
init 4
this will disable your enigma2 and allow you to edit the settings file.
FTP into your box, (use something like filezilla 3.20 - later versions have searchbar crap in them ) enter the IP address and username "root", password (leave blank)
https://filezilla.en.uptodown.com/windows/old
Navigate to
/etc/enigma2
open up 'settings' file in notepad++
inside that you will see this section.
change false to true.
save the settings file back to your box.
Turn your box off and on and you should get the video wizard again.
you need the python PIL library for that
from PIL import Image, ImageEnhance, ImageOps, ImageFile
have a look at my code here which I use to download, resize and combine images for my toppicks in my skins.
There is code for downloading, cropping, pasting 2 images together. (in your case a set size blank 400 x 240 png and your cover art)
It will get you started, then google and stackoverflow is your friend. ;)
if you can make the zip file smaller enough to upload here,
zip your picon folder up, I can do a batch action in photoshop while I am sat on my computer.
Well the graphics are not going to magically turn from a cover art to a backdrop art.
Looking at the source code for the python component I don't think their is a flag you can turn on or off to stop the picon scaling to the size of its parent.
You would have to either center all the cover arts on a blank background with the correct ratio,
or source all the correct backdrops.
what skin are you using
Volume Text
opendhdf seems to be missing the component VolumeText but does seem to have valioVolumeText
2 options that might fix it.
in q-general.xml
<screen name="Volume" ....
amend
<widget render="VolumeText"
to
<widget render="valioVolumeText"
Alternatively - just upload the attached volumetext.py to
/usr/lib/enigma2/python/Components/Renderer
I just extracted that ipk there doesn't seem any obvious error in it.
But here are the files of the ipk.
Download the zip extract the files and copy them over to
usr/lib/enigma2/python/Plugins/Extensions/suptv
you will need to make the directory suptv
reboot your gui.
Depends how desperate you are for these files and how hands you on you are.
Not to familar with mutants but If that is an internal drive. Just take it out and put it in a pc caddy and run an undelete program.
Here is a video of the internal drive in a mutant
Depending on what browser you use there are a few ways to do this.
Click grab screenshot in openwebif.
This will load a picture into the main window.
1) right click this image. Save As. Save them to your computer.
2) right click this image. Copy image.. then paste into a graphics program. Do not copy and paste straight into a forum post as it will just be an image link on your local network and not the image itself. http://192.168.1.1/grab?format=jpg&mode=all#1546370480465
3) Use windows snipping tool. Snip your image. Save it or paste this snip to whereever you want including forum posts.
you do some really cool stuff with your skins :thumbup: