Search found 3 matches

by Warking
April 7th, 2010, 12:48 pm
Forum: Post-Processing Scripts
Topic: moving files out of the "complete" folder structure
Replies: 5
Views: 6064

Re: moving files out of the "complete" folder structure

Or you could just create a post-processing script like: "mv $1 /your/folder"
Then you could just move tv episodes or whatever you want by a associating it with a category.
by Warking
April 6th, 2010, 12:07 pm
Forum: Post-Processing Scripts
Topic: Post what you downloaded to your wp blog
Replies: 1
Views: 2154

Post what you downloaded to your wp blog

Ok, so maybe i need this post to add info, i will grab it.
by Warking
April 3rd, 2010, 3:10 pm
Forum: Post-Processing Scripts
Topic: Post what you downloaded to your wp blog
Replies: 1
Views: 2154

Post what you downloaded to your wp blog

import wordpresslib url = 'http://www.mywpblog.com/xmlrpc.php' wp = wordpresslib.WordPressClient(url, 'SomeAuthor', 'Someauthorpassword') wp.selectBlog(0) post = wordpresslib.WordPressPost() post.title = 'Look at that, I love being a pirate' post.description = '''$2,$1,$3 (or whatever command) blah...