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

#1906 Post by don570 »

I googled 'warehouse + synonym'

Suggestions :

Music warehouse
Storehouse
storeroom,
depository,
depot

Synonyms depository, depot, magazine, repository, storage, warehouse
Related Words cache, stockroom, storeroom; bank, bin, container, locker, safe-deposit box, strongbox; arsenal, dump; stowage

Music cache or Music warehouse sounds good to my ears :lol:
________________________________________________


To test a pls file I used a file based on this -->

http://murga-linux.com/puppy/viewtopic. ... 289#827289

Then I did the command

Code: Select all

pmusic -a  music_list_name.pls
and you can see in image that playlistlist did show on left side of window,
however it didn't show on right side of window. THere was an offer to
scan a folder I believe.

_________________________________________________

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

#1907 Post by zigbert »

I see the pls bug...
if 'fileN=' description misses full url definition (file://...)
fixed for next release

func_add line 511:

Code: Select all

ADR="`cut -d= -f2 <<< "$I" | awk -F 'file://' '{print $2}'`"
should be

Code: Select all

ADR="`cut -d= -f2 <<< "$I" | sed 's|file://||'`"
When it comes to the music warehouse, I don't feel we have got it 100% yet :-)

Thank you
Sigmund

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#1908 Post by greengeek »

zigbert wrote:I will consider a new term instead of Marks, but it has to describe the qualities of these 'Marks'
- It opens a folder in the builtin browser
- It adds an audio file to the playqueue.
- It runs actions like connecting to top100 of jamendo.com
- It shows stored timestamps for playing track.
"Dashboard" maybe?
"Autopilot"?

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

#1909 Post by zigbert »

Version 4.5.1
See main post

Changelog
- Bugfix: pls playlist won't import if missing url file:// (thanks to don570)

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

#1910 Post by zigbert »

greengeek wrote:"Dashboard" maybe?
"Autopilot"?
By term we are inside Favorites.
What about 'Favorites board'?
Attachments
forum.jpg
(26.79 KiB) Downloaded 342 times

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#1911 Post by greengeek »

zigbert wrote:By term we are inside Favorites.
What about 'Favorites board'?
If we're already inside Favorites maybe just call it "Links"? Pretty similar concept to Marks?

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

#1912 Post by don570 »

I love the term 'Warehouse'. Lots of stores in North America use the term on
their signs.

Queue warehouse
Music Warehouse
Favorites Warehouse
Explore
Exploration closet
My music closet
Treasure chest
Goodies
Queue depot

_____________________________________________

fatdog 700 doesn't have id3tag installed. Good thing it's not on list of
dependencies.
___________________________________________

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

#1913 Post by zigbert »

Wow, there are many ways to express us :)
But if the idea is to switch 'marks' to something more computerish, I think 'Links' is the best proposal atm ?

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

#1914 Post by zigbert »

don570 wrote:fatdog 700 doesn't have id3tag installed. Good thing it's not on list of dependencies.
Me like that too ;-)

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

#1915 Post by zigbert »

Working with pMusic-4.6.0
Main goal is to ship this new frontend for radio streaming (like the CD-player frontend found in the multimedia menu).
pMusic has a strong radio support, so why not offer it to those who want a dead-simple radio-player. Just a couple of extra kb.
Attachments
Screenshot_2015-03-05_181030.jpg
(21.95 KiB) Downloaded 242 times

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

#1916 Post by don570 »

I think 'Links' is the best proposal atm ?
No, No !! The word 'Links' is too closely associated with the internet.
It will confuse a user. Find another like 'Storage'

___________________________________________________

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

#1917 Post by zigbert »

At last solved how use the builtin bookmarking system in radio-mode.
Attachments
_2015-03-20_234718.jpg
(20.11 KiB) Downloaded 186 times

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

#1918 Post by zigbert »

Version 4.6.0
See main post

Changelog
- New Radio-stream frontend:
. . . .- New frontend for streaming internet radio.
. . . .- Icons in sourcelist for country/genre.
. . . .- Faster browsing of radio stations.
. . . .- Filter favorite radio stations.
- Radio: If no index, click in sourcelist instead of msg.
- RadioHits: Add url and name as default if streaming radio.
- Right-click menu
. . . .- Sourcelist: Bugfix: Too many options for radio urls.
. . . .- Playqueue: Bugfix: urls gives option to send to masstagger.
- Use theme icons for all navigaton icons in buttons and menu.
- CD-frontend:
. . . .- Use pMusic icon in window heading.
. . . .- Bugfix: copy audio CD (with pBurn).
- Allow editing of command in myMusic editor.
- Trackinfo:
. . . .- Bugfix: Search alternative metatags corrupts db if chosen album is found twice at musicbrainz.org
. . . .- Bugfix: Album doesn't find length of track if track misses meta info.
- Updated Nad5
- Bugfix: Adding playlist including non-existing tracks loops on existing track.
- Bugfix: Missing button-icon for advanced search in Gtk theme.

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

