I've spent a frustrating weekend trying to get a simple python query to
work in both v2.96 (Ubuntu 12.04) and v2.97 (Ubuntu 12.04 + WebUpd8 PPA)
I've also tried reloading 12.04 from scratch, updating and then repeating
the following - but with the same results
Anybody have any ideas on how to deb
Give my GTK3+ ported plugin a whirl - hopefully this will work for you
https://github.com/fossfreedom/StopAfterCurrentTrack-Plugin-for-Rhythmbox
David
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
https://mail.gnome.org/mailman/listinfo/rh
ignore - posted wrongly...
and if this again creates a new thread - please can someone tell me how to
correctly reply to someones post.
thanks!
David
___
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
https://mail.gnome.org/mailman/listinfo/rhy
... ok - third try at trying to respond to mailing lists (forgive me -
never done this before)
Give my GTK3+ ported plugin a whirl - hopefully this will work for you
https://github.com/fossfreedom/StopAfterCurrentTrack-Plugin-for-Rhythmbox
David
On 20 August 2012 14:24, David Mohammed wrote
ation instructions.
Hope this helps
David
On 20 August 2012 16:54, Guy Stevens wrote:
> I Would like to try your plugin but I can't figure out how to make it
> work.
>
> Any hints?
>
> The readme file doesn't help much :)
>
>
> Greetings
> Guy
>
> Op 20-08-1
Thanks Jonathan,
I've filed a bugzilla report with a stacktrace:
https://bugzilla.gnome.org/show_bug.cgi?id=682294
David
On 20 August 2012 13:40, Jonathan Matthew wrote:
> Hi David,
>
> On Mon, Aug 20, 2012 at 6:48 AM, David Mohammed
> wrote:
> > I've spent a f
I'm trying to figure out how to write a plugin in python to update the
album art.
The default album art search seems to first search in the album music
folder for files like covers or folders and if found then stores the image
and displays it.
The next file location appears to be ~/.cache/rhythmb
st 2012 10:03, David Mohammed wrote:
> Thanks Jonathan,
> I've filed a bugzilla report with a stacktrace:
>
> https://bugzilla.gnome.org/show_bug.cgi?id=682294
>
> David
>
> On 20 August 2012 13:40, Jonathan Matthew wrote:
>
>> Hi David,
>>
>&g
I'm attempting to write a GTK3 Rhythmbox 2.9x python plugin to browse
albums by their cover-art.
https://github.com/fossfreedom/coverart-browser
In this plugin, I've added a widget to MAIN_TOP - but I only want to
display this on the main library_source.
At the moment - if the user clicks anothe
Hi,
this little code snippet entered into the v2.97 Rhythmbox python console
gives the errors below - is this a bug - or have I incorrectly created the
RBEntryView?
>>> from gi.repository import RB
>>> db = shell.props.db
>>> shell_player = shell.props.shell_player
>>> entry_view = RB.EntryView(
Jonathan,
many thanks for the tip - yes that did the trick.
cheers
David.
On 26 September 2012 11:09, Jonathan Matthew wrote:
> On Wed, Sep 26, 2012 at 7:04 PM, David Mohammed
> wrote:
> > Hi,
> > this little code snippet entered into the v2.97 Rhythmbox python
>
Hi,
re your second issue about album art
I've been working on a plugin that would replace the default ArtSearch
plugin and has some additional fixes in this area.
If you are willing to work with me to test and improve this plugin - please
head-over to my GitHub project for installation instruc
I would echo Donagh's excellent comments and links.
Just to say - one easy way to help to understand plugin writing, is
actually to look at some authors plugins themselves - pick an issue and
work on submitting a patch. In that way you can gain experience with
collaborative working, plugin devel
Jonathan,
I would like to express my utter amazement and deep disappointment that
you made this decision.
>From what I can see, there was no warning about this. This really does
break several very useful external plugins including my plugin CoverArt
Browser.
End-users do not understand why th
> On Sun, Apr 7, 2013 at 6:17 AM, David Mohammed
> wrote:
> > Jonathan,
> >
> > I would like to express my utter amazement and deep disappointment that
> > you made this decision.
>
> What decision? What do you think I should have done instead?
>
> > Fro
That's an excellent suggestion Donagh,
just to chip in - the replacement for hal (at least for Ubuntu) is udev.
Maybe this python library would help here to find the equivalent signal to
monitor
- http://pyudev.readthedocs.org/en/latest/
David
___
Hi guys,
I'm looking at Jonathan's python example to create popup menus in the new
RBv2.99 way of doing things.
- https://live.gnome.org/Rhythmbox%20Plugins/Python%20Plugin%20Examples
However I'm a bit stuck - I'm sure I'm missing something totally obvious -
so can anyone enlighten me please?
The changes are packed inside a GValueArray
Its perhaps easier to give you an example - pop-over to my plugin here
and look at the function "_entry_changed_callback" on coverart-album.py
-
https://github.com/fossfreedom/coverart-browser
___
rhythm
4 seems
> to have this problem. I have limited knowledge in this area, so I
> can't figure out if this has to do with OS version, Python version, or
> Rhythmbox version.
>
>
>
> On Sun, May 26, 2013 at 2:22 PM, david mohammed
> wrote:
> > The changes are packed i
Lachlan gmail.com> writes:
>
>
>
>
>
>
> Hey everyone,
> I sat down and updated fileorganizer to python 3 and
RB2.99+.[https://github.com/lachlan-00/rb-fileorganizer]
>
> Right now it works and organises music correctly, but I have to do more
testing to make sure it's all working properly.
Hi,
in previous versions of RB, the playlist-manager had a display_page_model
property which I could connect to with signals to monitor, add, change and
deletion events
from the current documentation:
- https://developer.gnome.org/rhythmbox/unstable/RBPlaylistManager.html
There appears only t
Jonathan,
excellent - cheers for the advice. Changes using the shell
display-page-model work great.
Thanks again.
David
On 7 July 2013 22:38, Jonathan Matthew wrote:
> On Mon, Jul 8, 2013 at 7:11 AM, David Mohammed
> wrote:
> > Hi,
> >
> > in previous vers
Ankit Arora gmail.com> writes:
>
> I understood how to add a plugin's menu item and execute a function, now I
want to understand how to open a popup window after clicking on that menu
item and then perform my actions after selecting options in that window. Any
links/resources/examples will be ap
Hi all,
There are a number of GPL 2 & 3 based plugins that have been converted to
python3 and thus can & do run in the latest version of RB (below).
Would Jonathan and the other rhythmbox developers consider it appropriate
to introduce into the source-tree a community section where external
dev
t;Bastien Nocera" wrote:
>
>> On Fri, 2013-11-01 at 21:51 +, David Mohammed wrote:
>> > Hi all,
>> >
>> >
>> > There are a number of GPL 2 & 3 based plugins that have been
>> > converted to python3 and thus can & do run in th
All,
I'm writing another project and I'm trying to achieve a similar style as
RB's source toolbar buttons (Edit, Browse etc) - namely, the popup is
styled in the same colour as the button itself.
A standard GtkMenuButton displays the popup in the theme colour - not the
button colour... in ubunt
excellent - This was the snippet of info I was most definitely missing.
cheers for this :)
On 14 December 2013 06:01, Jonathan Matthew wrote:
> On Thu, Dec 12, 2013 at 10:08 AM, David Mohammed
> wrote:
> > All,
> >
> > I'm writing another project and I'm
I would like to write a python plugin to display the next few entries that
are to be played.
I know you can get the query-model being played together what is currently
being played. However, when shuffle is on, the next entry in the
query-model does not correspond to the actual entry that would b
Several of my plugins need to perform some processing after rhythmbox has
fully started up (i.e. the database has been fully loaded).
Currently I'm using the load-complete signal on RB.RhythmDB.
However - the obvious issue is that when a user first activates a plugin,
the load-complete signal ha
The ability to dynamically change the toolbar disappeared at rhythmbox 2.99
when the interface shifted from the (now) deprecated GTK.ui_manager style
coding to the Gio based approach.
So you cannot change the toolbar ... at least not so easily.
This plugin shows you how to change the toolbar - y
y 2015 at 10:34, Jonathan Matthew wrote:
> On Sat, May 23, 2015 at 10:56:34AM +0100, David Mohammed wrote:
> > Several of my plugins need to perform some processing after rhythmbox has
> > fully started up (i.e. the database has been fully loaded).
>
> Such as?
>
> &g
Congrats all!
Jonathan - is there a release/git tag ? I don't see anything here
https://github.com/GNOME/rhythmbox/tags
TIA
On Sun, 5 Jan 2020 at 12:00, wrote:
>
> Send rhythmbox-devel mailing list submissions to
> rhythmbox-devel@gnome.org
>
> To subscribe or unsubscribe via the Worl
32 matches
Mail list logo