Looking for a replacement of the webtxt dll that works with the latest version.
I have upgraded to 5.6 but the current webtxt doesn't seem to work with it.
I really love this program!!
Thank You
Wally J
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
WebTxt dll plugin
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: WebTxt dll plugin
I just tested the webtx on the latset version with the plugin found here (Oh dear, that's an old file!): viewtopic.php?p=10474&sid=ccca88ae8fe6e ... 99a#p10474
It seems it working just fine.
Can you please check with the line provided above and report back what is the issue?
Code: Select all
$dll(webtxt,1,http://example-files.online-convert.com/document/txt/example.txt,30#11)
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4
- Joined: November 11th, 2024, 8:36 am
Re: WebTxt dll plugin
Hey limbo...
Appreciate the fast reply... Got it sort of working. I did not have the text file with it to see exactly how to set it up.
did not know it needed a refresh time and line number separated by the # symbol. Also didn't know line the 1st line
was actually line 0.
Anyway... It's reading it but I get no refreshing. Web browser show txt file was rewritten by no refresh.
Here' the line currently using now to display the currently playing song.
$dll(webtxt,1,http://thewallyj.com/sites/wnkr/playing.txt,5#0)
Also, I noticed that the txt files that are in plugins folder, do not display when you highlight a plugin,
you have to go to the folder to see what the plugin does. Just a few issues I've noticed.
Thanks again
Wally J
Appreciate the fast reply... Got it sort of working. I did not have the text file with it to see exactly how to set it up.
did not know it needed a refresh time and line number separated by the # symbol. Also didn't know line the 1st line
was actually line 0.
Anyway... It's reading it but I get no refreshing. Web browser show txt file was rewritten by no refresh.
Here' the line currently using now to display the currently playing song.
$dll(webtxt,1,http://thewallyj.com/sites/wnkr/playing.txt,5#0)
Also, I noticed that the txt files that are in plugins folder, do not display when you highlight a plugin,
you have to go to the folder to see what the plugin does. Just a few issues I've noticed.
Thanks again
Wally J
-
- Posts: 4
- Joined: November 11th, 2024, 8:36 am
Re: WebTxt dll plugin
Now it seems to be working.
Wally J
Wally J
-
- Posts: 4
- Joined: November 11th, 2024, 8:36 am
Re: WebTxt dll plugin
I apparently needed to restart the program after making changes.
Haven't had to do that with other plugins.
Wally J
Haven't had to do that with other plugins.
Wally J
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
Re: WebTxt dll plugin
Nice to see that it is solved.