Page 94 of 117

Posted: Wed 14 Jan 2015, 20:58
by zigbert
greengeek wrote:Balance control does not show in pEqualiser in the multimedia menu...
pEqualizer does not support balance. pMusic uses the embedded code from pEqualizer in its 'mixer'

Posted: Wed 14 Jan 2015, 21:02
by zigbert
greengeek wrote:I would like it if the playqueue history arrows were less prominent (especially the "clear queue" button!), and it would be handy if the actual play controls were more prominent - at the moment they look as if they are greyed out and my brain ignores them.
This is a theme issue. Maybe you like the Nad theme better?

Posted: Thu 15 Jan 2015, 01:38
by zigbert
Version 4.4.7
See main post

Changelog
- Show builtin file browser by default (thanks to greengeek)
- Bugfix: Loop playqueue.
- Bugfix: Rename file in sourcelist via right-click menu.
- Bugfix: Turn OFF extended trackinfo still uses streamripper info in statusbar.

Posted: Thu 15 Jan 2015, 18:48
by greengeek
Thanks Zigbert - yes I do like the Nad theme, and it is very nice having the filebrowser there as a default too. I have a couple of questions:

1) I would like the filebrowser to display a default of the filesystem "/" rather than "/root" if possible. I tried to make some changes in the pmusicrc files to achieve this but could not find the correct setting. Is there a simple change i can make?
2) I would like to make the Nad theme my default. I tried to do this by changing the "export THEME" setting in /usr/local/pmusic/pmusicrc to Nad, but this does not seem to work - it still starts up as gtk. (even though Nad is definitely loaded and available in preferences).

I should note that I do not use a savefile, so I cannot retain changes in /root/.pmusic - I prefer to find a method that would achieve the changes in the original default files of pmusic as my system always boots in a 'pristine' state that does not retain previous session info.

Can you suggest where I can make these changes please?
cheers!

Posted: Fri 16 Jan 2015, 19:37
by zigbert
greengeek wrote:1) I would like the filebrowser to display a default of the filesystem "/" rather than "/root" if possible. I tried to make some changes in the pmusicrc files to achieve this but could not find the correct setting. Is there a simple change i can make?
Yes, this is doable. Actually my mistake - I used $HOME as default instead of $BROWSERDIR as set in pmusicrc. Change line 136 in /usr/local/pmusic/pmusic to

Code: Select all

export SOURCE=$BROWSERDIR
I have done this fix for next release.

Posted: Fri 16 Jan 2015, 19:40
by zigbert
greengeek wrote:2) I would like to make the Nad theme my default. I tried to do this by changing the "export THEME" setting in /usr/local/pmusic/pmusicrc to Nad, but this does not seem to work - it still starts up as gtk. (even though Nad is definitely loaded and available in preferences).
Nad5 it is ;-) (The name of the theme directory)

Posted: Fri 16 Jan 2015, 20:17
by greengeek
Thanks. Nad5 now working as default :-)
The $BROWSERDIR change did not work for me though - still displays contents of /root.
I did rush this test though so may have made a mistake. Will try again later
cheers!

Posted: Fri 16 Jan 2015, 20:56
by zigbert
Remember you have to change the path in pmusicrc as well:
export BROWSERDIR="/"

Posted: Sat 17 Jan 2015, 00:17
by greengeek
Thanks Zigbert. Yes, that is working exactly as I would like now. Much appreciated!

I made myself a pet with these modifications which I will post here so I can grab it on my next boot if that is ok.

Posted: Sat 17 Jan 2015, 04:43
by greengeek
Now I'm just going to be a right pain and make another feature suggestion:

When I use the internal filebrowser and rightclick my music directory in order to "add to play queue" it adds all of the loose tracks that are in there, but does not add any of the tracks that are inside other directories inside the "Music" directory.

Is there some way to add an extra option to that rightclick menu: "Recursive add to play queue" ?

This would probably slow it down if there were too many extra directories, but it would be a nice option to have if it was possible.

Otherwise I'm going to have to learn how to make playlists :-)

Posted: Mon 19 Jan 2015, 16:45
by zigbert
greengeek wrote:Is there some way to add an extra option to that rightclick menu: "Recursive add to play queue" ?
Shouldn't be too hard, but I need some days as it is not too much coding-time these days...

