Search the web
Sign In
New User? Sign Up
radio-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Posting from Radio to Blogger.com ... via Atom API ...   Message List  
Reply | Forward Message #8406 of 8443 |
Re: Updated: Radio 8.1 Upstreaming Beta

.

Hello,

The unix representation of the path is...
"~/Pictures/Radio\ Upstream"

The full HFS path is...
Nemisis:Users:jack:Pictures:Radio Upstream:

This location of the Radio Upstream folder is Dave's suggested location for the
folder
under Mac OSX. I forget the location for windows machines.

Dave's code does take the images and move them into the proper heirarchy in the
images
folder every minute. ... My www/images folder has quite a few images in it, more
images
in there than posts in the other folders. ... The entire heirarchy ot the images
folder need
not be scanned, just the newest folder. ... Perhaps there should be a mechanism
for the
action of publishing, or the adding of an image to the Radio Upstream folder, or
future
tools that handel other media types, to make a data entry into an upstreamTable.
The
table gets scanned, and whatever data is in the table gets upstreamed, and
removed from
the table. ...

Jack


--- In radio-dev@yahoogroups.com, "Marc Barrot" <marc@p...> wrote:
> --- In radio-dev@yahoogroups.com, "Peter Breuls" <breuls@c...> wrote:
> > I think he's running the My Pictures tool:
> > It does exactly that: watch a folder and move every image that's
> > dropped there into the www/images/YYYY/MM/DD folder.
>
> Ok, so the upstreaming code is behaving exactly as expected :-)
>
> Under the new upstreaming scheme, any 'special' folder under Radio's
> root 'www' folder is scanned for upstreaming once an hour. I suppose
> David built an upstream driver in the myPicture tool that takes care
> of the folder watching.
>
> We've already built some limited support for My Pictures style image
> management: once the images are moved into the Year / Month folders
> hierarchy, they are upstreamed with the same timing as regular posts.
>
> Refer to the upstreaming preferences page
> http://127.0.0.1:5335/system/pages/prefs?page=1.4 for a detailed schedule.
>
> What is missing is proper support for the upstreaming of My Pictures'
> 'special' folder.
>
> We have provided for this need through a new upstreaming callback
> script in user.radio.callbacks.upstreamScanFolder. David should update
> My Pictures to place in that table the address of a script that
> determines when the folder whose upstreaming cache table address was
> passed as a parameter should upstream.
>
> I wrote such a script for activeRenderer 2.5.2, so that aR's importing
> mechanism kept triggering every 5 minutes. All upstreamScanFolder
> callback scripts are called every 10 seconds.
>
> I'll place the activeRender upstreamScanFolder script in the Files
> section of this group, to serve as a template.
>
> David, if you're still browsing this list, get in touch with me
> please. If you are not, I guess I'll try to unearth your email address
> from my archives, it's been quite a while :-)
>
> Jack, for now, if you tell us the complete pathname for your My
> Pictures 'special' folder, I can send you a quick fix.
>
> Cheers
>
> Marc





Thu Jun 23, 2005 2:35 pm

jaksonofjack
Offline Offline
Send Email Send Email

Forward
Message #8406 of 8443 |
Expand Messages Author Sort by Date

Ok ... I had to write this tonight ... this is my first success on this effort! http://tabletpcthoughts.blogspot.com/2005_05_01_tabletpcthoughts_archive.htm l ...
Scott C. Lemon
Scott.Lemon@...
Send Email
Jun 2, 2005
7:21 am

... Radio... An Atom API posting interface is a great addition to Radio. Would you consider sharing your code, may be include it in a tool ? Cheers Marc...
Marc Barrot
mb1022002
Offline Send Email
Jun 2, 2005
7:53 pm

Yes ... I'm actually completing the code as a new tool, as a fork of the xManilaBloggerBridge tool ... I'm hoping to complete that in the next couple of days,...
Scott C. Lemon
Scott.Lemon@...
Send Email
Jun 2, 2005
9:00 pm

Ok ... So I'm several days overdue ... But here it is: http://radioatombridge.blogspot.com/ Go here and you can grab a copy of my RadioAtomBridge Tool ... Let...
Scott C. Lemon
Scott.Lemon@...
Send Email
Jun 9, 2005
5:57 am

