Normal
I've PM'ed you with some code I knocked up for the web interface - its in VB.NET code, but its pretty easy to read.There's no definite list, but here's some:#title#file#artist#duration#TV.View.title#TV.View.channel#TV.Record.duration#TV.View.description#selecteditem#selecteditem2#currentmoduleWhat I've done to discover these is to create a process plugin that subscribes to the onPropertyChanged event, and write these to the log file.You could, of course, look through all the source code...Sam
I've PM'ed you with some code I knocked up for the web interface - its in VB.NET code, but its pretty easy to read.
There's no definite list, but here's some:
#title
#file
#artist
#duration
#TV.View.title
#TV.View.channel
#TV.Record.duration
#TV.View.description
#selecteditem
#selecteditem2
#currentmodule
What I've done to discover these is to create a process plugin that subscribes to the onPropertyChanged event, and write these to the log file.
You could, of course, look through all the source code...
Sam