It is great to get some feedback from you that are using pMusic differently than myself. I never browse for music, so it is hard for me to decide how this should be coded.


Thank you
Sigmund

Posted: Fri 23 Jan 2015, 17:23
by zigbert
Version 4.4.8
See main post

Changelog
- Right-click menu: Option to add files recurively if selection is directory. (thanks to greengeek)
- NLS Polish by Robert Wojewódzki (robwoj44)
- Updated russian NLS by Aleksandr Proklov (pro)
- Bugfix: Set default browser dir in rc file. (thanks to greengeek)
- Bugfix: Gettext in right-click menu in sourcelist. (thanks to pro)
- Bugfix: Right-click menu: Add track to play as next playing track corrupts playlist.

Posted: Fri 23 Jan 2015, 20:12
by greengeek
Many thanks Zigbert - that really makes pMusic very useable for the relatively inexperienced Puppy users I look after. If anyone else wants it I have added the Nad5 theme into a modified 4.4.8 pet and also set the default browser location to "/" (filesystem) rather than "/root" - download here

Posted: Fri 06 Feb 2015, 01:34
by don570
Request: pmusic should open a pls file made by Audacious.

VLC player would open it correctly in April64 distro. (I checked :lol: )
pmusic would show the name of song but wouldn't play.

Unfortunately m3u playlists are treated as ordinary basic text so
I don't want to make my script create-m3u open it up.

However I have found that pls playlists open as .audio_x-scpls
so I can make a right click script to open these playlists quite easily.

Posted: Fri 06 Feb 2015, 08:36
by zigbert
Can you post an example of such a pls file here?

Posted: Sat 07 Feb 2015, 18:30
by don570
You're in luck! I happen to have a playlist.

To make a playlist in Audacious --->

Menu command , then the user must supply the extension --> pls

Code: Select all

[playlist]
NumberOfEntries=1
File1=/root/puppy-reference/audio/ivy.mp3

A wikipedia entry has a good explanation
http://en.wikipedia.org/wiki/PLS_%28fil ... 9#Examples

Note that in April64 a m3u and a pls file is treated differently by operating system.
(see image)

m3u is treated as basic text whereas right-clicks on the pls file opens it as
.audio_x-scpls

Image

Posted: Sat 07 Feb 2015, 19:37
by don570
Maybe my m3u file is treated as basic text because I didn't start it with...

Code: Select all

[playlist]
...
I'll have to test.

It would open up as .audio_x-scm3u

I'll have to check this???
__________________________________

However the wikipedia page
doesn't mention starting m3u format with [playlist]

Code: Select all

#EXTM3U
#EXTINF:419,Alice In Chains - Rotten Apple
Alice In Chains_Jar Of Flies_01_Rotten Apple.mp3
#EXTINF:260,Alice In Chains - Nutshell
Alice In Chains_Jar Of Flies_02_Nutshell.mp3
#EXTINF:255,Alice In Chains - I Stay Away
Alice In Chains_Jar Of Flies_03_I Stay Away.mp3
#EXTINF:256,Alice In Chains - No Excuses
Alice In Chains_Jar Of Flies_04_No Excuses.mp3
#EXTINF:157,Alice In Chains - Whale And Wasp
Alice In Chains_Jar Of Flies_05_Whale And Wasp.mp3
#EXTINF:263,Alice In Chains - Don't Follow
Alice In Chains_Jar Of Flies_06_Don't Follow.mp3
#EXTINF:245,Alice In Chains - Swing On This
Alice In Chains_Jar Of Flies_07_Swing On This.mp3

Posted: Sat 07 Feb 2015, 19:48
by don570
PLS mime types and players that support it.

Mime Types:application/music, audio/scpls, audio/x-scpls, domino playlist, interface/x-tcmp-pls, lyd/scpls, video/x-scpls


http://www.pcpitstop.com/libraries/file ... t=pls.html

______________________________

Posted: Mon 09 Feb 2015, 21:29
by zigbert
don570
Thank you for the info.
pls is headed for next release.

Posted: Tue 10 Feb 2015, 01:05
by don570
Here's another audacious pls file

Code: Select all

[playlist]
NumberOfEntries=4
File1=/root/puppy-reference/audio/2barks.wav
File2=/root/puppy-reference/audio/generic.mp3
File3=/root/puppy-reference/audio/ivy6.wav
File4=/root/puppy-reference/audio/goodluck.m4a