|
|
12-14-2009
, 11:19 PM
|
|
Posts: 247 |
Thanked: 34 times |
Joined on Aug 2009
@ Los Angeles
|
#2
|
|
|
12-14-2009
, 11:44 PM
|
|
Posts: 29 |
Thanked: 2 times |
Joined on Oct 2009
@ London, UK
|
#3
|
|
|
12-17-2009
, 04:54 PM
|
|
Posts: 267 |
Thanked: 128 times |
Joined on Sep 2009
@ Somerville MA - USA
|
#4
|
|
|
12-17-2009
, 05:12 PM
|
|
Posts: 247 |
Thanked: 34 times |
Joined on Aug 2009
@ Los Angeles
|
#5
|
I'm not sure about the playlist thing, but deleting podcasts is a fairly simple job which can be done either by going to the podcast episode from within gPodder and choosing 'Delete' from the top bar menu. Or via the file manager - gPodder creates a folder named 'Podcast' in the N900 (MyDocs) directory.
|
|
12-17-2009
, 05:28 PM
|
|
Posts: 485 |
Thanked: 248 times |
Joined on Oct 2009
|
#6
|
There are two steps missing that would make podcasts "work" on the N900:
1) Create Playlist by sub-directory - including daughters.
2) The ability to delete the podcast filess as you listen to them.
Without those, I'm forced to not D/L content until I guess that I've listened to most of them, delete a bunch of files, then D/L and HOPE that "Recent" is a good listing of the new content.
rm -r YYYY-MM-DD
|
|
12-22-2009
, 06:21 PM
|
|
Posts: 247 |
Thanked: 34 times |
Joined on Aug 2009
@ Los Angeles
|
#7
|
|
|
12-22-2009
, 06:34 PM
|
|
Posts: 247 |
Thanked: 34 times |
Joined on Aug 2009
@ Los Angeles
|
#8
|
|
|
12-22-2009
, 06:54 PM
|
|
Posts: 485 |
Thanked: 248 times |
Joined on Oct 2009
|
#9
|
I'm using gPodder and I've found part of a kludge that may help, but it isn't working yet.
I can get a playlist with the command:
cat *.m3u > AllPlay.m3u
of course this is after a lot of pwd cd commands.
I'm trying to get a script to run this
rm AllPlay.m3u
cat *.m3u > AllPlay.m3u
but I can't get
chmod 755 DoList.bat
to modify the permissions.
This still leaves me without the ability to delete files as I listen to them FROM THE PLAYLIST.
![]() |
| Thread Tools | Search this Thread |
|
What I did on my E90 (which had no native "podcatcher") was as follows:
.) Move the latest "batch" of files from my PC to a subdirectory on my E90.
.) Create a playlist of all files in that specific subdirectory (this was naturally sorted by date)
.) Listen to Podcasts
.) Delete podcasts I've listened to from the Playlist:
Edit: What I want to be able to do is:
.) D/L the latest podcasts; adding to what's on my N900
.) Listen to podcasts
.) Delete individual podcasts after listening
Last edited by RWFarley; 12-22-2009 at 06:24 PM.