![]() |
Re: gPodder 2.0 for Fremantle
Quote:
@casketizer i think you are Absolutely right cox i checked Another podcast and i got all of the 200 episodes!:confused: the question now! how can i get over the .xml limitation :rolleyes: @ Danramos: you Got me right too and thp Guided well to how to reConfig the number of episodes and why he hide it as for performance reason :) @thp: Thanx again and Again :D |
Re: gPodder 2.0 for Fremantle
@thp
It seems the download status bug is fixed with latest version. Another question: By which criteria are eps sorted in episodes view? Two of my podcasts are not sorted by date anymore. |
Re: gPodder 2.0 for Fremantle
Quote:
|
Re: gPodder 2.0 for Fremantle
Seems to have a bug then. I'll examine the xml tonight to make sure and report back.
|
Re: gPodder 2.0 for Fremantle
You're enjoying to use a great piece of software but sometimes this fabulously product has a small whimsicality that drives you crazy every day! :mad:
In my case I'm using gPodder on the go in my car without a fast Internet connection. I update my podcasts mostly at home using a W-Lan connection. Normally gPodder shows always the new, not already downloaded, episodes from a podcast at the top of the list. But, on the go, they are totally uninteresting for me. More than that. I don't want to see them. Sitting in my car, I have always to scroll down thru the list, searching for a already downloaded podcast... ready to hear exactly now. Not very handy while driving... :confused: I thought that the options "Deleted", "All" and "Downloads" at the menu from the Episodes List is exactly for this purpose. But Downloads includes the new, not already downloaded episodes. :( So this option is useless for me. I filled a bug about this last year. But thp considered it as a important feature, not a bug. :) This could be the case for other people. So perhaps he is right. But perhapse some others have the same problem as I. Because of this I'm writing this small post. (and to document my own changes to fix it in the next release, too) ;) I fixed this bug for me. If I select now "Downloads" I see only downloaded and instantly playable podcasts. Hooray! :D After long searching and digging in the totally wrong places I found the correct lines to fix it. Now I have the best gPodder release ever on my N900 and you're not! :p If you want that it behaves the same way on your device and you're brave enought, then follow my instructions. You need pyGTKEditor or Leafpad or something like that and rootsh installed on your Device. This small instruction is especially for gPodder 2.13 - but perhaps it works with other releases, too. So, first go to the Terminal and type: (in a single line, ignore the automatic word wrap) Code:
cd /home/maemo/usr/lib/python2.5/site-packages/gpodder/gtkui/frmntl Code:
sudo gainroot Ensure that you have the root shell closed using exit. Now you can edit the file with the unwelcome feature. :) Using leafpad: Code:
leafpad model.py Code:
pygtkeditor model.py def on_get_value(self, rowref, column): and def has_episodes(self): Important: Change the code in both functions! The first is somewhere at line 157 in function def on_get_value(self, rowref, column): Here you can find: Code:
elif column == self.C_VIEW_SHOW_DOWNLOADED: Code:
elif column == self.C_VIEW_SHOW_DOWNLOADED: Change this: Code:
elif self._view_mode == self.VIEW_DOWNLOADED: Code:
elif self._view_mode == self.VIEW_DOWNLOADED: I hope this small guide was detailed enought. If your changes break gPodder simply uninstall it using the application Manager and reinstall the stable release again. If you break something else or your Device... it wasn't me! :) In this case you have made this changes yourself and at your own risk. I have only tried to help you fixing something at gPodder. So, keep on enjoying gPodder! :) |
Re: gPodder 2.0 for Fremantle
A few weeks back there was a article in the maemo.org news section about a new user interface for gPodder in development.
I am curious as to whether there has been further progress on that. Could someone please post the link, I can not seem to find it anymore? Thank You. |
Re: gPodder 2.0 for Fremantle
Quote:
Progress on that is ongoing, but has slowed down a bit in the last few weeks due to the summer term starting up at University ;) Expect some more progress on gPodder/QML when that other project has been finished. |
Re: gPodder 2.0 for Fremantle
To fix youtube downloads, in /opt/maemo/usr/lib/python2.5/site-packages/gpodder/youtube.py:
fmt_url = fmt_url.replace('\\/', '/') needs to change to: fmt_url = fmt_url.replace('\\/', '/').replace("\u0026", "&") Change inspired by khuong. Frank |
Re: gPodder 2.0 for Fremantle
Quote:
|
Re: gPodder 2.0 for Fremantle
thp, can we have an option to play the episodes in someplayer?
|
All times are GMT. The time now is 12:59. |
vBulletin® Version 3.8.8