Slashdot Mirror


Democracy Player is 0.9.2 and Growing Up Fast

Dean writes "Democracy Player, the open source answer for RSS video aggregation/playback, has just made it to 0.9.2 for Windows, Mac and Linux. If you haven't tried Democracy Player for a while, it's time to try it again. The application is more responsive and stable, uses less memory, integrates Bittorrent, and can now play Flash videos (including stuff from YouTube, Google, Yahoo, etc). Democracy takes all the hassle out of finding and watching videos from your favorite sources." In many ways, Democracy is the template of what I'd like to see out of Apple's upcoming iTV. Although my guess is that it will be more like MythTV- only for people willing to put in the effort.

102 comments

  1. Requiring effort is not always a bad thing by Realistic_Dragon · · Score: 4, Interesting

    Look at usenet. As soon as anyone could use it with low barriers to entry there were enough people there to attack spam and trolls and all of the rest of it.

    For many many services the ideal number of people is just above the critical mass level of committed/dedicated users who will put in the time and effort to make things work and just below the level at which it get's noticed by the wrong people. Making it difficult to use (but powerful and flexible - features that are attractive to the dedicated people who add the most value) is a reasonable strategy for community based systems.

    --
    Beep beep.
    1. Re:Requiring effort is not always a bad thing by Alef · · Score: 1
      Look at usenet. As soon as anyone could use it with low barriers to entry there were enough people there to attack spam and trolls and all of the rest of it.

      Perhaps, but I think a high technical threshold is far from the ideal filter against spam and trolls. It doesn't really lock out spammers, still it locks out millions of legitimate and good natured users. There are better ways to filter the flow of information and improve the signal to noise ratio. It's just that USENET lacks them.

      Or do you think the moderation system on slashdot should be replaced with a higher barrier of entry?

    2. Re:Requiring effort is not always a bad thing by DJCacophony · · Score: 1

      First rule of Usenet?

      --
      Slow Down, Cowboy! It's been 60 minutes since you last successfully posted a comment.
    3. Re:Requiring effort is not always a bad thing by MrOuija_AK · · Score: 1

      It's not always a technical barrier that blocks people from these services. Sometimes it's just word of mouth. Napster was great until it was on the news, then suddenly you had constant fake songs, mislabeled songs, throttled connections due to leechers etc. etc. Bittorrent will have the same happen within the next year or two. You're definitely correct on that "critical mass level" though.

  2. XUL versus My Memory by sbrown123 · · Score: 4, Insightful

    I tried it out. I quickly noticed it was using XUL. XUL apps, like Firefox and Thunderbird, *each* consume large amounts of my computer's memory. They need to come up with a shared, one time loaded XUL library for XUL apps.

    1. Re:XUL versus My Memory by Jeff+DeMaagd · · Score: 2, Insightful

      Is it really that bad? Firefox and Thunderbird generally consume 50-75MB for me. Memory is pretty cheap now, so if XUL is what is needed to quickly develop powerful and flexible apps, then I'm all for it.

    2. Re:XUL versus My Memory by MP3Chuck · · Score: 4, Informative

      Enter XULRunner. Democracy Player uses it ... when FF and TB will is another story, I suppose. I guess since their development is ahead of XULRunner's curve (XULR is based on FF 1.5.0.4's codebase), it'll be a while.

    3. Re:XUL versus My Memory by 2sheds · · Score: 4, Informative

      From the XULRunner FAQ:

      Q. When will Firefox be based on XULRunner?
      A. See the XULRunner roadmap. This is scheduled for Firefox 3 (XULRunner 1.9), in the first quarter of 2007.

      --

      Absit Invidia
    4. Re:XUL versus My Memory by WuphonsReach · · Score: 1

      Is it really that bad? Firefox and Thunderbird generally consume 50-75MB for me. Memory is pretty cheap now, so if XUL is what is needed to quickly develop powerful and flexible apps, then I'm all for it.

      It's only cheap until you run into the limits of what the machine is capable of having installed. At which point, you're boned because the developers were lazy about making sure their applications are sleek and svelte.

      --
      Wolde you bothe eate your cake, and have your cake?
    5. Re:XUL versus My Memory by Jeff+DeMaagd · · Score: 1

      At what point is that? A computer that can hold a decent amount of memory can probably be found used for $100. I have an eight year old Xeon workstation that has an official capacity of 4GB. Even now, it has 1GB but it never uses half of it.

    6. Re:XUL versus My Memory by Anonymous Coward · · Score: 0

      it has 1GB but it never uses half of it.

      That's because you didn't run Firefox and Democracy Player at the same time on it.

    7. Re:XUL versus My Memory by misleb · · Score: 1

      Even if Firefox used XULRunner, it would still have to run a separate copy of it. Maybe you'd save some memory with share libraries, but I doubt the combined memory usage will be significantly lower. You have the same problem with Java apps... VM for each app...

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
  3. Not in portage? by Reverse+Gear · · Score: 1

    emerge -s democracy
    Searching...
    [ Results for search key : democracy ]
    [ Applications found : 0 ]

    So it's not for me yet (or maybe rather, my interest in this is too little for me to install it around portage)
    Too bad, maybe another time ;)

    1. Re:Not in portage? by Atzanteol · · Score: 1
      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    2. Re:Not in portage? by Kopl · · Score: 4, Funny

      "emerge -s democracy Searching... [ Results for search key : democracy ] [ Applications found : 0 ]" Welcome to our Monarchy.

      --
      Disagree with me? Tell me why, but follow these rules.
    3. Re:Not in portage? by CreepingDeath · · Score: 1

      layman -a sunrise (or emerge layman && layman -a sunrise) :)

      Then try:
      emerge -pv democracy

      These are the packages that would be merged, in order:

      Calculating dependencies... done!
      [ebuild R ] media-tv/democracy-0.9.2.1 0 kB [3]

    4. Re:Not in portage? by LiquidFire_HK · · Score: 1

      Try the newer versions of eix, they can search in layman overlays (also, eix is much quicker than emerge -s)

      $ eix democracy
      * media-tv/democracy
                Available versions: ~0.9.0.2[1] ~0.9.1[1] ~0.9.1[2]
                Homepage: http://www.getdemocracy.com/
                Description: Democracy is a free and open internet TV platform.

      * media-video/democracy [3]
                Available versions: ~0.8.2
                Homepage: http://www.getdemocracy.com/
                Description: Democracy is a free and open internet TV platform.

      [1] (layman/sabayon)
      [2] (layman/sunrise)
      [3] (layman/zugaina)

      Found 2 matches.

    5. Re:Not in portage? by yourexhalekiss · · Score: 1

      I wonder... Is there Democracy in China?

  4. iTV? by Wabin · · Score: 1, Insightful

    What the hell is the comment about iTV in there for? iTV is hardware for viewing video, Democracy is software for finding/downloading it. I don't know how they will be comparable at all. Furthermore, Apple's track record is precisely one of making easy to use systems. The idea that it would require anything like the effort needed for MythTV is pretty out of line. More likely it will be like the iTunes store. Easy to use, but limited. (If we must compare, MythTV is more of a challenge to use, but far less limited)

    --
    Most exciting phrase in science: not "Eureka!" but "Hmm... That's funny..." -Asimov (abridged for \. limits)
    1. Re:iTV? by garcia · · Score: 1

      Uhh, hardware runs software. That and the fact that the Slashdot editors need to make their Slashvertisements as much as possible (Wii, Apple, etc).

  5. Flash Videos? Hassle to View? by garcia · · Score: 3, Interesting

    Democracy takes all the hassle out of finding and watching videos from your favorite sources.

    You use any number of the video downloading apps available for Firefox, save it as a real video format, and watch it that way -- then, regardless of what device you watch it on (mobile or otherwise) you can still use it.

    Personally, I prefer it that way, but that's true Democracy ;)

  6. XUL versus My Memory (TM) by Anonymous Coward · · Score: 0

    But, but, no one will ever need more than 640K.

  7. Six codecs -- all free? by FunkeyMonk · · Score: 2, Interesting

    I just installed a copy of Democracy. It offered to install SIX codecs for my QuickTime installation. While that's great and all, how many of those are free?
    I saw in the list some freebies like FLAC, but I also saw "flash." IIRC, the flash codec was only available to those who purchased Flash Pro.
    Am I right?

    1. Re:Six codecs -- all free? by RalphBNumbers · · Score: 3, Informative

      There may be some official flash codec from Adobe that you have to pay for, I don't know, but there are definitely other ways to play flash in quicktime.

      Quicktime itself can already play older non-video flash presentations. And the flash video codec that Democracy player is asking you to let it install is Perian, an open source project that integrates libavcodec and a bunch of other video related OSS libraries into a Quicktime component.

      --
      "The worst tyrannies were the ones where a governance required its own logic on every embedded node." - Vernor Vinge
    2. Re:Six codecs -- all free? by sunetos · · Score: 2, Informative

      Flash Pro includes an encoder. Decoders, such as the one in Democracy, are free as far as I know.

  8. Mozilla? by leon.gandalf · · Score: 0

    ZoneAlarm wants to know if "Mozilla" Democracy.exe may access the trusted zone...

    1. Re:Mozilla? by LordEd · · Score: 2, Funny

      Don't you trust democracy? If not, the terrorists have already won.

      Democracy is approved by 4 out of 5 major countries!

  9. Freedom is fucking ugly. But that's its beauty. by Anonymous Coward · · Score: 5, Insightful

    Look at usenet. As soon as anyone could use it with low barriers to entry there were enough people there to attack spam and trolls and all of the rest of it.

    USENET represents the closest venue we have for true and complete freedom of expression. People can post about virtually any idea, concept, thought or belief. They can transmit image and video data. In short, it's the freest place we have. And as a result, there will be stuff there that boils your blood, and makes you want to shit your pants. That's what freedom of expression is all about. It's about seeing spam, viewing pictures of Goatse's gaping anus, and reading about how the TCO of Windows is less than that of Linux. And as much as we may hate such ideas, we have to be thankful that we have the freedom to read them, and somebody else had the freedom to post them.

    1. Re:Freedom is fucking ugly. But that's its beauty. by Anonymous Coward · · Score: 5, Funny

      And as a result, there will be stuff there that boils your blood, and makes you want to shit your pants.

      And more importantly, you can find videos of other people shitting their pants!

    2. Re:Freedom is fucking ugly. But that's its beauty. by adavies42 · · Score: 1

      I thought that was Freenet....

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
    3. Re:Freedom is fucking ugly. But that's its beauty. by Anonymous Coward · · Score: 0

      No, Freenet is just a kiddie porn repository.

    4. Re:Freedom is fucking ugly. But that's its beauty. by Anonymous Coward · · Score: 0
      "That's what freedom of expression is all about ... viewing pictures of Goatse's gaping anus."


      Choose the correct response:

      a)D'ya think Francis Scott Key could work that into The Star-Spangled Banner?
      b)So that's why they hate our freedom!

    5. Re:Freedom is fucking ugly. But that's its beauty. by Enoxice · · Score: 1

      I agree. However, Freenet has a much smaller userbase. If they ever make the actual pages load reasonably fast (the speed of Frost is fine at this point) and get a userbase as big as usenet, then it will be better.

      --
      Anyone else think the comments just weren't rendering right before they turned off ABP and saw ads?
    6. Re:Freedom is fucking ugly. But that's its beauty. by sowth · · Score: 1

      Usenet does not have freedom of expression. Say the wrong thing to upset a troll, and they'll send a complaint to your isp. It doesn't matter what the complaint says because most ISPs cannot afford to higher enough employees to investigate, so you get cut off or whatever punishment your ISP does.

      There is no free speech when any asshole can have your access taken away. Once I didn't endorse some fucker's favorite distro, so he sent a complaint to my ISP. All sorts of things like that happen all the time. I know of at least one FAQ maintainer whose ISP would receive complaints from various trolls and such. Luckily he knew the admins, so they knew the trolls were lying shitheads and ignored the complaints.

      Yeah, the binary groups usually won't have people complain about you as long as you post good warez and movies and such, but the other groups will eat you alive just for posting. Doesn't matter how nice or helpful you are.

    7. Re:Freedom is fucking ugly. But that's its beauty. by Anonymous Coward · · Score: 0

      They call it 4chan these days

    8. Re:Freedom is fucking ugly. But that's its beauty. by arifirefox · · Score: 1

      "It's about seeing spam, viewing pictures of Goatse's gaping an..." You were saying something about *ideas*?? You're describing a garbage dump; not a forum for open, honest rational discussion.

      --
      Firefox Power http://firefoxpower.blogspot.com/
  10. Requiring effort is not always a bad thing-KEEPOUT by Anonymous Coward · · Score: 0

    Thanks for enumerating as to why Linux will never be for the masses (the wrong 'type' of people). Now we know it's intentional.

  11. Open Source ... by Anonymous Coward · · Score: 0

    The page says it is 'open-source' and there is a 'source code' browsing link, but it never seems to load anything. If it is truely open source, how about making the code accessible in say, a tarball? And what is the source license? It doesn't say on the main page...

    It seems to me this 'Participatory Culture Foundation' (which I can't say I've never heard of before now) is being a little cagy.

  12. DemocracyPlayer 9.2 is already in Debian Sid PPC.. by Anonymous Coward · · Score: 0

    apt-get install democracyplayer

    installed the latest version. Debian package version 0.9.2.1-1

    Maybe you should try something a bit more cutting-edge?

  13. Beta or final? by slack_prad · · Score: 1

    The article and the home page say "Democracy Player 0.9.2 Released!" but on the download page it says
    "Download Now Version: 0.9.2 (Beta)".

    --
    Sent from my desktop computer
    1. Re:Beta or final? by rucs_hack · · Score: 1

      I doubt it will be final, but out of beta when it hits 1.0

  14. Apple sometimes doesn't innovate by CensorsAreBadPeople · · Score: 1

    The profit motive both fuels and inhibits innovation, and Apple is driven by the profit motive. http://malfy.org/

  15. Re:Flash Videos? Hassle to View? by Jeff+DeMaagd · · Score: 4, Informative

    The benefit of Democracy is that it saves bandwidth for the producers given that it uses bittorrent. Also, it offers channels via RSS, such as a particular show that you like, so if something new comes down the RSS feed, Democracy can automatically download it and add it to your media library. Once it puts the video file on your computer, you can reencode it to other formats if you like.

  16. A long, long while by Anonymous Coward · · Score: 0

    If you haven't tried Democracy Player for a while,

    Does this include "ever"?

  17. Democracy can't play many of the formats it d/l by lscotte · · Score: 2, Informative

    The thing I don't like about democracy is it will download content with formats that it doesn't know how to play, which completely defeats the point of it, forcing you to use an external player anyway. mplayer plays them (everything) fine, so I don't think it's a codec issue.

    The other issue is content. After spending about an hour searching for and downloading content I didn't end up with anything that I thought was particularly worthwhile. A replacement for TV it is far from...

    --
    This post is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.
    1. Re:Democracy can't play many of the formats it d/l by Esekla · · Score: 1

      > The other issue is content. After spending about an hour searching for and downloading content I didn't end up with anything that I thought was particularly worthwhile. A replacement for TV it is far from...

      Right because when you flip through your 900 channels of cable everything there is always worth your attention?

    2. Re:Democracy can't play many of the formats it d/l by FireFlie · · Score: 1

      The problem is that while not everything on cable is worth watching, almost nothing on democracy looks remotely even interesting. I doubt anyone would have a problem if there was at least something that looked good.

  18. not so good by rucs_hack · · Score: 1, Informative

    I installed it, ran it, and boom, out go the lights, windows crashed spectaculerly, requiring two restarts to work properly again.

    Not the best example of stability I've seen.

    1. Re:not so good by __aahlyu4518 · · Score: 4, Funny

      Not the best example of stability I've seen.

      Of what? Windows that let's an app crash the whole OS? You MUST have seen THAT before !

    2. Re:not so good by rucs_hack · · Score: 1

      well I haven't written a windows program for a while.

      oh wait...

    3. Re:not so good by fritzk3 · · Score: 1
      I installed it, ran it, and boom, out go the lights, windows crashed spectaculerly, requiring two restarts to work properly again.

      Actually, I believe the proper terminology is "Boom goes the dynamite."

      --
      All your sig are belong to us.
    4. Re:not so good by Anonymous Coward · · Score: 0

      Things going pretty badly eh?

      I guess that's what happens when you try to install democracy.....

    5. Re:not so good by NoMaster · · Score: 1
      I installed it, ran it, and boom, out go the lights, windows crashed spectaculerly, requiring two restarts to work properly again.
      Well, that's Democracy for you...

      --
      What part of "a well regulated militia" do you not understand?
    6. Re:not so good by misleb · · Score: 1

      While it may not speak well to Democracy player, I'd have to place SOME blame on Windows. An app shouldn't crash your computer so hard that you have to reboot twice. That is just absurd.

      -matthew

      --
      "THERE IS NO JUSTICE, THERE IS ONLY ME." -Death
  19. Does not work... by Anonymous Coward · · Score: 0

    Playing a video in Democracy in FC6 does not work...
    Nothing useful in the FAQ.
    Nothing useful in the console output
    rpm -e Democracy

  20. Democracy for SLED10 by Anonymous Coward · · Score: 0, Informative

    I just built Democracy Player for SLED10 for my SLED RPMs page. This is the first time I got to try out Democracy Player and all I can say is CHECK IT OUT! Couple this along with the DeVeDe Utility and you got an excellent way to get some really cool shows on DVD that you normally wouldn't be able to get.

    Democracy Player just happens to be the best interface for Google Video and YouTube to boot.

    Get it for SLED10 at http://www.pcc-services.com/sled10_rpms.html.

    1. Re:Democracy for SLED10 by bigtomrodney · · Score: 1

      Damn spammer. $20 for building someone else's software?

      --
      I never get used to these constant resurrections
    2. Re:Democracy for SLED10 by mgpeter · · Score: 1

      I give links to all the software I built for SLED10 - for free, the CD is there as a way for people to donate to me.

      I am trying somehow to recoup the cost of
      - Bandwidth - I only get about 1% of my total bandwith cost in Ads
      - My time for building these - and yes I do submit bugfixes and am a part-time programmer

      Just because I am trying not to go broke in being part of the Free Software Community by offering an easy way for people to donate to me, I am being branded a spammer ? Nice.

      So again, if you want RPMs for SLED10 I provide some of the best ones - all custom built and nicely integrated into the default GNOME Desktop. All available FOR FREE, with the option of buying a CD from me.

      http://www.pcc-services.com/sled10_rpms.html

      Also, I should be updating all the applications within a few days to co-incide with the software on the CD.

    3. Re:Democracy for SLED10 by Ginger+Unicorn · · Score: 1

      i think you're being called a spammer because you're advertising for commercial services in a discussion forum.

      --
      (1.21 gigawatts) / (88 miles per hour) = 30 757 874 newtons
    4. Re:Democracy for SLED10 by mgpeter · · Score: 1

      Thanks for the information (won't do it again). Next time I will simply link directly to the RPMs :-)

      Democracy RPM
      Python Gnome Extras RPM - which had to be fixed so it would build pygtkmozembed (which Democracy needs).

      Both should work on SLED10 as well as OpenSUSE 10.1

  21. Ubuntu Proxy by Kijori · · Score: 1

    Tried posting in the forum to no avail, but I thought Slashdot might have an idea somewhere in its collective mind!

    Anyone know how I can get this to work from behind a proxy on Ubuntu 6.10? It has no proxy settings of its own and seems to ignore the system proxy. I'm looking for some way to redirect its traffic through the proxy.

    1. Re:Ubuntu Proxy by slack_prad · · Score: 1
      --
      Sent from my desktop computer
    2. Re:Ubuntu Proxy by Kijori · · Score: 1

      It doesn't support proxy yet : https://develop.participatoryculture.org/democracy /ticket/1165 I realise that, and did actually mention it in my comment. But I have a memory of using a program on Windows - SocksCap I think - to transparently redirect networking calls through a proxy. I'm looking for something similiar for Linux. Something to send all DP's traffic through a proxy without it knowing.
    3. Re:Ubuntu Proxy by slack_prad · · Score: 1
      --
      Sent from my desktop computer
    4. Re:Ubuntu Proxy by Anubis350 · · Score: 1

      you could try using tsocks...

      --
      "goodbye and hello, as always" ~Prince Corwin, from Zelazny's Amber series
  22. Two Questions: Codecs, BT by adavies42 · · Score: 1

    Two questions, from someone who tried it a couple months back and thought it sucked: can it handle any interesting codecs yet (*cough*XViD*cough*) and does the BT client not totally suck anymore? I found that anything I actually wanted to watch had to be opened in VLC, and the BT performance was worse even than the reference client, never mind Azureus.

    --
    Media that can be recorded and distributed can be recorded and distributed.
    -kfg
    1. Re:Two Questions: Codecs, BT by scdeimos · · Score: 1

      It does *claim* to handle .xvid files, but I haven't tried any yet. It also claims to handle .flv files: so far I get video playback of about 90% of files and audio playback of 0% (that's zero), even ones I'm playing them back directly from YouTube. Colour me unimpressed.

  23. Bad name choice. by Anonymous Coward · · Score: 0

    Just by choosing that name, they have blocked themselves away from the largest market today - China.

    1. Re:Bad name choice. by Anonymous Coward · · Score: 0

      And we need to keep blocking, both ways, until the fatcats in china learn to open up and not be jerk offs. It's way past time for some serious trade embargoes with them before they suck the rest of the planet dry and impose their brand of authoritarian rule on everyone else in collusion with a handful of insane billionaire "businessmen". Remember kids, globalism=fascism, don't believe their hype that it's good for you.they want to replace elected governments with the WTO an unelected CEOs. It's only good for the authoritarian bosses, and that's why they so much ~love~ china, land of the iron boot on your neck, all the whle screaming at you that this represents freedom. They want the whole planet to be that way. The New rich aristocracy around the World giving everyone else Orders.

  24. Kubuntu 6.10 by Trip+Ericson · · Score: 2, Informative

    I just reinstalled Kubuntu 6.10 yesterday, and so this morning, seeing this article, I decided to install Democracy.

    So far it looks pretty nice, but if I try to view any feeds, I get an error telling me that the PSM is not installed (despite the fact I did install that package) and then it freezes and I have to kill the process.

    Looks promising, but I can't really do anything with it til I find out about this problem, and I don't know where to look.

  25. Democracy? by Anonymous Coward · · Score: 0

    Sounds more like communism to me :)

  26. Great where's the CLI version? by Lumpy · · Score: 1

    What I want is a mode for Democracy to load, grab the fresh content to a folder of my desire and then close without opening a gui window. That would be an incredible addition to most HTPC's and give us the step closer to net TV everyone is foaming at the mouth over.

    Yes, I could install lots of crap on windows to allow me to run bashpodder, but why?

    (I dont use MythTV because it's nowhere near as good or easy to use as Mediaportal. so I'm stuck with a windows HTPC until the guys at MYthTV decide to work on ease of use and configurability)

    --
    Do not look at laser with remaining good eye.
    1. Re:Great where's the CLI version? by Anonymous Coward · · Score: 0

      It's because of people like you that linux hasn't overthrown windows over the desktop.

      Close that terminal. NOW !

    2. Re:Great where's the CLI version? by Lumpy · · Score: 1

      dude, I tried REALLY hard with MythTV. I tried it for months gave it more tolerance than I should have, the wife hated it right away.

      Mediaportal, wife and daughter love it, it does not crash or quit. the remote does not stop working recording works right, playback works right, DVD playback and menus works right. I even can add movies to my netflix que from it!

      the MythTv guys got to get off their butts and work on making it better. MythTv was tried by me this past month for a steady month.. we went back to Mediaportal because honestly Myth is no different than it was 2.5 years ago. A PITA to install and configure, the menus are wierd, you cant delete menu items that you dont want on screen, and many functions have only 80% there.

      I want a linux HTPC that works. but it just does not exist, and wont for a long time.

      --
      Do not look at laser with remaining good eye.
  27. Here's what stopped me by wrook · · Score: 3, Insightful

    I gave this a try, thinking "This might be useful for me to keep up with my anime". However, it's still got a way to go before I will use this app. Here's what's stopping me.

    1) My Content: You can select a directory that contains video content that you already have on your machine during configuration. But you only get to select one directory. After you select that directory, you don't seem to be able to change it.

    2)I added animesuki to the "channels". This downloaded the RSS feed and set up roughly 1600 "programs". However it is set by default to start downloading *all* of them. After scrambling around I stopped them. This is a BAD default.

    3)As far as I can tell, I can't specify which "programs" on a "channel" I want to download. It's all or nothing. I want to input a regexp here (seems like an unlikely feature for this app, though...)

    4)I tried to play 2 files that I already had downloaded (REC and Touch). REC crashed the Democracy player. Touch played audio for about 3 seconds before hanging. Both of these are AVI packages with Mpeg4 codecs...

    So, while interesting, I think I'll wait until it's a bit more mature...

    1. Re:Here's what stopped me by Anonymous Coward · · Score: 0

      You can set it to download only up to a limited amount. That's a pretty wacky channel - most don't have more than a couple of dozen programs available at a time so its not a problem.

      I came back to it at 0.91 after hating earlier versions; its nice in some ways and sucky in others. My minor gripes would be no way to find more pages of search results, no search within existing downloads, no pluggable api for other viewers (I'd like to use vlc not qt on the mac - they say this isnt a priority and I can understand that)

      However here's my biggest gripe: wheres 'view source'? I tried to set myself up a personal feed, so I could download all the cartoons from nfb.ca. My first attempt failed dismally. So I dug around to find the url of one of the feeds I did watch (NB it doesn't display the URL either!!), downloaded the rss with firefox, edited it to use my feed info.... still claims it isn't compatible. This time I read the code. I found there's a bazillion reasons why it'll reject the feed - and they're all explained in /commented out/ print statements. As opposed to the log statements they do print out - 'blah too slow' every few seconds.

      It wasn't just my own feed either: sometimes, for no apparent reason, it decides that searches on google video arent compatible. The lack of view source and any sensible logging makes it ridiculously hard to diagnose these problems for yourself. I guess browsers have been spoiling us all these years.

      In case anyone reads this and was thinking of trying to set up a feed: first thing you need to know is that it doesn't accept file: urls - only http.

  28. Re:Fuck Islam by sabernet · · Score: 0, Troll

    I say fuck organized religion in general. But what the hell does any of that have to do with Democracy player?

    Seriously, it's like they see the word "Democracy" and think "Here's a place to release a big steaming troll turd."

  29. Wikipedia article by Anonymous Coward · · Score: 0
  30. Mythtv Integration by Minupla · · Score: 1

    Did a bit of poking around and can't seem to find something. Looking for an app that will integrate as a Mythtv plug in that will download RSS feeds so that I can watch my video podcasts on the sofa.

    Closest thing I can find is torrentocracy but it's more bittorrent geared (not totally a bad thing mind) and (worse) isn't compatible with any vaguely modern mythtv version.

    Thoughts?

    Min

    --
    On the whole, I find that I prefer Slashdot posts to twitter ones because I don't get limited to 140 chars before
  31. Re:This is just the Jewish-American media again by DaMattster · · Score: 0

    gee, I thought we were bigger than this racist shit. Hmmm, apparently not. Although, the scientologists do have to go.

  32. Democracy is Hiring Developers by chatooya · · Score: 2, Informative

    PCF, which makes Democracy Player, is hiring developers:

    http://www.getdemocracy.com/jobs/

    Telecommuting is ok.

  33. Annoying by mqduck · · Score: 2, Informative

    I suppose it's just a matter of what I'm used to, but I don't feel comfy in this app.

    1) If you maximize the window, it covers the task bar. It has a fullscreen mode; why does it have to do this? Being able to see the task bar is one of the only reasons I /wouldn't/ want to be playing a video fullscreen.
    2) I've yet to find a way to close the channel guide on the left. It takes up valuable screen real estate.
    3) In Media Player Classic, if you click on the video it stops of pauses. If you double click, it enters/exits fullscreen. I'm used to it.

    That's just how I feel, in case anyone cares. I guess I'll stick with MPC, though I seriously hate how it steals input from the volume not on my keyboard away from Windows, making it change the video volume rather than system volume. Hate it, hate it.

    --
    Property is theft.
  34. They're saying the Java plugin causes problems by Master+of+Transhuman · · Score: 2, Insightful


    Great - they recommend uninstalling Java to use it.

    Right. Brilliant.

    How about going back to the drawing board and fixing the problem BEFORE releasing a crippled product? Ever occur to anybody on the project?

    I hope this thing works better than Amarok which for no known or apparent reason just died on my Kubuntu. And Juk, which I tried as a replacement, wouldn't play anything at all. I'm back to using Kaffeine as my audio player as well as my video player.

    Can anybody in the IT industry write code that actually works? Anybody? Anybody at all?

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    1. Re:They're saying the Java plugin causes problems by Jugalator · · Score: 1

      Can anybody in the IT industry write code that actually works? Anybody? Anybody at all?

      No.

      Time for you to join the Amish or put up with it.

      --
      Beware: In C++, your friends can see your privates!
  35. Re:Requiring effort is not always a bad thing-KEEP by sowth · · Score: 1

    Linux is for the masses. Tivo is made with Linux.

    Installing an OS is not for the masses, you need at least some knowledge about computers to do that. That is why computer vendors pre install the OS instead of just including the disk with the package and expecting the end user to do it.

  36. Weird connections by jiawen · · Score: 1

    I've been using Democracy 0.9.1 for a couple weeks now. It works great -- the videos play quite nicely, setting up a channel is relatively painless, the variety of codecs is good, etc.

    My one problem is that Democracy allows connections on all kinds of ports that it supposedly doesn't. I have it set (in Preferences) to use only ports 8500 to 8600, but in reality, I get connections all over the place from ports 6000 to 60000. When I shut down Democracy, the connections stay in place. I think it's understandable that I don't want these connections!

    Is this a problem with all Torrent programs? Is there anything I can do about it? Thanks to anyone who can help.

  37. I guess I dont "get it" by hondamankev · · Score: 1

    I installed it, never ever having used .rss stuff before.

    Took me 15 minutes to figure out how to add youtube channels, and once I did, I get a whopping 15 videos per channel. Now because I probably dont know what I'm doing, I cant yet poo all over this, but why would I want to be limited by this? Why not just go to youtube.com and freely click around? Why bother with this program at all?

    It seems to be a solution without a problem tbh.

  38. Does it support my video iPod by Repran · · Score: 0, Offtopic

    I want a software based on open standards that integrates with any mobile video player and converts all the video it receives into the format that I can use. So for my 60GB iPog 5G that means: transcode all content in 640x480 h.264 after download please. Oh - and WiFi sync with my TV in the apropiate format as well while you are at it. Is this too much to ask?

    --

    -- Contradictions only exist in thought - not in reality.

  39. Since it's open sores by Anonymous Coward · · Score: 0

    A far better name would be Whiny Commie Demoncrat Terrorist Player

  40. Where's the content? by Anonymous Coward · · Score: 0

    I can play all this stuff with VLC. Why bother with this crap?

  41. Another option by sowth · · Score: 1

    or you could write your own code and bypass the MCSE script kiddies altogether..

  42. Re:Fuck Islam by CapitalT · · Score: 1

    YHBT, YHL, HAND. By the way, someone should fix you. The last thing we need is to see your offsprings. Let people believe in whatever they want, Islam is not a new thing. Force feeding them your "freedom" is stripping them from their freedom, freedom of belief. And don't talk about their "violent ways" when your hands are dripping blood. Take a quick glance at history some time if you don't know why they are pissed off. Ok, ok.. I forgot, don't feed the troll. P.S: It's not the thousands years history I'm talking about, it's the recent history.

  43. someone mod him funny by Ginger+Unicorn · · Score: 1

    that's genuinely witty. not something you see everyday on slashdot. :p

    --
    (1.21 gigawatts) / (88 miles per hour) = 30 757 874 newtons
  44. Democracy generating huge log files by teamabunai · · Score: 1

    I'm not sure if this applies to this particular version. But I've been running what should be the latest release on my MacbookPro and have had problems with Democracy generating huge log files. One of the logs on my OSX system was 9 gigs. It seems when running Console that Democracy generates a lot of Console messages. Has anyone else ever had this problem? I've seen bug tickets on the net for this, but never any response to the situation....

    --
    Mersenne Electronic Music Lead Mentat,Ministry of Computation Team Abunai Dangerous Media for Dangerous Times