Changeset d566e6b


Ignore:
Timestamp:
Nov 29, 2009, 6:19:49 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, web
Children:
61c5043
Parents:
0159c0a
git-author:
Jessica B. Hamrick <jhamrick@…> (11/29/09 18:19:49)
git-committer:
Jessica B. Hamrick <jhamrick@…> (11/29/09 18:19:49)
Message:

-Updated the README.
-Changed "pikamp3" to "printername" and "lbsg.mit.edu" to "hostname" in init.py

Location:
gutenbach-rhythmbox-plugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-rhythmbox-plugin/README

    r7e6a613 rd566e6b  
    44
    551) Move the folder 'pikamp3' and its contents to
    6 ~/.gnome2/rhythmbox/plugins/
     6~/.gnome2/rhythmbox/plugins/.  You will have to edit __init.py__,
     7replacing "printername" and "hostname" with the desired values (e.g.,
     8"sipbmp3" and "zsr.mit.edu").
    79
    8102) Open rhythmbox, and navigate the 'Edit' menu.  Select 'Plugins'.
    911
    10 3) Check the box next to 'gutenbach'.  Click the 'Configure...'
    11 button, and enter in the printer name and the hostname on which the
    12 printer resides.
     123) Check the box next to 'gutenbach'.
    1313
    14144) To queue a song/songs, highlight them, and right click and select
  • gutenbach-rhythmbox-plugin/__init__.py

    r0159c0a rd566e6b  
    3131
    3232        # Default configuration options
    33         self.printer = "pikamp3"
    34         self.printer_host = "lbsg.mit.edu"
     33        self.printer = "printername"
     34        self.printer_host = "hostname"
    3535
    3636    def deactivate(self, shell):
Note: See TracChangeset for help on using the changeset viewer.