Giter VIP home page Giter VIP logo

mixcloud-rss's People

Contributors

meloncholy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mixcloud-rss's Issues

Wrong HTTP content-type

Please set the content-type header to either text/xml or application/xml instead of text/html, as many podcast apps will only take valid xml files.

An example snippet on how to do it:

var http = require('http');

http.createServer(function (req, res) {
res.setHeader("content-type", "text/xml");
}).listen(80);

feature suggestion: detect mp3 download links, add as enclosures

What I really want is to have my podcast fetcher pull down mixcloud mixes to my phone for me to listen to offline. So, for bonus points, this app (in a perfect world) would:

  • scan the description/info content of a mixcloud entry
  • look for any external hyperlinks that seem to point to mp3 files (maybe just look at file extension)
  • include links to those in the "audio enclosures" part of the rss xml.

magic! i don't know node or i'd have a crack myself.

Not working for iTunes Podcast submission

Using mixcloud-rss on my profile and trying to submit it to iTunes results in these errors upon validation:

  • Can’t download episodes from your feed.
  • Podcast artwork must be between 1400 x 1400 and 3000 x 3000 pixels, JPG or PNG, in RGB color space, and hosted on a server that allows HTTP head requests.
  • Can’t submit your feed. There is no category tag in your feed, or the category tag is empty.
  • Can’t submit your feed. There is no explicit tag in your feed, or the explicit tag is empty.
  • Can’t submit your feed. There is no language tag in your feed, or the language tag is empty.

Add artwork to items

Please, add artwork to the items in the RSS feed. And if possible, also to the channel.

Enclosures?

Is it possible to get access to an enclosure via the Mixcloud API to download a source MP3 file?

If you sync podcasts to a device using this, the oembed version isn't enough

Podcast RSS

Could you add audio files to the RSS feed to allow podcasts downloaders (like iTunes, iCatcher, ...) to download recordings?

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.