Notices


Reply
Thread Tools
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#351
Originally Posted by deekster View Post
Does anyone have a fix that will allow for tracks sent to Panucci be played instantly.... just like they always used to be.
Uninstall the current version, deactivate Extra-Devel and reinstall Panucci!
Read thp's post several lines above for more details.

Originally Posted by deekster View Post
Note to the developer of this great app: I think you may have to learn to leave this app alone now. Randomly changing the core functionality of it only serves to alienate your users.

And what exactly is your problem?
What about eseem what hard work the developer does in their spare time for free?


And why to hell do you install a application from extra-devel???
There IS NO SINGLE Application ready for end users. It's for applications currently under development. With bugs, feature changes and the potential to break your device. You've activated it at your own risk. Don't blame the people that uses this tool for its initial aim. To work together at the development of a application. To look at Apps in a early state, help to improve it and reporting Bugs. Read here for more Details: http://wiki.maemo.org/Extras-devel
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#352
Originally Posted by xerxes2 View Post
I also found out yesterday that Maemo has its own menu and it's very incomplete so if anyone wants to fix that that would be awesome. It should be fairly easy to do if you have a n900.
Mh, whats wrong with the menu? It seems to work for me...

I see "Wiedergabeliste" and "About" - was there more before?
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#353
Originally Posted by Helmuth View Post
If the playback is finished and the player is at the end of the playlist switch only in pause mode but keep the file open and at the end of the track.
That was easy to fix: https://github.com/xerxes2/panucci/c...49bce9b4744e0c

And you can find all implemented options in panucci.conf:
https://github.com/xerxes2/panucci/b...a/panucci.conf

For your other suggestion about searching back through files I have to think a bit more if I have the energy to do it. I guess with a config option it couldn't hurt to do it.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following User Says Thank You to xerxes2 For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#354
Originally Posted by Helmuth View Post
Mh, whats wrong with the menu? It seems to work for me...

I see "Wiedergabeliste" and "About" - was there more before?
Well, i figured that out yesterday, read the comments here:
http://maemo.org/packages/package_in...anucci/0.99.0/

What Jussi said got me very curious and when I looked more closely at the source I noticed that Panucci has three menus, Maemo, Fremantle and others. And others is what i use and there are currently 12 items in that one.

If anyone wants to take a look at it it's in main.py:
https://github.com/xerxes2/panucci/b...anucci/main.py

It starts at line 248 and then goes down a few hundred lines but it's all in the same class.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#355
Originally Posted by xerxes2 View Post
It starts at line 248 and then goes down a few hundred lines but it's all in the same class.
Ah, now I understand. Yes, I can confirm this. There is only 'Playlist' and 'About' at my Device. I will look into it. Perhaps I'm able to fix it.

I will try to create Buttons at create_app_menu for all Buttons I'm able to find at create_menu.

Is this the correct function? Or should I look into create_desktop_menu?
I'm not sure. What have you modified? As far as I see I must create own signals and can't use the actions from the create_app_menu function.

Mmmh... okay. I'm currently on the go. Again only with N900 and without git. But perhaps I could look into it before the weekend. (I hope so)

Stay tuned!
 

The Following User Says Thank You to Helmuth For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#356
That would be awesome. If i could set a hundred thanks on you I would. And the ones that are used for others are create_actions() and create_desktop_menu(). And for this I don't need a patch as I know where it is. Just give me something and I'll add it manually if you prefer that.

Here is what it looks like on a regular box:
File menu -> http://www.ungietern.se/users/xerxes...nucci-file.jpg
Tools menu -> http://www.ungietern.se/users/xerxes...ucci-tools.jpg
Help menu -> http://www.ungietern.se/users/xerxes...nucci-help.jpg

And then there are some more Maemo specific stuff that needs to be fixed, read more here:
https://lists.berlios.de/pipermail/g...ch/000212.html
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following User Says Thank You to xerxes2 For This Useful Post:
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#357
Originally Posted by xerxes2 View Post
Here is what it looks like on a regular box:
File menu -> http://www.ungietern.se/users/xerxes...nucci-file.jpg
Tools menu -> http://www.ungietern.se/users/xerxes...ucci-tools.jpg
Help menu -> http://www.ungietern.se/users/xerxes...nucci-help.jpg
At maemo is only a single level for menus. No "File", "Tools" or "Help" - only a single one. It would look very flustered if we create there 3 Buttons with submenus. (possible, but bad design)

And all this Buttons at the same level would be to much. And I don't know how to implement the Checkbox for "Dual Action Button" and "Stay at End" - I've seen it before, yes. But I guess I will get in trouble to get it running... the same for the play mode Option Buttons.

Hmm... I could bet there was a Settings menu before at Maemo exaktly for the same reason. We should put everything from tools except the playlist inside there.
There must exist somewhere a UI and code fragments for this... I'm sure.

At the early beginning of the N900 time I installed VMware at my Windows Machine, put a Ubuntu installation on it and installed Scratchbox and the Maemo SDK. I was able to play around with a N900 inside scratchbox to get familar with the UI and report Bugs before Nokia has shipped mine. It worked very nice and I would say Panucci should run without any problems inside there at your i386 desktop... (perhaps except the sound)

Have you heard about this possibility? This way you could test the code in a more familiar environment.
 

The Following User Says Thank You to Helmuth For This Useful Post:
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#358
Originally Posted by xerxes2 View Post
And then there are some more Maemo specific stuff that needs to be fixed, read more here:
https://lists.berlios.de/pipermail/g...ch/000212.html
Mh, FM Transmitter... I bought especially because of this for 200€ a new car stereo with proper Bluetooth support.
It haven't worked as expected. The local broadcast stadions are to strong and to crowded... there are only for some kilometers free frequencies. Great nuisance, nothing more. Nothing less.

In my opinion the rest is also not very important. Let's get the menu back first.
 

The Following User Says Thank You to Helmuth For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#359
I agree that the Fremantle/Maemo menu is definately, by far, the most important thing to fix right now. Just do it as you think is the best way. Some of the options are not very likely to change on the fly so if there is not enough space for all I don't think it matter that much. Everything could be set in panucci.conf anyway.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#360
I've done a git clone to prepare myself to play tomorrow with the menu buttons. To be able to test the last version and to start it easily I simply copied the source of the last git version to /opt/panucci/lib/panucci/ and replaced all files with the new version. The same with /usr/bin/panucci
I wanted to modify the source directly on the device as soon as I have some time for it.

But panucci is not loading. From the commandline I got this error:

Code:
CRITICAL:panucci Exception caught:
Traceback (most recent call last):
  File "/usr/bin/panucci", line 133, in <module>
    from panucci import main
  File "/opt/panucci/lib/panucci/main.py", line 62, in <module>
    from panucci.settings import settings
  File "/opt/panucci/lib/panucci/settings.py", line 37, in <module>
    shutil.copy(_filepath, CONFIG_FOLDER)
  File "/usr/lib/python2.5/shutil.py", line 84, in copy
    dst = os.path.join(dst, os.path.basename(src))
  File "/usr/lib/python2.5/posixpath.py", line 112, in basename
    return split(p)[1]
  File "/usr/lib/python2.5/posixpath.py", line 77, in split
    i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Should the current git clone work if I copy it to the N900 or is it in a unusable state?
Are you trying to integrate a new feature?
 
Reply

Tags
barbiestrsand


 
Forum Jump


All times are GMT. The time now is 01:24.