I've noticed something odd in the Settings screen - as I scroll down the list of available settings the section titled "Settings for EPG keywords plugin" has a green bar with Keywords, Channel and Description but immediately under that are all the settings for redring.
Also when I try to go into some of the settings where there is a button to open a new screen for that function (eg the new Remote Control option) all I get are the words "Settings Saved" with nothing else on the screen (this is all from my iphone). Anyone else seen this?
Yes. I selected the "Settings Saved" button and the screen changed to normal.
Correction: It was the "Save Changes" button.
Hmm I went and had another look at this (specifically I wanted to use the Channel Renumbering package) and I'm still getting the 'Settings Saved' screen (as per img_0875) if I try to use any settings that are behind a button (like Channel Renumber, Remote Control etc etc). The screen wont scroll so there are no other buttons hidden away to press. Back on the main settings screen I still have the EPG Keywords headers but then followed by the Redring settings (as per IMG_0874)
f you record The Big Bang Theory then the existing Dedup nicely converts all of the files to episode names but now you can use a helper file to add series and episode numbers too.
If you download http://hummypkg.org.uk/series/tbbt.series.info and drop it into your The Big Bang Theory folder named series.info then Dedup will automatically use it.
So you get S1-02: The Big Bran Hypothesis instead of The Big Bran Hypothesis
df /mnt/hd2
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 469343496 450014452 0 100% /mnt/hd2
cat /tmp/mongoose_error.log
[1353682911] [error] [client 192.168.1.254] GET /images/345_2_14_ST_HDD_26.png: Error 404: Not Found
Note: If I try to access the webif interface using the remote control on my T2, the interface does come up, but I can't actually navigate it. None of the buttons on the remote do anything once the webif interface is up.
You can reset a Web-If password using Telnet, details HERE.
Not sure what you are referring to here, If you are refereeing to the the Custom TV Portal Xtra1 >> =Menu >> 4. Web If it does say next to it (Not Working)
Is someone looking into the issue ?Well it won't let me rename it either so reckon it must be the umlaut
Runtime Error: file.jim:14: could not read "/media/My Video/Babar och Badous äventyr_20130219_0835.ts": No such file or directory in procedure 'file' called at file "file.jim", line 14
Answering my own question,Is someone looking into the issue ?
Since I live in Sweden, I got tons of recordings containing umlauts, that can't be moved or croped, since the file can't be found by webif.
or can't it be solved for some reason ?
function replaceumlauts(string)
{
value = string;
value = value.replace(/\u00e5/g, '%E5');
value = value.replace(/\u00e4/g, '%E4');
value = value.replace(/\u00f6/g, '%F6');
value = value.replace(/\u00c5/g, '%C5');
value = value.replace(/\u00c4/g, '%C4');
value = value.replace(/\u00c6/g, '%C6');
return value;
}
file = replaceumlauts( file );
Thnx!Thanks - I'll add something similar to the main webif package so everyone can benefit.
Thanks - I'll add something similar to the main webif package so everyone can benefit.
Runtime Error: file.jim:14: could not read "/media/My Video/_OTHER_One_Off_Recordings/RTÃ News_ Six One_20130804_1900.ts": No such file or directory in procedure 'file' called at file "file.jim", line 14