pMusic 6.0.0

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#2101 Post by don570 »

I'll try it with fatdog arm and report back.
_______________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#2102 Post by don570 »

I remade the package for fatdog arm and it works fine.
___________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2103 Post by zigbert »

don570
Thank you

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2104 Post by zigbert »

Development release
Much is done, but more to do.

Note!
Delete/Rename existing /root/.pmusic directory before installing this release.

Tempo detection and extended Smartadd
Realtime sound processing
Basic visualization
Attachments
pmusic-5.1.0.pet
(110.41 KiB) Downloaded 202 times

sheldonisaac
Posts: 902
Joined: Mon 22 Jun 2009, 01:36
Location: Philadelphia, PA

pmusic-5.1.0.pet

#2105 Post by sheldonisaac »

zigbert wrote:Development release
"Failed to install' under Lucid Puppy 5.2.8.7

Installed & works under Slim Slacko

Thank you,
Sheldon
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Re: pmusic-5.1.0.pet

#2106 Post by zigbert »

sheldonisaac wrote:"Failed to install' under Lucid Puppy 5.2.8.7
Packed with xz compression, so will not run on Lucid. will ofer this when reaching stable

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2107 Post by zigbert »

Version 5.0,4
See main post

Changelog
- Bugfix: My music editor: button 'show DB' shows wrong format in list.
- Bugfix: Faster and more reliable albumart grabber.
- Bugfix: Merge several lines of the same track to DB.
- Bugfix: First time activation of albumart-search didn't gave space to images.
- Bugfix: Export: Syntax in dialog heading: Playlist --> Playqueue.
- Bugfix: Radio frontend: Info in search-field is to long for default gui-width.
- Bugfix: ungroup favorite group.
- Bugfix: Save status when switching Normalize checkbox
- Bugfix: Tooltip for Normalize shows up in preferences even if tooltips is turned off.

live
Posts: 223
Joined: Wed 10 Feb 2010, 21:04

Podcast

#2108 Post by live »

Attachments
pMusic504_podcastCommented.png
(189.63 KiB) Downloaded 177 times
Last edited by live on Sat 09 Jul 2016, 12:02, edited 1 time in total.

live
Posts: 223
Joined: Wed 10 Feb 2010, 21:04

#2109 Post by live »

Thanks for pMusic 5.0.4

I tried with http://www.franceculture.fr/emissions/c ... -d-acteurs

See screenshot for some observations.

Additionally, it would be nice to see a flag on the podcasts in order to show the different status:
* un-listened
* partially listened
* totally listened
This could be implemented with a integer representing the number of listened second for every podcast, namely
* 0
* listened timed in sec
* listened timed = podcast duration

Thanks

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2110 Post by zigbert »

live
Thank you for your feedback and suggestions!

- Spinbutton width and update after edit are fixed for 5.0.5. See https://github.com/puppylinux-woof-CE/w ... e34b40eb78 and https://github.com/puppylinux-woof-CE/w ... 17814f7592
- The info shown in the playqueue is the meta-tags of the podcast file. Atm, pMusic does not show meta-tags when browsing - only when searching. This is speed-related, but on the wish-list. Hopefully, I manage to find a good way to implement this.
- Your suggestion about keeping track of listening status, is a good idea. It's a major task, so it's hard for me to promise something.
BUT, if you are in the middle of a podcast, pMusic can store the timestamp. Click on Menu -> Playback -> Add timestamp to favorites, and the given 'status' is found in the favorites.


Sigmund

live
Posts: 223
Joined: Wed 10 Feb 2010, 21:04

#2111 Post by live »

zigbert

I would not limit to 99, but 999

The RSS contains iTunes tags.
http://radiofrance-podcast.net/podcast09/rss_12537.xml

Possible a regular expression such as, to be iTune independant:

Code: Select all

<(.*?)author>(.*?)</(.*?)author>
>It's a major task, so it's hard for me to promise something.
A "dirty" trick would be to add a text file for each podcast as so:
it's name is the podcast's name id and it contains the played time integer.
On deleting of the podcast, this file would need to be deleted as well.

