0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
I'm now making it into a kinda workflow GUI. I'm getting really close to something really usable and workable. More... about 17 years ago
Yes, got something to work. Output on the CLI. More... about 17 years ago
Added a lot of new GUI ! More... about 17 years ago
Added automatic mime/type guessing, dont know if it will work More... about 17 years ago
Added a new tab that allows you to upload an episode (er dont try it yet) Added filters to the filebrowser so you will only get .avi/.mp3/.mov etc Fixed all closing/reopening of windows More... about 17 years ago
minor adjustments More... about 17 years ago
Added validation on the login window (removed the tabs idea). Still need to add the main window. More... about 17 years ago
Ok now selecting a Blog is fullly done, double clicking a blog in the 'My Blogs' window will put it in the text box ( you still need to click submit ) you can also click select after high lighting a blog. More... about 17 years ago
Added a dialog box that pops up when you click 'my blogs' if you have logged in then it should show you your blogs.... Not added a dialog box for errors yet, most should show in your console if thats where you run it from :) More... about 17 years ago
This file is quite important for the GUI to run, its a XML file created by glade (due to laziness) More... about 17 years ago
Creating a gui using my perl module... Still in extreme early dev :) More... about 17 years ago
Working on the graphical interface. When adding values on the CLI as parameters to start the script with, that will be reflected as default values in the textboxes. More... about 17 years ago
Made it more robust with respect to human input (active blog id selection) More... about 17 years ago
Made the checks and actual XML-RPC calls explicitly use the active Blog ID as a string or int when appropriate. It's not a matter of chance and happy Python internal conversion of the types. More... about 17 years ago
Fixed the explicit tag thing. There are the tags 'yes', 'no' or 'clean' on the webpage of Podshow, but the interface only seems to understand xmlrpclib.True and xmlrpblib.False. These xmlrpclib booleans are derived from the Python True and False options. More... about 17 years ago
The --explicit parameter only allows 'yes', 'no' or 'clean'. More... about 17 years ago
Media upload of an Mp3 was successfull. But I don't understand (yet) why it failed to return a nice result when I uploaded an image. More... about 17 years ago
Added CLI & Graphical runmodes Working on CLI for the moment, I have figured out how to divide the uploading selection criteria. More... about 17 years ago
*** empty log message *** More... about 17 years ago
Added a getmedia function which allows a user to download a media file (only for .mp3 at this moment). It will either save the file as it was given in the URL or return the a string containing the data incase you want to write your own files. Fixed a few bugs More... about 17 years ago
The library is now asking for a Blog Id on the commandline after showing the list of the user's blogs. Type the blog id and that blog becomes the active blog. If you post something then it will turn up on that Blog. Yes, I'll also make it selectable from the CLI parameters, but this is just a start. More... about 17 years ago
Added a wget like function, not used yet, but will be used to download media from URLs More... about 17 years ago
At the moment you can't upload media yet, because I need to hook all of this up nicely. I'll be creating cleaning more sanity checks to make the lib bullet-proof just to be on the safe side. I've also discovered how to interact from the prompt and I will also start on the GUI that ties into the rules of engagement with respect to the two available interfaces. More... about 17 years ago
Added possibility to upload a media file with description and all that jazz. Will need more testing and linking in all the parameters in the xmlrpclib calls. More... about 17 years ago
Untested support to upload Media. (Only tested using the seperate testing script). More... about 17 years ago
*** empty log message *** More... about 17 years ago
-- Nightly build -- Fixed a few bugs Added error messages for each function Problem with the getpost function, doesn't seem to be my fault.... More... about 17 years ago
Added a 'setblog' function, it will add you blog id to the object meaning that no other function needs this paramater anymore. Added a printrecent function, this function will the most recent posts as depicted by the single paramater passed More... about 17 years ago
Added a function to print blogs More... about 17 years ago
*** empty log message *** More... about 17 years ago