Suggestion for Picon Renderer

Lincsat

Vu+ User
To enable the Picon renderer to look for the Picons on the HDD, in the file /usr/lib/enigma2/python/Components/Renderer/Picon.py - Line 10 needs changing from

Code:
'/media/cf/%s/',

to

Code:
'/media/hdd/%s/',

Would it be possible to change this in future builds?
 

Matrix10

Administrator
I do not believe that it is good to have Picon on HDD
then HDD have to work always because of Picon.
 

Lincsat

Vu+ User
I do not believe that it is good to have Picon on HDD
then HDD have to work always because of Picon.

Obviously it's better to have them in some form of solid state memory, I'm just suggesting that there is the option of the image finding the Picons (without having to modify a file) should a user choose to put them on a HDD
 
Top