This integer, could also allow to directly jumped back where one stopped listening.

Thanks

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2112 Post by zigbert »

live wrote:I would not limit to 99, but 999
At least this one is included ;)

live
Posts: 223
Joined: Wed 10 Feb 2010, 21:04

#2113 Post by live »

Eager to test my new podcast reader when released :-)

But I recognised they are some implementation to make it work in a KISS manner
Last edited by live on Sat 09 Jul 2016, 20:41, edited 1 time in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2114 Post by zigbert »

live wrote:The RSS contains iTunes tags.
http://radiofrance-podcast.net/podcast09/rss_12537.xml

Possible a regular expression such as, to be iTune independant:

Code: Select all

<(.*?)author>(.*?)</(.*?)author>
>It's a major task, so it's hard for me to promise something.
A "dirty" trick would be to add a text file for each podcast as so:
it's name is the podcast's name id and it contains the played time integer.
On deleting of the podcast, this file would need to be deleted as well.

This integer, could also allow to directly jumped back where one stopped listening.
Now, when I'm releasing the development release 5.1.1 the latest code is available. If anyone likes to dig into this, the Podcast code is rather standalone (only updating main window), and should be easy to understand. After all, I grabbed the code from the good old puppy_podcast_grabber. Kept in /usr/local/pmusic/func_podcast.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2115 Post by zigbert »

Version 5.0.5
See main post

Changelog
- Podcast
. . . .- Increase max keep from 99 to 999 (thanks to live)
. . . .- Bugfix: Merge stack after saving playlist
. . . .- Bugfix: update gui after edit (thanks to live)
- Bugfix: Search alternative source.
- Bugfix: No 'missing meta' msg in album source field
- Bugfix: Preferences dialog doesn't show when souncard is specified
- Bugfix: Filter input to db editor (accept only files)
- Bugfix: Podcast spinbutton (max downloads) is too narrow (thanks to live)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2116 Post by zigbert »

Version 5.1.1
See main post

This is a development release, and the road to the next major release - 5.2.0

Highlights
- Tempo detection and extended Smartadd
- Realtime sound processing
- Nad has become the standard graphical theme
- Wider documentation and help
- Basic visualization
- Rewritten right-click menus
- Optional deeper indexing when scanning local collection. See Menu->Music Sources->My Music

live
Posts: 223
Joined: Wed 10 Feb 2010, 21:04

#2117 Post by live »

Sorry zigbert

>Increase max keep from 99 to 999
Does not work, neither with 505 nor 511, bound to 99.
You'll notice the upper ^ next to 99 is in white color instead of black

>Bugfix: update gui after edit
Does not work, neither with 505 nor 511
Contrary to pMusic 5.0.4, I can not delete or edit a podcast, because I can't select one in podcast grabber.
In 504 one could delete a podcast

>Podcast spinbutton (max downloads) is too narrow
OK on both

NEW:
I would make the podcast grabber window, by default wider.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#2118 Post by smokey01 »

Hi zigbert, I just converted 5.1.1 to a fatdog64-710 package and tried it.

It seem to work quite well. A few problems I noticed.

1. It couldn't find the ripper and streamer icons for the menus as Fatdog doesn't have the /usr/share/pixmaps/puppy directory.

2. When I added libcddb it provided strange results. It put the command lines of cddb into the playlist. I haven't worked out why yet.

3. Ripping the CD did work but initially I didn't think it did. Popup GUI wipes out the GUI behind. Could you use the modal setting to fix this or is it deliberate so that all GUI close together.

4. I couldn't find a way to rip a single track, is this possible? If not it might be a nice addition.

I will let you know if I find any more issues.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2119 Post by zigbert »

Damn it, last minute changes... Should have learned by noe ;)
Away from home, but will reverse the podcast focus issue as fast as possible.

Thank you both for the feedback. I'll be back...

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2120 Post by zigbert »

I have re-uploaded 5.0.5 and reverted the update-gui bug in the podcast manager. Thanks to live !

Post Reply