Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #7654: patch for implementing dbus on libmythui

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Nov 24, 2009, 3:21 AM

Post #1 of 7 (525 views)
Permalink
Ticket #7654: patch for implementing dbus on libmythui

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner: ijr
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: head
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------
i have made this patch to implement a dbus server with a mpris values.
this patch show only a mpris version and have the skeleton for
implementing the processing of play/pause volumes etc...

to access at the server use "org.mpris.mythtv" and this bash:
dbus-send --print-reply --session --dest="org.mpris.mythtv" /
org.freedesktop.DBus.Introspectable.Introspect

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 24, 2009, 4:03 AM

Post #2 of 7 (510 views)
Permalink
Re: Ticket #7654: patch for implementing dbus on libmythui [In reply to]

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner: ijr
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: head
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------

Comment(by filali.v@…):

how to send a new version of my patch ?

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 25, 2009, 12:58 AM

Post #3 of 7 (488 views)
Permalink
Re: Ticket #7654: patch for implementing dbus on libmythui [In reply to]

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner: ijr
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: head
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------

Comment(by filali.v@…):

i have this from trac:
{{{
Submission rejected as potential spam (Content contained blacklisted
patterns)
}}}
how to send a new version of my patch ?

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Nov 25, 2009, 1:42 AM

Post #4 of 7 (485 views)
Permalink
Re: Ticket #7654: patch for implementing dbus on libmythui [In reply to]

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner: ijr
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: head
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------

Comment(by Dibblah):

Firstly, thanks for your contribution!

Secondly, Trac should accept your file if you gzip it.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654#comment:3>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 11, 2010, 7:37 PM

Post #5 of 7 (185 views)
Permalink
Re: Ticket #7654: patch for implementing dbus on libmythui [In reply to]

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner: stuartm
Type: enhancement | Status: assigned
Priority: minor | Milestone: unknown
Component: MythTV - User Interface Library | Version: head
Severity: medium | Resolution:
Keywords: dbus | Ticket locked: 0
----------------------------------------------+-----------------------------
Changes (by robertm):

* owner: ijr => stuartm
* status: new => assigned
* component: MythTV - General => MythTV - User Interface Library


--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654#comment:4>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 12, 2010, 3:11 AM

Post #6 of 7 (179 views)
Permalink
Re: Ticket #7654: patch for implementing dbus on libmythui [In reply to]

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - User Interface Library | Version: head
Severity: medium | Resolution:
Keywords: dbus | Ticket locked: 0
----------------------------------------------+-----------------------------
Changes (by stuartm):

* owner: stuartm =>
* status: assigned => new


Comment:

Since I had no idea what this patch was meant to achieve I had to google.
See http://xmms2.org/wiki/Media_Player_Interfaces for details. Personally
I'm ambivalent about the feature, we already have multiple control
interfaces, we seem to be starting a collection. MPRIS seems to be aimed
mostly at desktop audio players and MythTV is neither of those things.

Someone else is going to have to take interest in this for it to have any
chance of being included.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654#comment:5>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Aug 12, 2010, 6:27 AM

Post #7 of 7 (175 views)
Permalink
Re: Ticket #7654: patch for implementing dbus on libmythui [In reply to]

#7654: patch for implementing dbus on libmythui
----------------------------------------------+-----------------------------
Reporter: filali.v@… | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone: unknown
Component: MythTV - User Interface Library | Version: head
Severity: medium | Resolution: wontfix
Keywords: dbus | Ticket locked: 0
----------------------------------------------+-----------------------------
Changes (by robertm):

* status: new => closed
* resolution: => wontfix


Comment:

Closing as there is no apparent interest in adding another control
interface. Can always be dug up in the future if we decide to implement
dbus support.

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/7654#comment:6>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.