Giter VIP home page Giter VIP logo

podcast_acc's People

Contributors

seablade avatar

Watchers

 avatar  avatar

podcast_acc's Issues

Make Installer

Right now the script runs from it's own directory, but doesn't install etc. Needs to be able to be installed via a setup.py file

Create Template Config Files

Create Template Config and Preset Files to show what they are capable of, and add them to github. The best documentation is examples

Feed Validator Issues

From Feed Validator:

This feed does not validate.

line 44, column 377: Undefined item element: pubdate [help]

   ... r>Atlee Community Church</itunes:author><pubdate>Mon, 27 Aug 2012 16:28: ...
                                                 ^

I believe this is supposed to be pubDate, note the capitalization, a simple code fix.

line 246, column 42: Incorrect day of week: Sun (2 occurrences) [help]

          <pubDate>Sun, 06 Apr 2012 18:00:00 -0500</pubDate>
                                             ^

This is left over from old posts, a simple sed script will fix.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

line 44, column 1: Misplaced Item (219 occurrences) [help]

      <item><title>acc070812.mp4</title><link>http://www.atleechurch.org/podcasts ...
    ^

Not sure what to make of this one honestly. I really wish I know how to get ElementTree to output decent readable XML.

So note the wrong spelling of pubDate. A simple fix primarily.

Fix Logging

Need to fix logging in plugins and replace print statements with log statements

iTunes Enclosure Tag

I need to add support for the enclosure item of RSS I think for iTunes to update correctly, or at least that is my suspicion. Below is attached two different items from the feed, one generated by the program one not, to demonstrate the enclosure element usage....

    <item><title>acc070812.mp4</title><link>http://www.atleechurch.org/podcasts/video/weeklyseries/acc070812.mp4</link><description>"Atlee Community Church Podcast"</description><guid>http://www.atleechurch.org/podcasts/video/weeklyseries/acc070812.mp4</guid><author>[email protected] (Thomas Vecchione)</author><itunes:author>Atlee Community Church</itunes:author><pubdate>Mon, 27 Aug 2012 16:28:47 -0500</pubdate><category>"Nonprofit"</category></item><item>
<title>Holy Crop</title>
<link>http://www.atleechurch.org/podcasts/video/weeklyseries/acc062412.mov</link>
<description>Holy Crop</description>
<itunes:subtitle>Holy Crop</itunes:subtitle>
<itunes:summary>Goodness: June 24, 2012
</itunes:summary>
<guid>http://www.atleechurch.org/podcasts/video/weeklyseries/acc062412.mov</guid>
<author>[email protected] (Scott Kennedy)</author>
<itunes:author>Atlee Community Church</itunes:author>
<pubDate>Sun, 24 Jun 2012 18:00:00 -0500</pubDate>
<category>Religion</category>
<enclosure length="149323034" type="video/quicktime" url="http://www.atleechurch.org/podcasts/video/weeklyseries/acc062412.mov" />
<itunes:duration>25:53</itunes:duration>
</item>```

Create debugging option parsing

For debugging purposes make it so that we can do a...

--dry-run , Don't actually do anything, just print what would be done
--upload-only , Only upload the file, don't try to encode and don't update any XML or make public, print output as dry run for everything else
--encode-only , Only encode the file, print output as dry run for everything else, no upload or update
--update-only , Only update the destination (Make public as possible, update XML, etc.) print as dry run everything else

And anything else that I can think of that would be useful

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.