Search found 1049 matches
- Tuesday 7th February 2023 6:48pm
- Forum: Component
- Topic: MediaView with DBus mpris control
- Replies: 0
- Views: 21
MediaView with DBus mpris control
I've been trying to make a mpris enabled MediaView control https://gitlab.com/bsteers4/gb.mediaview.mpris It needs some folks with more gb.DBus knowledge than me i think. It is a copy of the MediaView control with a few modifications like accessing the internal MediaPlayer control to get State. Plus...
- Sunday 5th February 2023 10:35pm
- Forum: The Gambas IDE
- Topic: console en findresults in IDE not working
- Replies: 2
- Views: 63
Re: console en findresults in IDE not working
Find something like the following text in $HOME/.config/gambas3/gambas3.conf [FMain] Geometry=[12,59,1219,849,0,0] panProject=[False,293,True,False] panProperty=[False,265,True,False] panDebug=[True,350,True,False] Change the second True of panDebug to false. There is a bug, you must not select tran...
- Saturday 4th February 2023 5:43pm
- Forum: Project showcase
- Topic: mpris media controller (WIP)
- Replies: 9
- Views: 189
Re: mpris media controller (WIP)
Aah but it's worth it 
Did you sre my post on the m/l ?
I'm part way there
https://lists.gambas-basic.org/pipermai ... 78331.html
Did you sre my post on the m/l ?
I'm part way there
https://lists.gambas-basic.org/pipermai ... 78331.html
- Saturday 4th February 2023 2:47pm
- Forum: Project showcase
- Topic: mpris media controller (WIP)
- Replies: 9
- Views: 189
Re: mpris media controller (WIP)
oooh it's complicated.
So far I have a half built project that adds mpris to MediaView
My DBus experience is not good enough i think though.
I think i'll add another post about it and see if anyone can help make it work properly.
- Wednesday 1st February 2023 5:50pm
- Forum: Project showcase
- Topic: mpris media controller (WIP)
- Replies: 9
- Views: 189
Re: mpris media controller (WIP)
Maybe if you give your program it's own mpris interface? then the existing controller will probably see it?
Dunno why you have problems with the program?
it works here.
Dunno why you have problems with the program?
it works here.
- Tuesday 31st January 2023 5:43pm
- Forum: Project showcase
- Topic: mpris media controller (WIP)
- Replies: 9
- Views: 189
Re: mpris media controller (WIP)
hmm, I've done a few updates since and cannot get the error on Cinnamon , it seems to work (ish) Did you have no mpris players loaded at the time? (I've since added handling to not open the window if no players exist) Players I know of so far... Firefox video, SMplayer, VLC, Spotify SMplayer is not ...
- Tuesday 31st January 2023 5:23pm
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
Re: way off topic
I get a few results from apt... apt-cache search "development environment" I recall once looking around and trying some but couldn't find anything as wonderful as gambas. The fact a lot of the gambas IDE and it's components are written in gambas is amazing to me. It makes the whole environ...
- Tuesday 31st January 2023 2:42am
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
Re: way off topic
i have considered that but they will not know what the gambas IDE is or anything about it. But IDE stands for " I ntegrated D evelopment E nvironment". That is what gambas is and what you are looking for but with C, I think they will understand you if you say a C IDE. I just think you'll ...
- Monday 30th January 2023 10:36pm
- Forum: General
- Topic: way off topic
- Replies: 9
- Views: 183
Re: way off topic
Perhaps you should ask about it on a forum made for c programmers?
Then your post wouldn't be way off topic and you could post it in a general questions area and not an off topic area. Oh wait..

Haha
Just joking
Then your post wouldn't be way off topic and you could post it in a general questions area and not an off topic area. Oh wait..
Just joking
- Monday 30th January 2023 3:29pm
- Forum: Project showcase
- Topic: mpris media controller (WIP)
- Replies: 9
- Views: 189
Re: mpris media controller (WIP)
Okay , updates... I figured out Volume , also how to set LoopStatus and Shuffle Added a signal watcher that detects DBus MPRIS events like Volume/Position changes so updates instantly. (Seems there is no way to tell what program sent the signal so on getting notification it checks all controllers) I...