
Aglare FHD by MNASR
- odem2014
- Thread is marked as Resolved.
-
-
Screenshot_2024-03-29-19-08-11-645.jpg
Aglare 2.4
-
New Update
Aglare-FHD v2.5
* Try to fix some overlapped text .
* Fix some screens.
* Fix error in IPK depends.
IPK size : 6.9 mb
Download:
enigma2-plugin-skins-aglare-fhd_2.5_allwww.mediafire.com -
-
odem2014 Hi, congratulations on your work and passion. I wonder how it is possible to set a different directory for saving posters now those who don't have an external SD or HDD don't allow saving
Don't worry, I had planned this too and for those who don't have a devise the posters and backdrops will go in /tmp
Codeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)
-
Well done, for all the repairs and adopted proposals. Everything looks much better now. Moving the EPG in the infobar is a complete hit.
Is it possible to display EPG now and EPG next in bold in eventview?
And one more suggestion: in the standard and green color style, EPG progress in the infobar, channel list, and eventview should be displayed in yellow or blue (it would be better to see it that way).
Please.
-
odem2014 Hi, congratulations on your work and passion. I wonder how it is possible to set a different directory for saving posters now those who don't have an external SD or HDD don't allow saving
Don't worry, I had planned this too and for those who don't have a devise the posters and backdrops will go in /tmp
Codeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)
no worries mine was a feedback intention the skin still saves in hdd box tell me what to change to move it only to temporary folder thanks
-
current version uploaded to openATV Feed
-
odem2014 Hi, congratulations on your work and passion. I wonder how it is possible to set a different directory for saving posters now those who don't have an external SD or HDD don't allow saving
Don't worry, I had planned this too and for those who don't have a devise the posters and backdrops will go in /tmp
Codeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)
no worries mine was a feedback intention the skin still saves in hdd box tell me what to change to move it only to temporary folder thanks
WHY??
you can't change. It's programmed like this, after a few days you delete the old PNG based on the date. No you are ever happy, some want it red, some yellow, some green, :) ahahaha
-
odem2014 Ciao, complimenti per il tuo lavoro e la tua passione. Mi chiedo come sia possibile impostare una directory diversa per il salvataggio dei poster ora chi non ha una SD o un HDD esterno non consente il salvataggio
Non preoccupatevi, avevo previsto anche questo e per chi non ha un idea i poster e i fondali andranno in /tmp
Codese os.path.isdir("/media/hdd"): percorso_cartella = "/media/hdd/poster/" elif os.percorso.isdir("/media/usb"): percorso_cartella = "/media/usb/poster/" elif os.percorso.isdir("/media/mmc"): percorso_cartella = "/media/mmc/poster/" altro: percorso_cartella = "/tmp/poster/" altrimenti os.path.isdir(path_folder): os.makedirs(percorso_cartella)
non preoccuparti, la mia era un'intenzione di feedback, la skin viene ancora salvata nella casella hdd dimmi cosa cambiare per spostarla solo nella cartella temporanea, grazie
PERCHÉ??
non puoi cambiare. Si programma così, dopo qualche giorno si cancella il vecchio PNG in base alla data. No, non sei mai felice, alcuni lo vogliono rosso, altri giallo, altri verde, :) ahahaha
OK, then the skin saves the posters on HDD, it saves 4 of them because the HDD folder doesn't allow saving if you don't have an external hard disk. Having said this, I no longer intend to give my feedback if this is the reaction of the coders. I greet you.
-
odem2014 Ciao, complimenti per il tuo lavoro e la tua passione. Mi chiedo come sia possibile impostare una directory diversa per il salvataggio dei poster ora chi non ha una SD o un HDD esterno non consente il salvataggio
Non preoccupatevi, avevo previsto anche questo e per chi non ha un idea i poster e i fondali andranno in /tmp
Codese os.path.isdir("/media/hdd"): percorso_cartella = "/media/hdd/poster/" elif os.percorso.isdir("/media/usb"): percorso_cartella = "/media/usb/poster/" elif os.percorso.isdir("/media/mmc"): percorso_cartella = "/media/mmc/poster/" altro: percorso_cartella = "/tmp/poster/" altrimenti os.path.isdir(path_folder): os.makedirs(percorso_cartella)
non preoccuparti, la mia era un'intenzione di feedback, la skin viene ancora salvata nella casella hdd dimmi cosa cambiare per spostarla solo nella cartella temporanea, grazie
PERCHÉ??
non puoi cambiare. Si programma così, dopo qualche giorno si cancella il vecchio PNG in base alla data. No, non sei mai felice, alcuni lo vogliono rosso, altri giallo, altri verde, :) ahahaha
OK, then the skin saves the posters on HDD, it saves 4 of them because the HDD folder doesn't allow saving if you don't have an external hard disk. Having said this, I no longer intend to give my feedback if this is the reaction of the coders. I greet you.
But I didn't mean to offend you, you didn't give these details before :)
-
odem2014 Ciao, complimenti per il tuo lavoro e la tua passione. Mi chiedo come sia possibile impostare una directory diversa per il salvataggio dei poster ora chi non ha una SD o un HDD esterno non consente il salvataggio
Non preoccupatevi, avevo previsto anche questo e per chi non ha un'idea i poster ei fondali andranno in /tmp
Codevedere os.path.isdir("/media/hdd"): percorso_cartella = "/media/hdd/poster/" elif os.percorso.isdir("/media/usb"): percorso_cartella = "/media/usb/poster/" elif os.percorso.isdir("/media/mmc"): percorso_cartella = "/media/mmc/poster/" altro: percorso_cartella = "/tmp/poster/" altrimenti os.path.isdir(path_folder): os.makedirs(percorso_cartella)
non preoccuparti, la mia era un'intenzione di feedback, la skin viene ancora salvata nella casella hdd dimmi cosa cambiare per spostarla solo nella cartella temporanea, grazie
PERCHE'??
non puoi cambiare. Si programma così, dopo qualche giorno si cancella il vecchio PNG in base alla data. No, non sei mai felice, alcuni lo vogliono rosso, altri gialli, altri verdi, :) ahahaha
OK, allora la skin salva i poster su HDD, ne salva 4 perché la cartella HDD non consente il salvataggio se non si dispone di un disco rigido esterno. Detto questo non intendo più dare il mio feedback se questa sarà la reazione dei programmatori. Ti saluto.
Ma non volevo offenderti, non mi avevi fornito questi dettagli prima :)
I wasn't offended but resentful lol I complimented you on the work you did I simply added that the directory remains hdd if it would be possible to set the tmp folder, I know it's complicated and stressful but mine was a request not advice.
-
To do this we would have to create a config line in the plugin, if feasible, and the renderers would have to import it. I don't know how effective it is for skins that use my modified renderers and various poster plugins. If you just want temp I can give you some make d change or tell you what to change. but be careful.. The box must have memory for this
if you want open renderer poster / bacposter with Notepad++ (no notepad win or other)
find lineCodeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)
anr rewrite with this
-
To do this we would have to create a config line in the plugin, if feasible, and the renderers would have to import it. I don't know how effective it is for skins that use my modified renderers and various poster plugins. If you just want temp I can give you some make d change or tell you what to change. but be careful.. The box must have memory for this
if you want open renderer poster / bacposter with Notepad++ (no notepad win or other)
find lineCodeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)
anr rewrite with this
thx for support I modified these 2 files AglarePosterXEMC ed AglarePosterX now I can save the posters on the temp folder now I create a script from cronotabs that cleans the directory every day
-
Can overlapping words be resolved?
-
I wonder if it possible to add some options to customize the posterx rander recoded by you before, options like.
1. Add customized user path in case the memory mounting name different from the defaults, for example hdd2 or USB2... etc.
2. Add option to download posters in two different locations with two different auto-remove time intervals.
3. Add options to activate/deactivate posters website or even add more,
4. Add option to change auto-remove timer
5. Add option to activate / deactivate background posters downloads for bouquets 12 hrs in advance ( I suggested this before and you assumed it will consumed box resources) but I don't understand why I have to zap to each channels and wait for posters download even for a few seconds.
I think you can add more features to ozeta setup to add more users inputs.
-
-
New Update
Aglare-FHD v2.5
* Try to fix some overlapped text .
* Fix some screens.
* Fix error in IPK depends.
IPK size : 6.9 mb
Download:
Hi, I installed the latest version of the skin for some reason does not show the second information panel with the weather image of openatv 7.4 or is it possible for everyone to fix the skin great, I really liked it thanks to the creators
-
New Update
Aglare-FHD v2.5
* Try to fix some overlapped text .
* Fix some screens.
* Fix error in IPK depends.
IPK size : 6.9 mb
Download:
Hi, I installed the latest version of the skin for some reason does not show the second information panel with the weather image of openatv 7.4 or is it possible for everyone to fix the skin great, I really liked it thanks to the creators
Send a screenshot please
-
New Update
Aglare-FHD v2.5
* Try to fix some overlapped text .
* Fix some screens.
* Fix error in IPK depends.
IPK size : 6.9 mb
Download:
Hi, I installed the latest version of the skin for some reason does not show the second information panel with the weather image of openatv 7.4 or is it possible for everyone to fix the skin great, I really liked it thanks to the creators
Send a screenshot please
This is how the location of the second information panel shows
Enigma2 skins for oe-alliance based images.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!