| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post
| The lcd-plugin thread is getting really long. Id lik to start a thread on how people are using Joe Daltons plugin for best results. First I am trying to understand the xml tags used: <Message Status="blabla"> This is the "event" that triggers a given display. possible: "Idle" "Action" -> <Window> "PlayingMusic" "PlayingRadio" "PlayingTV" "PlayingRecording" "Timeshifting" "PlayingDVD" "PlayingVideo" By putting code inside the Message tags, you are connecting functionality to the givencondition: <Message Status="blabla"> </Message> Then you simply specify the wanted functionality one line at a time: <Line Alignment="Centered"> <Text Value="Hello World!" /> </Line> The alignement can be Centered, Left or Right <Property Value="#TV.View.channel" /> <Parse Value=": #TV.View.title"> <NotNull Value="#TV.View.title" /> </Parse> <Text Value=": #736"> <IsNull Value="#TV.View.title" /> </Text> <Window>1</Window> ? #currentmodule #time #TV.View.channel #TV.View.title #736 #TV.View.start; #TV.View.stop subtract: "->" TV Programs on ##TV.Guide.Day #highlightedbutton #selecteditem #Play.Current.Title #Play.Current.Artist #Play.Current.Album #currentplaytime #duration (#112) ? #paused Text progressbar: http://forum.team-mediaportal.com/sh...sBar#post71232 example: [#####------] Code: <Line Alignment="Left">
<TextProgressBar StartChar="[" EndChar="]" ValueChar="#" FillChar="-" Length="16">
<ValueProperty Value="#currentplaytime" />
<TargetProperty Value="#duration" />
</TextProgressBar>
<Text Value=" (#112)">
<NotNull Value="#paused" />
</Text>
http://forum.team-mediaportal.com/sh...nter#post54487 Code: <Parse Value="#time " />
<PerformanceCounter CategoryName="Processor" CounterName="% Processor Time" InstanceName="_Total" Format="##0"/>
<Text Value="% CPU"/>
Swap characters (usefull if your lcd does not support all your accented chars: Code: <TranslateFrom>
<string>©</string>
</TranslateFrom>
<TranslateTo>
<string>(c)</string>
</TranslateTo>
LCD plugin supporting more than 70 display types (now with full graphics support!!!) Code: <CustomCharacters> <CustomCharacter> <int>0</int> <int>4</int> <int>0</int> <int>14</int> <int>1</int> <int>15</int> <int>17</int> <int>15</int> </CustomCharacter> </CustomCharacters> <TranslateFrom> <string>å</string> </TranslateFrom> <TranslateTo> <string>�</string> </TranslateTo> |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Sep 2005
Posts: 555
Thanks: 0
Thanked 1 Time in 1 Post
| So, I tried to use #currentplaytime and #duration for MyTV program progressbar, but it did not work, at least not when recording was off. Anyone know what variables to use? Something in EPG? -k |
| | |
| | #5 (permalink) |
| Portal Member | Well i changed the line 63 in the externaldisplay.xml. I removed the "#" and "-" for the progressbar and replaced them with "■" and "□". Now i think its a bit nicer. Here ist the whole line: <TextProgressBar StartChar="[" EndChar="]" ValueChar="■" FillChar="□" Length="18"> But i still would love to have something with grafic like on a d-boxII Regards Dirk |
| | |
| | #7 (permalink) |
| Portal Member | I guess your german? I hope so, because i'm not able to explain correct in english: Start->Ausführen->charmap.exe Das öffnet die Zeichentabelle. Dort unter der Schriftart "Arial" gibts die Kästchen. Die kann man dort auswählen und kopieren. Bei mir funzt das einwandfrei, da Arial überall installiert ist. Sorry, but if anyone can translate that to english...... that would be very nice Regards Dirk |
| | |
| | #9 (permalink) | |
| Portal Member Join Date: Jul 2005 Location: Switzerland Age: 27
Posts: 1,017
Thanks: 9
Thanked 3 Times in 3 Posts
| Quote:
Because they are the same width ![]() | |
| | |
| This User Say Thank You: |
![]() |
| Bookmarks |
| Tags |
| externaldisplayxml |
| Thread Tools | |
| Display Modes | |
| |