pMusic 6.0.0

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#1411 Post by zigbert »

charlie6 wrote:Hi Sigmund,
also noticed on last 2.9.17's GUI : a white strip superimposed at center between the 2 windows ...might be the box where «/mnt [OR] /root» takes place;
on the attached screenshot, one can recognize some of its characters
This is a known issue of gtk/gtkdialog, and since your translation is wider than english.

It will be gone if you
- makes the window bigger
- if you click twice on the view-search-dock button


Sigmund



Download pMusic 3 - RC10 here

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

#1412 Post by zigbert »

charlie6
Bookarks are fixed in rc10




Download pMusic 3 - RC10 here

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

#1413 Post by zigbert »

rodin.s
rc10 checks if func_progressbar is already running before executing itself. So it shouldn't be more than one instance of it. Hopefully that means pMusic will not hang even if you activate 'Info for playing track' in the preferences.


Sigmund



Download pMusic 3 - RC10 here

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

#1414 Post by sheldonisaac »

zigbert wrote: Download pMusic 3 - RC10 here
Hi, sorry to bother you; the last couple of RCs seem to insert this into .jwmrc , under Lucid Puppy 5.28

Code: Select all

<Program label="Whatever the packages needs, though don't worry if there is no .desktop file as this script will ask some simple questions and optionally create" icon="Animation.xpm">needed for the package, for example usr/local/bin/abiword (the executable)</Program>
This seems to cause the Multimedia submenu to not work.

EDIT: Again my apologies. I booted without savefile, and the problem did not occur.

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#1415 Post by charlie6 »

Hi Sigmund,
thanks again for your time,
i cannot reproduce this:
sometimes the Playlist popup shows empty items...and on a fresh start (i.i. /root/.pmusic deleted), it is populated ...
could this happen...?

BTW, i could not resist beginning a french translation (now ca. 60% translated...left some big paragraphs to be translated)

Cheers, Charlie
Attachments
empty.jpg
(21.06 KiB) Downloaded 596 times
notempty.jpg
(27.98 KiB) Downloaded 628 times

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

testing RC10

#1416 Post by rodin.s »

Now I have made a simple script which does 'ps | grep pmusic' each minute and puts it's output to a file. For testing I just clicked on the radio link posted above and played it for ten minutes. Progress bar didn't disappear and the more of it the slower pmusic GUI becomes. In previous version (RC9) I even managed to run RadioHits dialog and recorded some songs, in RC10 I didn't even try. It was hard to control GUI very soon.
As far as I see progress bar reads info from output of ffmpeg and cannot read it correctly as I have a lot of error messages like this in debug output:

Code: Select all

 /usr/local/pmusic/func_progressbar: line 59: (1625*100/)+1: ошибка
Attachments
processes_time.txt.gz
(2.05 KiB) Downloaded 483 times

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

#1417 Post by zigbert »

pMusic 3 - RC11



Download pMusic 3 - RC11 here

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

#1418 Post by zigbert »

Charlie
Playlist names is fixed.
When translation is finished, please give me a note, and I will upload it in the pMusic_NLS post. Be aware that most of the new rc's have small NLS updates.


Download pMusic 3 - RC11 here

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

#1419 Post by zigbert »

rodin.s
Thank you for helping out here. I am very thankful for bothering you running a program that does not work for you!!!!
- rc11 has hopefully fixed the check for allowing only 1 instance of func_progressbar.
- Browsing at first run failed - a bug existing for very long, but now known and fixed.
- I tried to play your stream http://listen.sky.fm/public1/guitar.pls, but either pmusic nor mplayer could connect. I tried another stream - wanted to check if things works differently than local files. Could not find anything..... Is there any difference for you if you play streams or local files?


Thank you
Sigmund


Download pMusic 3 - RC11 here

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

#1420 Post by sheldonisaac »

zigbert wrote: Is there any difference for you if you play streams or local files?
Radio stations seem OK.

I tried to setup Web music, it quit with an error message.

So I tried Advanced. After about an hour it was finished indexing.

I can add a track to the playlist, eg Gerald - Adagio from Classical

When I click it in the playlist, there's a message "Connecting" then "buffering. please wait" with a few seconds of music, and then silence.

Local file plays OK.

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

#1421 Post by zigbert »

sheldonisaac
I wonder what errors make it silence.....????
pMusic generates a command that is executed when playing. It is located in /root/.pmusic/tmp/exec
In the original command all errors are pointed to the files ffmpeg_output and aplay_errors. To see the errors in terminal you can execute this simplified command:

Code: Select all

LANG=C exec ffmpeg -i 'http://api.jamendo.com/get2/stream/track/redirect/?streamencoding=mp31&id=389999' -ss 0  -f au - | aplay
I tried to setup Web music, it quit with an error message.
What errors?


Thank you for reporting
Sigmund

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

#1422 Post by sheldonisaac »

zigbert wrote:sheldonisaac
I wonder what errors make it silence.....????
pMusic generates a command that is executed when playing. It is located in /root/.pmusic/tmp/exec
In the original command all errors are pointed to the files ffmpeg_output and aplay_errors. To see the errors in terminal you can execute this simplified command:

Code: Select all

LANG=C exec ffmpeg -i 'http://api.jamendo.com/get2/stream/track/redirect/?streamencoding=mp31&id=389999' -ss 0  -f au - | aplay
I will report on this soon. (see at bottom)
Thanks.
EDIT: Works now.
I just heard The Rhythm Hounds playing Lover's Rhumba from Mystery walk. (Jamendo Blues section)

I finally found this by Playdayz (some snipping):
The Pmusic upgrade for Lucid 528 has a later ffmpeg (0.8.9) than the default Lucid.
ftp://distro.ibiblio.org/puppylinux/pet ... 28-005.pet
I tried to setup Web music, it quit with an error message.
zigbert wrote:What errors?

Code: Select all

--2012-11-10 18:53:20--  http://www.meownplanet.net/zigbert/pmusic_index_webmusic.gz
Resolving www.meownplanet.net... 96.30.0.248
Connecting to www.meownplanet.net|96.30.0.248|:80... connected.
HTTP request sent, awaiting response... 401 Authorization Required
Reusing existing connection to www.meownplanet.net:80.
HTTP request sent, awaiting response... 404 Not Found
2012-11-10 18:53:22 ERROR 404: Not Found.

FINISHED. PRESS ENTER KEY TO CLOSE THIS WINDOW: 

Code: Select all

LANG=C exec ffmpeg -i 'http://api.jamendo.com/get2/stream/track/redirect/?streamencoding=mp31&id=389999' -ss 0  -f au - | aplay
ffmpeg version 0.8.9
(For some reason, my Lucid Puppy had a version which might be
FFmpeg 0.6-4:0.6-2ubuntu4 ???)

Code: Select all

    encoded_by      : Jamendo : http://www.jamendo.com | LAME
    TDTG            : 2012-01-29T11:14:54
  Duration: 00:03:08.36, start: 0.000000, bitrate: 96 kb/s
    Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 96 kb/s
Playing Sparc Audio 'stdin' : Signed 16 bit Big Endian, Rate 44100 Hz, Stereo
Output #0, au, to 'pipe:':
  Metadata:
    title           : A
    artist          : Frozen Silence
    album           : Notes
    date            : 2009
    genre           : (255)
    publisher       : Jamendo
    copyright       : 2009-07-22T09:29:37+01:00 Frozen Silence. Licensed to the public under http://creativecommons.org/licenses/by-nc-sa/3.0/ verify at http://www.jamendo.comalbum/49125/
    encoded_by      : Jamendo : http://www.jamendo.com | LAME
    TDTG            : 2012-01-29T11:14:54
    encoder         : Lavf53.5.0
    Stream #0.0: Audio: pcm_s16be, 44100 Hz, stereo, s16, 1411 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop, [?] for help

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

testing RC11

#1423 Post by rodin.s »

RC11 works better, faster, with radio and with local files. Streamripper also works. Will do more testing later.
Attachments
processes_time.txt.gz
RC11 processes.
(930 Bytes) Downloaded 465 times

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

cannot get pmusic.pot using pMusic 2.9.19 ...?!

#1424 Post by charlie6 »

Hi Sigmund,
:shock: cannot get pmusic.pot using MoManager+pMusic 2.9.19 ...?!
zigbert wrote:Charlie
Playlist names is fixed.
When translation is finished, please give me a note, and I will upload it in the pMusic_NLS post. Be aware that most of the new rc's have small NLS updates.
thanks therefore !

Now i cannot longer get a pmusic.pot, nor pmusic.po using MoManager, even on a fresh install of pMusic2.9.19 on dpup-exprimo.
what happens:
- once MoManager has scanned all files, i select /usr/local/pmusic/pmusic in the scripts that don't have a .mo file; and then select «create»
- at this stage, there should come a console asking for entering the translator's email adress; here it does not; and the Geanys opened pmusic.po file is empty.

I tested on the same session MoManager to create a po file using another script (i.e. precord) and it worked fine. So i do not believe my MoManager configuration to be somewhat corrupted.
I had previously cleared my session off all previous version pMusic files ... as also uninstalled pMusic-NLS.pet....??!!

The pmusic.pot i have put appart is relative to version 2.9.17; + update about «Bookark» entry.
Are there much changes in 2.9.19 that need to update the pmusic.pot from 2.9.17 ?
Thanks for any reply.

Charlie

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

failed to create .pot , .po file using pMusic-2.9.19

#1425 Post by charlie6 »

Hi Sigmund,
in addition to the above post:
I again have repeated to build the pmusic.po using MoManager, now rolling back to pMusic-2.9.10.pet (yes 2.9.ten), and this worked fine on the very same dpup-squeeze session.
I got
- rxvt console asking for entering translator's email-adress; once done I got
- pmusic.pot, and .po, as also .mo files build !

Re-doing the same,this time,using pMusic-2.9.19.pet:
- uninstall pMusic-2.9.10 and all-pmusic-related-relief files;
- reboot;
- install pMusic-2.9.19.pet
- start MoManager and select /usr/local/pmusic/pmusic script and then 'create'

result:
- again no success; just a white rxvt console displayed about 0.3 sec and straight closed;
- no pmusic.po nor .pot created;

I did the same using pMusic-2.9.17 ==> no success; so the pmusic.pot reported in my above post could be rather from an anterior version of pMusic, perhaps well pMusic-2.9.15.

Cheers, Charlie

User avatar
Tote
Posts: 237
Joined: Thu 19 Jan 2012, 07:53
Location: South Wales

#1426 Post by Tote »

Hi Zigbert, I just installed Pmusic 2.9.19 on latest Precise Retro 541 and I noticed when I click VIEW there is only the 'now playing' option to select where on the previous versions of Pmusic ( I think) there were Classic, low powered, manager, wings, etc. Is that how it should be or am I doing something wrong?

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

fix for gettext

#1427 Post by rodin.s »

I guess I know how to fix gettext in pMusic. It is func_progressbar again. It's strange thing but comments between lines 104 and 106 should be deleted and then gettext works and po-file is created in MoManager.

Code: Select all

else  
echo "$(gettext 'Source not detected')" > $WORKDIR/statusbar
echo "$(($(<$WORKDIR/statusbar_error)+1))" > $WORKDIR/statusbar_error

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#1428 Post by charlie6 »

Hi rodin,
thanks a lot !
using 2.9.19;
here have uncommented lines 104 and 108;
MoManager build nice .po, .pot and .mo files.

Afterwards have again commented lines 104 and 108.
Cheers, Charlie

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

#1429 Post by zigbert »

sheldonisaac
I have fixed the 'download webmusic index' issue


Thank you
Sigmund

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

#1430 Post by zigbert »

Tote wrote:Hi Zigbert, I just installed Pmusic 2.9.19 on latest Precise Retro 541 and I noticed when I click VIEW there is only the 'now playing' option to select where on the previous versions of Pmusic ( I think) there were Classic, low powered, manager, wings, etc. Is that how it should be or am I doing something wrong?
As pMusic improves, I find it less important to offer alternative frontends.... Of course, you can still run pMusic with the Wings frontend, but you have to download it and set it as default in the preferences. Note that there is a www-button beside the frontend-chooser which lead you to the frontend homepage.

The best would be to skip the View menu, but I haven't figured out where to place 'Now Playing'.


Sigmund

Post Reply