yeah! working
i'm getting Ch13: KTRK in Currentfile and KTRK in ChanneName..you da man, i tried find ch info and couldn't find it either..
typically i like to have it say 'TV ch13:KTRK' in upper line to replace CurrentActivity when in livetv..
don't want it to have to alter data too much in smartie cuz it is limited to how much can be altered on one line..
i was hoping we could get a couple of entries like a basic line1 and line2 key for non-tweakers that displays:
for upper line, just 'Video', 'Music', 'TV ch#:chName', or idle msg when not playing anything.. [note ch#/name in top line,replacing LiveTV, so not output to currentfilename,we want show title
ubtitle playing on that channel currently on bottom]
oh and could we add user text to time idle line? [n/m it works already just added text to time format! now mine looks like "12:00 -=nPvr=- "]
bottom line, current file/livetvshow "title
ubtitle" as seen in db for videos/livetv/dvd, mp3 info for music, and separate keys for next rec an current rec so smartie could append those when they exist...
separated entries are great for tweakers, but need a plug n go setup for most...
only other thing i can think of is maybe a nice custom char for recording icon..[doable by just having custom msg strings]
oh, the reg reading problem was with registryreader.dll plugin from main site, it was balking on empty reg entries for me..Myreg.dll doesn't.
[myreg is from forums]
both can test for existance of reg entry as well, but like i said, using too much of that logic can lead to extremely long and unreadable smartie lines..
almost there tho...now just need title
ubititle lookups...
[tricky i'm sure, old ver was easy comparatively]
but you can chop off everything past the _ in file names to get title at least for now..
thanx so much for all your hard work...
btw, here's my line for now, almost everything working properly, i just had to use regexp on 2nd line to chop off dates from filenames..
oh and for dvd's it shows video_ts, but it needs parent dir of that, so 2 dirs up would give the named folder..eg: \the hangover\video_ts\ we need the second dir up..[the hangover] but for actual discs there's a diff mechanism..

typically i like to have it say 'TV ch13:KTRK' in upper line to replace CurrentActivity when in livetv..
don't want it to have to alter data too much in smartie cuz it is limited to how much can be altered on one line..
i was hoping we could get a couple of entries like a basic line1 and line2 key for non-tweakers that displays:
for upper line, just 'Video', 'Music', 'TV ch#:chName', or idle msg when not playing anything.. [note ch#/name in top line,replacing LiveTV, so not output to currentfilename,we want show title

oh and could we add user text to time idle line? [n/m it works already just added text to time format! now mine looks like "12:00 -=nPvr=- "]
bottom line, current file/livetvshow "title

separated entries are great for tweakers, but need a plug n go setup for most...
only other thing i can think of is maybe a nice custom char for recording icon..[doable by just having custom msg strings]
oh, the reg reading problem was with registryreader.dll plugin from main site, it was balking on empty reg entries for me..Myreg.dll doesn't.
[myreg is from forums]
both can test for existance of reg entry as well, but like i said, using too much of that logic can lead to extremely long and unreadable smartie lines..
almost there tho...now just need title


but you can chop off everything past the _ in file names to get title at least for now..

thanx so much for all your hard work...

btw, here's my line for now, almost everything working properly, i just had to use regexp on 2nd line to chop off dates from filenames..
Code:
Text01="$dll(myreg,1,HKEY_LOCAL_MACHINE\SOFTWARE\npvrlcd\ProcessedData,CurrentActivity)"
Text02="$dll(regexp.dll,1,[^_]*,$dll(myreg,1,HKEY_LOCAL_MACHINE\SOFTWARE\npvrlcd\ProcessedData,CurrentFile)) "
oh and for dvd's it shows video_ts, but it needs parent dir of that, so 2 dirs up would give the named folder..eg: \the hangover\video_ts\ we need the second dir up..[the hangover] but for actual discs there's a diff mechanism..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie