Results 1 to 2 of 2

Thread: Oggcast

  1. #1
    Join Date
    Jul 2006
    Location
    Hertfordshire, UK
    Beans
    480
    Distro
    Ubuntu Intrepid Ibex (testing)

    Oggcast

    This is probably the wrong place to put this, actually, it probably doesn't even deserve to be in the ubuntu forums. So, admin, just delete this if you don't like the off-topicness.

    Well, I've had an idea. (It's probably already been thought of, I'm goot at reinventing the wheel) It's called an Oggcast. It's a mixture of RSS and a Podcast using OGG audio (a non-apple podcast!). To help topple apple as well as microshaft. You would have some software which can read and play these oggcasts. An oggcast file would look like this:
    Code:
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <ocs>
    	<channel name="Test Oggcast">
    		<file id="1">
    			<title>Hello World</title>
    			<description>This is an OGG file saying "Hello World"</description>
    			<date>2006-07-29</date>
    			<src>hello_world.ogg</src>
    		</file>
    		<file id="2">
    			<title>Test video</title>
    			<discription>This is an OGG video</description>
    			<date>2006-07-31</date>
    			<src>video.ogg</src>
    		</file>
    	</channel>
    	<channel name="The News">
    		<file id="1">
    			<title>Bombings on mars</title>
    			<discription>4,000,000,000 troops from jupiter have been killed in bombings on mars</title>
    			<date>7005-02-26</date>
    			<src>mars.ogg</src>
    		</file>
    	</channel>
    </ocs>
    If you know RSS, it should be pretty much self-explanitory. When a new file (or article) is available, the program should show you the description and ask you if you want to download. What do people think?

  2. #2
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Oggcast

    The Ubuntu Podcast folks already do this, with a regular Podcast RSS file and Ogg audio.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •