maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Panucci Podcast and Audiobook Player (https://talk.maemo.org/showthread.php?t=25584)

xerxes2 2011-03-13 21:54

Re: Panucci Podcast and Audiobook Player
 
i think it was the permissions but as they say, if it works don't try to fix it. :D
Now if you're not too tired you can fix the settings dialog.

Edit: Or you can tell me how to do it. Should I put the toggle buttons to the left and the radio buttons to the right?

Helmuth 2011-03-13 22:12

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by xerxes2 (Post 967082)
i think it was the permissions but as they say, if it works don't try to fix it. :D

I'm sure it wasn't. It has still the same permissions. (as far as I can see) :(

I edited the file I copied to the N900. Not the one I have installed using apt-get.

Quote:

Originally Posted by xerxes2 (Post 967082)
Now if you're not too tired you can fix the settings dialog.

If you want that I try to make a hole in a wall using my (normally) beloved N900, then hell yes. :D

I have to look thru the rest of the code before to learn how to place (move) gtk widgets on a window. Or perhaps I try if "setX" works first... :rolleyes: But not this night. :) Sorry...

Have a good night and enjoy your week! :)

Helmuth 2011-03-13 22:15

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by xerxes2 (Post 967082)
Edit: Or you can tell me how to do it. Should I put the toggle buttons to the left and the radio buttons to the right?

If it helps I could draw you a mockup with coordinates tomorrow...

Or perhaps I could try to create a ui file using Qt Creator that looks well at the N900. :rolleyes:
Could this help? Or is gtk simply to different?

xerxes2 2011-03-13 22:18

Re: Panucci Podcast and Audiobook Player
 
GTK and Qt works just about the same so just tell me how it should look and I'll try to fix it.

Edit: Other than that it looked pretty good. The main menu worked out nice and maybe we should add the last two items too as there seems to be more space to fit them in there.

Edit: After some advice from thp I come up with this. https://github.com/xerxes2/panucci/c...5886026ae7b18b
I think it should look MUCH better now, hopefully.

Helmuth 2011-03-14 16:13

Re: Panucci Podcast and Audiobook Player
 
1 Attachment(s)
Hi xerxes2!

Quote:

Originally Posted by xerxes2 (Post 967103)
GTK and Qt works just about the same so just tell me how it should look and I'll try to fix it.

I've done a git clone 5 minutes ago.

It looks very well. Look at the attachment.

It's not very finger friendly. But it works for me.

But you should replace the "close" button with a "store settings" button. You don't need a close button at all. At Maemo you have only to tap outside the window in the blurred area to trigger a cancel at a dialog. :)

Quote:

Originally Posted by xerxes2 (Post 967103)
Edit: Other than that it looked pretty good. The main menu worked out nice and maybe we should add the last two items too as there seems to be more space to fit them in there.

As already described in Post #404 the buttons "Add File", "Add Folder" and "Save Playlist" have stopped working.(tested with git clode from 13.03.2011 and from 14.03.2011)

The Buttons Playlist, Settings and About are working.

Additionaly the Bluetooth Buttons have stopped working.(tested with git clode from 13.03.2011)
(I'm currently not in my car, can't test it with the newest version)

Mmh, and for the Buttons Clear Playlist and Delete All Bookmarks... I don't like the idea to simply place it there only because we have enought space.
It's dangerous to tap they simply by accident. And deleting something without asking if you really want to proceed is in my opinion a bad design.

Quote:

Originally Posted by xerxes2 (Post 967103)
Edit: After some advice from thp I come up with this. https://github.com/xerxes2/panucci/c...5886026ae7b18b
I think it should look MUCH better now, hopefully.

Confirming. Great work! :)

See below...

xerxes2 2011-03-14 19:32

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by Helmuth (Post 967578)
I've done a git clone 5 minutes ago.

It looks very well. Look at the attachment.

It's not very finger friendly. But it works for me.

But you should replace the "close" button with a "store settings" button. You don't need a close button at all. At Maemo you have only to tap outside the window in the blurred area to trigger a cancel at a dialog. :)

But you're not storing the settings as they're applied directly. I say the button should stay or possibly be taken away, even though that might not work that good for other platforms than fremantle.

Quote:

Originally Posted by Helmuth (Post 967578)
As already described in Post #404 the buttons "Add File", "Add Folder" and "Save Playlist" have stopped working.(tested with git clode from 13.03.2011 and from 14.03.2011)

The Buttons Playlist, Settings and About are working.

Dammit I missed it the first time. As all those actions that didn't work used the filechoser this bug was easy to find. :D Should be fixed with this commit.
https://github.com/xerxes2/panucci/c...258ab409d62738

Quote:

Originally Posted by Helmuth (Post 967578)
Additionaly the Bluetooth Buttons have stopped working.(tested with git clode from 13.03.2011)
(I'm currently not in my car, can't test it with the newest version)

Hmm, no clue about this one yet. If you fix it let me know.

Quote:

Originally Posted by Helmuth (Post 967578)
Mmh, and for the Buttons Clear Playlist and Delete All Bookmarks... I don't like the idea to simply place it there only because we have enought space.
It's dangerous to tap they simply by accident. And deleting something without asking if you really want to proceed is in my opinion a bad design.