Ok ... I have another "bug" that I found today ... It's actually a dependency. It appears that I had already installed Steve Hookers other tool ... The ...
Scott C. Lemon
Scott.Lemon@...
Send Email
Jun 9, 2005
7:29 pm

I also had another bug reported ... I didn't implement the edit/update post function. So new posts work ... Editing a post does not yet update the post on...
Scott C. Lemon
Scott.Lemon@...
Send Email
Jun 9, 2005
7:39 pm

We made some changes to the upstreaming in Radio, adding some new scan intervals for different folders. This reduces the load that Radio places on the...
Lawrence Lee
tomalak
Offline Send Email
Jun 17, 2005
6:28 pm

. Well Lawrence, Thank you for the work. ... As of now I have installed the update, and my streaming seems to mostly work for the normally scheduled upstream...
jaksonofjack
Offline Send Email
Jun 22, 2005
7:42 am

Radio upstream folder--do you mean the 'www/images' folder? Do you have a custom script or tool that moves images into date-based folders? Steve ... -- Steve...
Steve Kirks
srkbuh
Offline Send Email
Jun 22, 2005
1:20 pm

I think he's running the My Pictures tool: http://radio.userland.com/userGuide/reference/tools/myPicturesTool It does exactly that: watch a folder and move...
Peter Breuls
peterbreuls
Offline Send Email
Jun 22, 2005
1:26 pm

. Hello THAT IS CORRECT. ... The My Pictures tool that David created quite a while ago. Jack...
Jack Foster Mancilla
jaksonofjack
Offline Send Email
Jun 22, 2005
1:48 pm

... Ok, so the upstreaming code is behaving exactly as expected :-) Under the new upstreaming scheme, any 'special' folder under Radio's root 'www' folder is...
Marc Barrot
mb1022002
Offline Send Email
Jun 23, 2005
2:06 pm

. Hello, The unix representation of the path is... "~/Pictures/Radio\ Upstream" The full HFS path is... Nemisis:Users:jack:Pictures:Radio Upstream: This...
jaksonofjack
Offline Send Email
Jun 23, 2005
2:36 pm

... Ok, so it appears I was wrong on 2 counts: 1. We are not dealing with David Davies' assetManager tool ...
Marc Barrot
mb1022002
Offline Send Email
Jun 23, 2005
3:26 pm

... I can't help thinking this would be more conveniently handled by (perhaps additionally handled as) a line in the #prefs.txt file. M -- Matt Mower ::...
Matt Mower
mowerm
Offline Send Email
Jun 23, 2005
2:49 pm

... Interesting thought. Our main object here is speed and load though... Checking a #prefs.txt file as a background activity is resource intensive. Matt, can...
Marc Barrot
mb1022002
Offline Send Email
Jun 23, 2005
3:31 pm

... There wasn't a lot of thought behind it. I just thought that, if a user wants to change the default for a folder, messing about with tables & callbacks...
Matt Mower
mowerm
Offline Send Email
Jun 23, 2005
4:34 pm

... Ok, the short answer is: if you are a Radio user, you don't want to change the upstreaming mechanism, it's too delicate. When a Usertalk developer needs to...
Marc Barrot
mb1022002
Offline Send Email
Jun 23, 2005
5:12 pm

... Maybe I misunderstood. I thought this was about varying the period between upstreaming checks, no? So my suggestion was that, if a user wanted (for...
Matt Mower
mowerm
Offline Send Email
Jun 23, 2005
5:33 pm

... Ok, here is the long answer: Your idea makes sense from a (power)user experience point of view, assuming he/she knows how to play with prefs files. ...
Marc Barrot
mb1022002
Offline Send Email
Jun 23, 2005
5:51 pm

... That sounds very reasonable. I was just musing out loud. M -- Matt Mower :: http://matt.blogs.it/...
Matt Mower
mowerm
Offline Send Email
Jun 23, 2005
6:27 pm

Marc, I think you're getting your Dave's and David's confused. Dave Winer wrote myPictures.root David Davies wrote assetManager.root Andy -- Andy Fragen...
Andy Fragen
ajfragen
Offline Send Email
Jun 23, 2005
7:51 pm

Steve, I think it's the myPictures tool that does the date based folder thing. -- Andy Fragen ... folder. ... ... installing of...
Andy Fragen
ajfragen
Offline Send Email
Jun 23, 2005
7:49 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help