#1919 Post by sheldonisaac »

zigbert wrote:Version 4.6.0
Thank you, Sigmund.
It's working fine, uder SuperLupu2.
Admittedly I haven't explored all the features.

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

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#1920 Post by 01micko »

Well this is odd..

Code: Select all

# pmusic

/usr/local/pmusic/pmusic: line 491: 27977 Trace/breakpoint trap   $GTKDIALOG -f $WORKDIR/xml_pmusic${XML_SUFFIX} -G +"$X"+"$Y" 2> $STDERR

==========================================
Gtkdialog failed to run the pMusic frontend
Please execute 'pmusic -D' to check all dependencies.

Killed
#
Pmusic -D lists everything ok except Timidity, which isn't the trouble.

I deleted ~/.pmusic before running. There is a small bug in pequaliser, not a showstopper but that isn't the cause either.
Puppy Linux Blog - contact me for access

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

the pMusic frontend thing

#1921 Post by sheldonisaac »

01micko wrote:Well this is odd..

Code: Select all

# pmusic

(SI snippage)

==========================================
Gtkdialog failed to run the pMusic frontend
Please execute 'pmusic -D' to check all dependencies.
Killed
#
(SI snippage)
Yes, 01micko and Sigmund, I had the same experience.

I unnstalled & reinstalled a few times.

It's OK now, but of course I don't know why it had behaved that way.

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

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#1922 Post by OscarTalks »

I was going to report this but see that others have already done so. pMusic 4.6.0 in Dpup Wheezy remastered main puppy .sfs with no save-file so nothing in /root/.pmusic. Dependencies should be all OK, pMusic 4.5.1 runs OK. Small initial splash appears for a fraction of a second but then nothing.

Code: Select all

# pmusic

/usr/local/pmusic/pmusic: line 491: 13250 Trace/breakpoint trap   $GTKDIALOG -f $WORKDIR/xml_pmusic${XML_SUFFIX} -G +"$X"+"$Y" 2> $STDERR

==========================================
Gtkdialog failed to run the pMusic frontend
Please execute 'pmusic -D' to check all dependencies.

Killed
# pmusic -D
  R E Q U I R E D                            
    bash                                      [OK]
    coreutils, awk, sed, diff                 [OK]
    gtkdialog                        >= r512  [OK]
    ffmpeg                                    [OK]
    aplay  (alsa)                             [OK]

  R E C O M M E N D E D                      
    streamripper (extended radio-rip/play)    [OK]
    cdda2wav     (play/rip audio-CD)          [OK]
    wget         (connection to www)          [OK]

  O P T I O N A L                            
    pBurn        (burning audio-CD)           [OK]
    pFilesearch  (File-search engine) >= 1.28 [OK]
    pSchedule    (podcast managing)   >= 1.12 [OK]
    pEqualizer   (10 band equalizer)          [OK]
    Timidity     (play midi)                  [MISSING]
    libcddb      (improved CD detection)      [OK]
# find: cannot search `': No such file or directory
Oscar in England
Image

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

#1923 Post by zigbert »

Hi guys
Thanks for giving feedback.
We got to fix this, but surprisingly I can't reproduce it. But you are all capable to help out.

The message indicates that the gtkdialog xml-code is corrupt. pMusic has 2 switches that can help us:
pmusic --debug
give us more output, and maybe this gives an idea where it goes wrong when gtkdialog executes /root/.pmusic/tmp/xml_pmusic
If this doesn't help we can use this
pmusic --dump-gtk | gtkdialog -s
to execute a clean xml-code. This won't work 100% because pmusic has its own preconfigured settings, but it might give us a clue how gtkdialog acts on the code.

Thank you
Sigmund

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#1924 Post by greengeek »

Hi Sigmund, I have just tried 4.6.0 in my Slacko 5.6 derivative (which never has any savefile - always discards config changes between sessions) and have the same problem. My terminal outputs as follows:

Code: Select all

# pmusic --debug
/usr/local/pmusic/pmusic: line 420: kill: (27399) - No such process

** (gtkdialog:29686): ERROR **: gtkdialog: Error in line 593, near token '</vbox>': syntax error

/usr/local/pmusic/pmusic: line 491: 29686 Trace/breakpoint trap   $GTKDIALOG -f $WORKDIR/xml_pmusic${XML_SUFFIX} -G +"$X"+"$Y" 2> $STDERR
# find: `': No such file or directory

and

Code: Select all

# pmusic --dump-gtk | gtkdialog -s

** (gtkdialog:31652): ERROR **: gtkdialog: Error in line 593, near token '</vbox>': syntax error

ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
Trace/breakpoint trap
# ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL equal
amixer: Mixer attach equal error: No such file or directory

cheers!
.

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

#1925 Post by sheldonisaac »

greengeek wrote:Hi Sigmund, I have just tried 4.6.0 in my Slacko 5.6 derivative .
I just booted TahrPup 6.02.

Installed pMusic 4.60

Same results as greengeek

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

Post Reply