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.

Messages - Quentin Sculo

31
Questions / Re: Gmusic Not Launching
August 26, 2020, 14:15:49
Quote from: Edmond Sicard on August 17, 2020, 13:20:31
Hello,

On Ubuntu 20.04, this is what I get when 'Edit filter' is selected in the gtk3 version from git:

Fixed in git, thanks for reporting it.
32
Questions / Re: developing of gmusicbrowser
August 26, 2020, 14:03:20
Hi, the development has been very slow, but mostly I've been procrastinating making proper releases.
There is a simple fix to v1.1.15 not working, but you should use the git version instead.
I've recently ported it to gtk3, though there is still some things that need fixing, it's very usable, if you want to stick with gtk2, you need to use the v1.1.x branch: https://github.com/squentin/gmusicbrowser/tree/v1.1.x  you can download a zip from the green button.
If you want to try the gtk3 version you can use the main branch : https://github.com/squentin/gmusicbrowser, I've also made a quick not proper release with a deb file on the devel page http://gmusicbrowser.org/devel.html
33
Questions / Re: Gmusic Not Launching
July 14, 2020, 18:21:21
Yes, it's because I still haven't made a new release, sorry about that. Either the package was uninstalled or it's just an old bug.
You need to use the git version, the last gtk2 version is in this branch https://github.com/squentin/gmusicbrowser/tree/v1.1.x or you can switch to the gtk3 beta version https://github.com/squentin/gmusicbrowser/ you just download a zip with the green button, unpack somewhere and run, as there is no compilation (if you don't care about translations).
34
It really looks like you are double clicking with your mouse without wanting to, it happened to me with some mice.
You can replace the "queue" with for instance "nothing" like below, it will print an harmless error on the terminal as 'nothing" is not a known action, but it will do nothing.
But it seems the real problem is with your mouse.

     HPfp1 = FilterPane1(nb=2,hidebb=1,activate=nothing,page=artist,page_artist/lmarkup=1) \
  FilterPane2(nb=3,hidebb=1,activate=nothing,page=album,page_album/lpicsize=50,page_album/lmarkup=1)
35
I can't reproduce the problem.
Does it happen every time you click on these 2 panels ?
One possibility is that you are double-clicking without wanting to. To check this you could change the activate option from the default "play" to "queue" :
     HPfp1 = FilterPane1(nb=2,hidebb=1,activate=queue,page=artist,page_artist/lmarkup=1) \
  FilterPane2(nb=3,hidebb=1,activate=queue,page=album,page_album/lpicsize=50,page_album/lmarkup=1)


Otherwise I don't know, to investigate a bit you could add the warn line like below (search for "sub SetFilter" in /usr/bin/gmusicbrowser)
sub SetFilter
{ my ($object,$filter,$level,$group)=@_;
warn "SetFilter: object=$object filter=$filter level=$level group=$group\n";

This should tell you what group you are changing when clicking, if it was the group "Play" it would change the playlist, but it's not in your layout so it shouldn't be the case.
36
First your link refers to unity3d which is a game engine totally unrelated to the unity desktop.
Second, the unity desktop seems to be a bit abandoned.
I think unity use the appindicator library for that kind of thing, but I don't see anything related to progress bars, so I don't know.
If you find a library that does this and it has a typelib file (typically put in a gir package such as gir1.2-appindicator3-0.1) it should be very easy to add.
37
Can you show me the layout ?
38
It may be due to the layout you are using, which one are you using and where are you clicking on an album, maybe post a screenshot ?
39
French / Re: Suggestions
February 20, 2016, 18:10:12
Désolé de ne pas avoir répondu plus tôt.

1) rien de prévu pour améliorer ça mais j'y réfléchirai. Ca aide pas tellement, mais il est possible de changer l'action du clic gauche/milieu/droit sur le titre en éditant le layout

2) oui je pense améliorer ça depuis longtemps, mais il faut que je trouve une bonne façon de gérer les autres fichiers/sous-dossiers. Je pense ajouter une option pour déplacer avec le dernier fichier musique les fichiers non-musique et les sous-dossiers qui ne contiennent pas de musique ni de sous-dossier.

3) Il y a une fonction de "verrou", faite pour restreindre la playlist à l'album ou l'artiste actuel, je l'ai aussi utilisé pour écouter un titre en boucle, mais je ne l'ai pas encore ajouter à tous les layouts.
Pour les layouts qui l'ont, il suffit de cliquer sur la gauche du titre pour activer/désactiver ce mode.
Pour les layouts qui ne l'ont pas, c'est facile à ajouter, il suffit d'ajouter "LockSong" au bon endroit, demande moi si tu as besoin d'aide.

4) Oui j'avait prévu d'étendre le plugin export pour pouvoir créer autant d'entrée de menu que l'on veut.
En attendant, on peut faire ça avec les raccourcis clavier: choisir "Lancer une commande système" et mettre comme argument : iceweasel -new-tab "https://fr.wikipedia.org/wiki/%a"
Par contre ça n'échappe pas les caractères correctement (avec des %), pour faire ça correctement il faudrait passer par un script. Mais ça à l'air de marcher quand même avec wikipedia et des accents ou un slash.
40
Questions / Re: Repeat one
February 20, 2016, 17:36:46
Sorry for the very late answer.
This function is implemented using locks, as I personally never change the repeat mode, I don't currently plan to add a repeat-one mode.

Anyway, in layouts that have this feature/widget, you can just click on the empty space on the left of the title to toggle the repeat song mode. (there is also an artist and album lock next to their names, a very nice (IMHO) and unique (AFAIK) feature)

Not all layouts use this feature/widget, some because it didn't exist at the time the layout was made and I have yet to update it.
It's very easy to add to a layout, including a traytip layout, let me know if you need any help.
41
There is no command for that currently, as I still haven't finished the new command system.
But you use that for now :
gmusicbrowser -cmd "RunPerlCode IdleScan()"
42
Questions / Re: plugin albuminfo not working
January 15, 2016, 17:46:05
Quote from: mrlee14 on January 12, 2016, 21:30:32
I have 1.1.15 and is not working. Probably plugin not working due to continues changes on allmusic website? ... just notice
Sorry, it's been fixed for some time in git, but I have not made a new release yet, I will soon.
In the meantime you can apply the simple fix yourself : http://git.gmusicbrowser.org/commit/457196b021
43
French / Re: Plugin Info Artiste : en français ?
December 13, 2015, 16:55:16
Non c'est pas possible pour l'instant. sauf en éditant plugins/artistinfo.pm et remplacer http://www.last.fm/music/%a par http://www.last.fm/fr/music/%a
Mais je sais pas si une simple option suffirait, il doit y avoir des artistes qui n'ont que certaines langues. Il faudrait ajouter une combo box quelque part pour changer facilement de langues.
44
French / Re: Configurer "Prochaine chanson"
December 13, 2015, 16:46:14
QuoteJe sais que ça vient du bouton qui se change en dé quand on clic droit dessus. Pas moyen de lui dire de simplement jouer la chanson d'après, il n'y a que des options farfelues comme 'Album aléatoires", "Pistes aléatoires", etc.

La liste de lecture est, en général, indépendante de la liste affichée, à la fois pour le filtre et pour l'ordre.
Pour changer l'ordre de lecture, le menu du "dé" permet de le faire, il suffit de choir un des ordre sauvé ou d'en créer un autre ("Personnalisé..."). Ce même menu pour la liste affichée est disponible en cliquant droit sur une des entêtes de colonne de la liste.
Pour changer le filtre de lecture, il y a de nombreuse façons, comme le menu de l'icone "livre", ou choisir "Jouer uniquement les chansons affichées" dans le menu contextuel de la liste.

Certaines widget listes sont en mode "playlist", dans ce mode l'ordre et le filtre sont les mêmes que ceux de la liste de lecture.

QuoteJ'ai l'impression que les chansons non-notées sont en fait notées par défaut à 2.5. Ce qui est assez pénible quand je trie une liste par notes:
En effet, la liste trie les chansons, au début ça commence avec les chansons ***** puis **** puis *** puis un gros bloc de chansons non notées, puis les ** et enfin les *.
Peut-on faire en sorte que GMB considère les chansons non notées comme des 0 et ne les affiche pas ?
Il y a une option "Note par défaut" dans l'onglet "divers" pour changer la note utilisée pour les chansons sans notes.
45
Questions / Re: Artist Info
November 21, 2015, 19:34:10
You have to set an image for the artist, right click on the artist name and choose "set picture" or "search picture ...". You have to do that for every artist manually, there is no automated way to find a picture for all artists currently.