Ok I added a confirmation dialog for delete all bookmarks. I didn't do it for clear playlist but if that's what people want I'll do it.

Quote:

Originally Posted by Helmuth (Post 967578)
Confirming. Great work! :)

Thanks, and thanks for all the bug reports and feature requests. I also have a little suggestion. By looking at your scrots the playlist window looks a bit ugly with all text. This is what it looks like on the desktop.
http://www.ungietern.se/users/xerxes...i-playlist.jpg

Maybe we should use icons instead like in the player window?

gojira 2011-03-14 20:09

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by magnuslu (Post 453555)
Any chance that there will ever be variable speed playback with constant pitch for Panucci? I'd love that for my audiobooks and podcasts! It's available in Windows Media Player and the iPod (so I assume also on the iPhone). Spoken word can easily be speeded up 20 to as high as 50% on some recordings. The faster speed forces me to concentrate more and my thoughts drift away less often...
Quote:

Originally Posted by nikosapi (Post 455521)
This has been brought up before, I just can't find the thread atm. I tested all the gstreamer plugins that would actually compile in the maemo (diablo) scratchbox. It became clear that the n810 doesn't have enough processing power to run these plugins. Perhaps the n900 might, but I suspect it will run down the battery quickly.


Just wondering has anyone (capable) looked into this feature request further? It would be a handy feature to have.

Helmuth 2011-03-14 22:01

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by xerxes2 (Post 967722)
But you're not storing the settings as they're applied directly. I say the button should stay or possibly be taken away, even though that might not work that good for other platforms than fremantle.

Is it not planned to add this feature in the near future?
Why a settings dialog if it is not stored? :confused:

Quote:

Originally Posted by xerxes2 (Post 967722)
Dammit I missed it the first time. As all those actions that didn't work used the filechoser this bug was easy to find. :D Should be fixed with this commit.
https://github.com/xerxes2/panucci/c...258ab409d62738

Tested, seems to work. :)

Quote:

Originally Posted by xerxes2 (Post 967722)
Hmm, no clue about this one yet. If you fix it let me know.

Not much time to look into the source and no BT headset at the moment around me to test changes. (only my radio in my car) Sorry. :(
Will try to look into it later this week. What have you changed that could cause that this commands could be ignored?
Buttons renamed or is it because of the moved gtk code?

Quote:

Originally Posted by xerxes2 (Post 967722)
Ok I added a confirmation dialog for delete all bookmarks. I didn't do it for clear playlist but if that's what people want I'll do it.

Will look how it works at daily usage as soon as the playlist bugs are fixed. Until then it is anyway a little bit hard to use.

Quote:

Originally Posted by xerxes2 (Post 967722)
Thanks, and thanks for all the bug reports and feature requests. I also have a little suggestion. By looking at your scrots the playlist window looks a bit ugly with all text. This is what it looks like on the desktop.
http://www.ungietern.se/users/xerxes...i-playlist.jpg

Maybe we should use icons instead like in the player window?

I have at some Maemo5 applications the problem that I don't know what some symbols at buttons mean and what they does. I don't have this problem at Buttons with text on it. But perhaps there is not enought space for both. Hmm... I'm again not very sure about this.
Anyway, not one of the important issues. But perhaps others will prefer icons instead of text. I don't know.

But we should first try to fix all bugs the new big changes has introduced. :)

xerxes2 2011-03-14 22:35

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by gojira (Post 967741)
Just wondering has anyone (capable) looked into this feature request further? It would be a handy feature to have.

i saw that in buqzilla a while ago but it doesn't seem like gstreamer's playbin element supports setting playback speed so don't hold your breath on this one. If anyone has any ideas of how to fix it let me know.

xerxes2 2011-03-14 22:46

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by Helmuth (Post 967806)
Is it not planned to add this feature in the near future?
Why a settings dialog if it is not stored? :confused:

The settings dialog is only for changing options directly and are not stored. If you want to make changes permanent do it in panucci.conf. I don't think I'll change this behaviour.

Quote:

Originally Posted by Helmuth (Post 967806)
Not much time to look into the source and no BT headset at the moment around me to test changes. (only my radio in my car) Sorry. :(
Will try to look into it later this week. What have you changed that could cause that this commands could be ignored?
Buttons renamed or is it because of the moved gtk code?

It was some moved settings code but i think I fixed it.
https://github.com/xerxes2/panucci/c...72f700e45ca9a2
Also, when you find bugs run panucci in a shell and see if it spits out some errors. That way I can fix the bugs very easy.

Quote:

Originally Posted by Helmuth (Post 967806)
Will look how it works at daily usage as soon as the playlist bugs are fixed. Until then it is anyway a little bit hard to use.

What bugs?

Quote:

Originally Posted by Helmuth (Post 967806)
I have at some Maemo5 applications the problem that I don't know what some symbols at buttons mean and what they does. I don't have this problem at Buttons with text on it. But perhaps there is not enought space for both. Hmm... I'm again not very sure about this.
Anyway, not one of the important issues. But perhaps others will prefer icons instead of text. I don't know.

It will definitely look prettier with icons but yes there could be a problem with not knowing what they do. :D On maemo it'll only be icons without text like in the player window.


All times are GMT. The time now is 03:18.

vBulletin® Version 3.8.8