Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - hansi

1
Just for the record, if you encounter pauses | jumps | skips between some songs when you are using mpv backend (despite his gapless feature), you'll probably have to enable cache. So add "--audio-buffer=3 --cache=yes --cache-secs=3" in Audio tab > mpv > advanced options > mpv options.
Of course the "3" has to be fine tuned according your setup (take a look at "man mpv" for more info)...

I guess, at least in my case, that could be due to the dedicated HDD for storing music who is going to sleep or suspend after loading a track because it's not in use by the main system.

Now the gapless feature works perfectly! Many thanks to Quentin for his wonderful work!!!
2
Customization / Queue buttons placement
August 26, 2015, 23:35:22
Hello,

I'm trying to reproduce the old Shimmer queue buttons placement (with QueueActions + ShuffleList + EmptyList widgets), but unfortunately without any success...  >:(

Here's an example of I would like to obtain:


And this is where I am for now:


Is this feasible with the new 1.1.15 ? If yes, are there anyone here who would be kind enough to show me how?

Thank you in advance..

Here is the relevant layout code:
### main left: artist pane and album-cover ###
VBLeft = _VBListCover HBStatus
VBListCover = _NBList HBQueueButtons 1Cover(default=elementary/no-cover.svg,showcover=0)
NBList = (tabpos="bottom") QueueList(songtree=1,tabtitle=_"Queue (%n)",tabicon="gmb-song",cols="queuenumber titleaa",colwidth="queuenumber 20 titleaa 248",showbb=1,hscrollbar=0) HBparcourir HBLyrics VBAlbuminfo VBArtistinfo
HBQueueButtons = QueueActions ShuffleList EmptyList
HBparcourir = (tabtitle=_"Parcourir",tabicon="gmb-browse") _FPane
HBLyrics = (tabtitle=_"Lyrics",tabicon="emblem-shared") _PluginLyrics
VBArtistinfo = (tabtitle=_"Artist",tabicon="gmb-artist") _PluginArtistinfo
VBAlbuminfo = (tabtitle=_"Album",tabicon="emblem-generic") _PluginAlbuminfo
HBStatus = 3Total(noheader=1,format=long,relief=none,button=1,mode=library) -2Sort(button=1,tip=_"Right-click to toggle shuffle/random") -2Filter(button=1,tip=_"Right-click to remove filters") -2ToggleButton3(icon=gmb-picture,relief=none,size=menu,widget=Cover,tip=_"Show/Hide Cover")
3
French / Patch Shimmer ?
March 10, 2015, 15:31:22
Bonjour,

Serait-il possible d'obtenir un patch à jour pour transformer GMB en version Shimmer ?
Celui disponible dans le package Arch ne s'applique plus correctement et renvoie :==> Lancement de build()...
patching file gmbrc.default
patching file gmusicbrowser.pl
Hunk #1 succeeded at 613 (offset 44 lines).
patching file gmusicbrowser_layout.pm
Hunk #7 succeeded at 1675 (offset 14 lines).
patching file gmusicbrowser_list.pm
Hunk #3 FAILED at 242.
Hunk #6 succeeded at 3352 (offset 4 lines).
Hunk #7 succeeded at 4634 (offset 4 lines).
Hunk #8 succeeded at 5567 (offset 4 lines).
Hunk #9 succeeded at 5630 (offset 4 lines).
1 out of 9 hunks FAILED -- saving rejects to file gmusicbrowser_list.pm.rej
patching file layouts/songtree.layout
patching file plugins/fetch_cover.pm
==> ERREUR : Une erreur s'est produite dans build().
    Abandon...
==> ERREUR: Makepkg n'a pas pu construire gmusicbrowser-git.


Ou peut-être y a-t-il un autre moyen pour obtenir GMB-Shimmer avec les améliorations de la branche principale ?

Merci
4
French / Version Shimmer ?
March 17, 2014, 11:45:17
Bonjour,

Juste pour savoir, les modifications de la version Shimmer ont-elles été incorporées dans les dernières versions de Gmusicbrowser ?

Merci
5
Bonjour,

Je viens de réinstaller entièrement mon ordi et le thème "shimmer-desktop" n'est plus comme avant. Il manque les boutons sous la liste d'attente qui permettent (entre autres) d'arrêter la lecture après la fin de liste d'attente, de la mélanger ou de la vider...
Pourriez-vous m'éclairer ? J'ai eu beau regarder la doc et tenter diverses modifs rien n'y fait.

Pour info j'ai installé la version "gmusicbrowser-git" dispo sur AUR d'Archlinux et voici 2 screenshots pour illustrer le problème.
Le premier où on peut voir les boutons manquants :

Et le deuxième où on voit que les boutons sont absents :

Voici aussi le passage du code du layout "shimmer-desktop" qui à mon avis est concerné:
### main left: artist pane and album-cover ###
VBLeft = _VBListCover HBStatus
#VBListCover = _NBList Cover(overlay=6x6:350x350:elementary/overlay.png,default=elementary/no-cover.svg,showcover=0) # uncomment this line to add overlay shadow
VBListCover = _NBList 1Cover(default=elementary/no-cover.svg,showcover=0)
NBList = (tabpos="bottom") QueueList(songtree=1,tabtitle=_"Queue (%n)",tabicon="gmb-queue",cols="queuenumber titleaa",colwidth="queuenumber 20 titleaa 248",showbb=1,hscrollbar=0) HBfuck
HBfuck = (tabtitle=_"Parcourir") _FPane
#HBLyrics = (tabtitle=_"Lyrics") _PluginLyrics
#VBArtistinfo = (tabtitle=_"Artist") _PluginArtistinfo
#VBAlbuminfo = (tabtitle=_"Album") _PluginAlbuminfo
HBStatus = 3Total(format=short,relief=none,button=1,mode=library) -2Sort(button=1,tip=_"Right-click to toggle shuffle/random") -2Filter(button=1,tip=_"Right-click to remove filters") -2ToggleButton3(icon=gmb-picture,relief=none,size=menu,widget=Cover,tip=_"Show/Hide Cover")

Pour le fichier complet c'est ici : http://pastebin.com/CfGPyW0c

Voilà, merci d'avance pour votre aide  :)
6
French / Fondu enchaîné
May 11, 2011, 07:06:20
Bonjour,

Y a-t-il un moyen (option, plugin ou autre) d'activer le fondu enchaîné entre les musiques ?
Le mode gapless ne semble pas fonctionner puisque rien ne change quand je l'active.
J'utilise Archlinux + Xfce et Gstreamer.

Merci !