[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4326: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3501)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3501)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4329: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3501)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4330: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3501)
*Updated 4/27/12* Plugin: VideoScreensaver
Sign up here and you can log into the forum!

*Updated 4/27/12* Plugin: VideoScreensaver

The WDTVExt plugin depot. Plugins/libraries/code only

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby leetwanker » Thu Nov 21, 2013 12:46 am

Issue [SOLVED]:

Turns out it had nothing to do with libraries.

All the files in the zip have End Of Line (EOL) markers at the end of each line and it was interfering with the operation of the files. (This was with versions 1.3 & 1.4. I'd expect v1.5 soon.)

What should have been:
#!/usr/bin/bash
was actually
#!/usr/bin/bash^M

To remove these with Notepad++ do the following:

Open the file in Notepad++

[Edit > EOL Conversion > Old Mac Format] to remove all the End Of Line characters. Save file.

Then: [Edit > EOL Conversion > UNIX/OSX Format] Saved the file again.

All the ^M's should be gone. Open the file with vi to confirm that they're clean.

VideoScreensaver is working perfectly now. Thanks so much for all the time you've spent with me on these couple of issues!
1.02.21_V.WDLXTV_LIVE-0.5.2.0
leetwanker
DLX'er
 
Posts: 101
Joined: Sat Dec 08, 2012 7:52 am

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby KAD » Thu Nov 21, 2013 8:15 am

it must be something on your end

took a quick look
using nano directly on WD
line breaks are correct

then I donwloaded 1.4 just to double check
unzipped
ftp to WD
used nano to check line breaks
line breaks are correct
If you like my work please consider a Donation.
Please read the appropriate documentation before posting questions!
PM's are for private matters. Post support questions to the appropriate forum, or they will be ignored.
User avatar
KAD
Global Moderator
 
Posts: 5103
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby leetwanker » Thu Nov 21, 2013 11:32 am

1.02.21_V.WDLXTV_LIVE-0.5.2.0
leetwanker
DLX'er
 
Posts: 101
Joined: Sat Dec 08, 2012 7:52 am

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby recliq » Thu Nov 21, 2013 11:43 am

:o
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to for a beer or a new flash drive. ...and always remember: RTFM! (, , ) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5513
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby leetwanker » Thu Nov 21, 2013 11:49 am

1.02.21_V.WDLXTV_LIVE-0.5.2.0
leetwanker
DLX'er
 
Posts: 101
Joined: Sat Dec 08, 2012 7:52 am

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby KAD » Thu Nov 21, 2013 12:35 pm

I'm willing to check it again tonight with vi or other

but I get no errors on my end, scripts run just fine
no dos2unix or other edits needed
if the line endings were ^M on my end as well, the scripts would not run
I would have seen a lot of the same errors as you've posted

but regardless I'll check, and then thanks again to recliq, he's setting up some svn access, so this can be uploaded WD -> SVN -> to WD

I'm sure it might take a couple of days though, noticed a few reports of svn dns errors today
If you like my work please consider a Donation.
Please read the appropriate documentation before posting questions!
PM's are for private matters. Post support questions to the appropriate forum, or they will be ignored.
User avatar
KAD
Global Moderator
 
Posts: 5103
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby leetwanker » Thu Nov 21, 2013 12:39 pm

1.02.21_V.WDLXTV_LIVE-0.5.2.0
leetwanker
DLX'er
 
Posts: 101
Joined: Sat Dec 08, 2012 7:52 am

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby leetwanker » Thu Nov 21, 2013 1:01 pm



VideoScreensaver HD Videos [NO AUDIO] [HD 720p] [HD1080p]


Videos Included:
earth.from.above.1080.mp4
wonderful.planet.earth.1080.mp4
Angel.Falls.1080p.mp4
Amazing.Insects.1080p.mp4
Amazing.Migrations.1080p.mp4
amazing.nature.scenery.1080.mp4
coolest.nature.video.720p.mp4
DigiFish.Aqua.Real.2.1080p.mp4
Earth.in.HD.1080p.mp4
Entering.The.Stronghold.720p.mp4
earth.from.space.720.mp4
Planet.Earth.Compilation.1080p.mp4
The.Invisible.World.720p.mp4
planet.earth.1080.mp4


Some really great visuals included! Check them out if you use a video screensaver on your WDTV!
1.02.21_V.WDLXTV_LIVE-0.5.2.0
leetwanker
DLX'er
 
Posts: 101
Joined: Sat Dec 08, 2012 7:52 am

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby leetwanker » Thu Nov 21, 2013 9:43 pm

1.02.21_V.WDLXTV_LIVE-0.5.2.0
leetwanker
DLX'er
 
Posts: 101
Joined: Sat Dec 08, 2012 7:52 am

Re: *Updated 4/27/12* Plugin: VideoScreensaver   

Postby KAD » Mon Nov 25, 2013 8:27 pm

If you like my work please consider a Donation.
Please read the appropriate documentation before posting questions!
PM's are for private matters. Post support questions to the appropriate forum, or they will be ignored.
User avatar
KAD
Global Moderator
 
Posts: 5103
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

PreviousNext

Return to WDTVExt plugins

Who is online

Users browsing this forum: No registered users and 2 guests