I use wget to get around this problem where URL's don't work with linux this one has more spaces than most
wget -O /home/rd/dropbox/theChristianRockPart1.wav http://www.thechristianrock20.com/CR20shows/NewShow_WAV/The%20Christian% 20Rock%2020%20-%20081212%20-%20Part%201.wav will put it in your dropbox with a useable label. It works here rdcatch is a bit precious about spaces to get all segments write a script with 6 wget events. With luck some wildcards will get around the date, or you can get the date included in the download label. Then have rdcatch cart it in time for broadcast from the dropbox have it delete the source and you won't have a problem with 2 weeks progs in the same dropbox. If you want a hand with the script let me know. regards Robert Jeffares On Wed, 2012-08-08 at 18:10 -0400, Fred Gleason wrote: > On Aug 8, 2012, at 17:57 11, Nathan Steele wrote: > > > I suspect it is the spaces in the filename throwing it off but I tried > > adding %20 and that just added 0 instead of a space...if i use the > > spaces it looks like the correct url in /var/log/messages... > > What RD version are you using? The v2.1.4 update fixed a raft of problems > involving URLs with 'unusual' characters. Earlier versions are likely to > exhibit significant flakiness with URLs containing spaces. > > Cheers! > > > |-------------------------------------------------------------------------| > | Frederick F. Gleason, Jr. | Chief Developer | > | | Paravel Systems | > |-------------------------------------------------------------------------| > | A room without books is like a body without a soul. | > | -- Cicero | > |-------------------------------------------------------------------------| > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
