|
5
|
Other Software / Announce Your Software/Service/Product / Podcasts One - Free Windows Podcast Client
|
on: April 14, 2012, 06:23:42 PM
|
Update: 0.1.1 released with minor bug fix. Please update - changelog is here I've released my first (worthwhile) program just now - Podcasts One. As I mention on my site: Podcasts One is a simple, free tool to subscribe to and download podcasts. It currently features the basic, expected features: - Add and remove RSS feeds
- Download individual podcasts
- Several features are planned, but Podcasts One will always be simple in nature:
- Settings (such as default download folder)
- Automatic download mode
- Interface enhancements (pretty album covers, etc)
[attachthumb=#] You can download 0.1 here (edit: here's the zip or download the attachment here) (needs .NET Framework 4). I would love if anyone on a Windows version other than 7 could let me know how it runs, as that's "all" I have. Thanks, looking forward to painful criticism 
|
|
|
|
|
6
|
Other Software / Developer's Corner / Re: C# and XML Problem - any help please?
|
on: April 14, 2012, 10:34:04 AM
|
Thanks a lot for the replies ham and Ath - very useful. I'll try iterating over the parent node - and also try deleting all colons from the XML file (apart from actual namespaces) and then reading the file with the "query term" de-coloned too  I'll let you know if I'm successful.. thanks again!
|
|
|
|
|
7
|
Other Software / Developer's Corner / C# and XML Problem - any help please?
|
on: April 13, 2012, 09:51:38 PM
|
Hi all  Someone's let me loose with C#. I've nearly finished a podcast downloader application, and I'm ironing out several bugs. One of which is that I have some code that is using XmlDocument.SelectSingleNode: Formatted for C# with the GeSHI Syntax Highlighter [ copy or print] XmlNode node = doc.SelectSingleNode("rss/channel/item/title[.=\'" + episode + "\']");
Now, there is a bug when the episode variable has a colon ( : ) in it - I'd guess because it thinks I'm declaring a namespace or something. Does anyone have a suggestion of how to escape the : character in a string please? Many thanks!
|
|
|
|
|
17
|
Main Area and Open Discussion / General Software Discussion / Re: Is Antivirus Software a Waste of Money?
|
on: April 03, 2012, 08:06:36 PM
|
|
After a few years hiatus using Mac OS X, I've just come back to Windows (alongside the Mac still though) and it's funny, I was in a total panic to install AV and Windows Updates before anything terrible happened.
I'm a sysadmin of a Windows network, so maybe having alerts screaming up at me all day blurs my perspective. But, even as a careful user, you never know what might happen at 3am when you're tired as hell and just click that UAC alert to get rid of it..
ESET all the way for me!
|
|
|
|
|
18
|
Other Software / Developer's Corner / Re: Needed: CLI RSS reader script
|
on: February 14, 2008, 03:53:37 AM
|
RSS is just XML. Use ElementTree. It is a standard module in 2.5.
Genius! Thanks. I'll begin tapping away - it just seemed to me that RSS readers are geared towards reading feeds like email, no quick notifications within one sentence. Fingers crossed!
|
|
|
|
|
19
|
Other Software / Developer's Corner / Needed: CLI RSS reader script
|
on: February 12, 2008, 02:41:28 PM
|
All, Firstly - hi friends, sorry for the lengthy absence! Right, down to business. I need a command line RSS reader, preferably with the following attributes: - Python based, or at least as cross-platform as possible. Please, no perl!!
- I only need the title to be displayed, and maybe a URL.
- Nothing fancy, it doesn't need to run off a database and remember everything, just for instant alerts, much like twitter.
The idea is I need something to track high-activity RSS feeds, such as the digg feed, or reuters feed, or keyword feeds for google blog search etc.. I could write this myself, I guess, but it is a matter of time. OK, sod it, I will have a go myself! Can anyone suggest a small, light, RSS lib for python? Thanks! 
|
|
|
|
|