From owner-freebsd-questions@FreeBSD.ORG Mon Aug 27 21:58:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E961016A46D for ; Mon, 27 Aug 2007 21:58:05 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7291713C48A for ; Mon, 27 Aug 2007 21:58:04 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7RLvwxX017192; Mon, 27 Aug 2007 23:57:59 +0200 Message-Id: <200708272157.l7RLvwxX017192@eunet.yu> Date: Mon, 27 Aug 2007 23:53:37 +0200 From: Nikola Lecic To: "Scott I. Remick" In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: Podcast management software? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 21:58:06 -0000 On Mon, 27 Aug 2007 21:00:11 +0000 (UTC) "Scott I. Remick" wrote: > I think I must be the only one using FreeBSD who wants to listen to=20 > podcasts. :) Why do you think so? :) > I'm having trouble finding decent podcast downloading/management > software to use on my FreeBSD desktop. Although a number of media > player/ management programs (Exaile, Rhythmbox, Amarok, BMPx) have > podcast- capabilities, they are limited and seem tacked-on as an > afterthought. Missing is something along the lines of IcePodder, > jPodder, Juice Reciever, etc. >=20 > Because I want to keep my podcast directory current so it's ready to > be synced with my media player at pretty much any time, even a > command-line program (run via cron) would suffice. I fear not editing > text configuration files. I just need SOMETHING that has the basic > features I need. Not even castget nor podcatcher have more than > "download what's new" features. >=20 > What I need is to be able to manage my already-downloaded podcasts, > so that I can choose things like "only keep the last X number of > podcasts" and "only keep podcasts from the last X days/weeks". Seems > simple, right? >=20 > Does anyone know of any program in the ports that can do this? If > there's one out there not in ports, is there someone willing to add > it? Thanks ever so much! Does any of these programs look good enough? multimedia/podcatcher --------------------- Armangil's podcatcher is a podcast client for the command line. It provides several download strategies (new shows only, back-catalog allowed, etc), supports BitTorrent, offers cache management, and generates playlists for MP3 player applications. This application accepts one or more feeds (RSS or Atom) or subscription lists (OPML or iTunes PCAST) as argument, in the form of URLs or filenames. Alternatively, it tries to read one such document from the standard input. WWW: http://podcatcher.rubyforge.org/ multimedia/castpodder --------------------- CastPodder is a podcast receiver. Its goal is to simplify tracking and handling of podcast's to your mp3 player. www/castget ----------- castget is a simple, command-line based RSS enclosure downloader. It is primarily intended for automatic, unattended downloading of podcasts. * Simple configuration. * Per-channel tagging of downloaded MP3 files using ID3v2. * Per-channel download directories. * Supports all RSS versions and Media RSS. WWW: http://www.nongnu.org/castget/ Nikola Le=C4=8Di=C4=87