~ubuntu-branches/ubuntu/intrepid/rhythmbox/intrepid

« back to all changes in this revision

Viewing changes to plugins/lirc/rhythmbox_lirc_default

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-03 10:54:50 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20080903105450-mslsln15n2ap6g7o
Tags: 0.11.6svn20080903-0ubuntu1
* New upstream snapshot:
  - doesn't crash when eject an audio player (lp: #263268)
* debian/patches/80_new_libmtp_build.patch:
  - the change is in the new version
* debian/rules:
  - don't specify a gecko variant that's not required in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# edit the "button =" part for each entry according to your remote, and stick
 
2
# this stuff in ~/.lircrc
 
3
 
 
4
begin
 
5
        prog = Rhythmbox
 
6
        remote = *
 
7
        button = KEY_PLAY
 
8
        repeat = 1
 
9
        config = play
 
10
end
 
11
 
 
12
begin
 
13
        prog = Rhythmbox
 
14
        remote = *
 
15
        button = KEY_PAUSE
 
16
        repeat = 0
 
17
        config = pause
 
18
end
 
19
 
 
20
begin
 
21
        prog = Rhythmbox
 
22
        remote = *
 
23
        button = KEY_PLAYPAUSE
 
24
        repeat = 1
 
25
        config = playpause
 
26
end
 
27
 
 
28
begin
 
29
        prog = Rhythmbox
 
30
        remote = *
 
31
        button = KEY_STOP
 
32
        repeat = 1
 
33
        config = stop
 
34
end
 
35
 
 
36
#FIXME
 
37
#begin
 
38
#       prog = Rhythmbox
 
39
#       remote = *
 
40
#       button = 
 
41
#       repeat = 1
 
42
#       config = shuffle
 
43
#end
 
44
 
 
45
#FIXME
 
46
#begin
 
47
#       prog = Rhythmbox
 
48
#       remote = *
 
49
#       button = 
 
50
#       repeat = 1
 
51
#       config = repeat
 
52
#end
 
53
 
 
54
begin
 
55
        prog = Rhythmbox
 
56
        remote = *
 
57
        button = KEY_NEXT
 
58
        repeat = 1
 
59
        config = next
 
60
end
 
61
 
 
62
begin
 
63
        prog = Rhythmbox
 
64
        remote = *
 
65
        button = previous
 
66
        repeat = 1
 
67
        config = KEY_PREVIOUS
 
68
end
 
69
 
 
70
begin
 
71
        prog = Rhythmbox
 
72
        remote = *
 
73
        button = KEY_FASTFORWARD
 
74
        repeat = 1
 
75
        config = seek_forward
 
76
end
 
77
 
 
78
begin
 
79
        prog = Rhythmbox
 
80
        remote = *
 
81
        button = KEY_REWIND
 
82
        repeat = 1
 
83
        config = seek_backward
 
84
end
 
85
 
 
86
begin
 
87
        prog = Rhythmbox
 
88
        remote = *
 
89
        button = KEY_VOLUMEUP
 
90
        repeat = 1
 
91
        config = volume_up
 
92
end
 
93
 
 
94
begin
 
95
        prog = Rhythmbox
 
96
        remote = *
 
97
        button = KEY_VOLUMEDOWN
 
98
        repeat = 1
 
99
        config = volume_down
 
100
end
 
101
 
 
102
begin
 
103
        prog = Rhythmbox
 
104
        remote = *
 
105
        button = KEY_MUTE
 
106
        repeat = 1
 
107
        config = mute
 
108
end
 
109
 
 
110
begin
 
111
        prog = Rhythmbox
 
112
        remote = *
 
113
        button = KEY_EXIT
 
114
        repeat = 1
 
115
        config = quit
 
116
end