Merge lp://qastaging/~smasher816/pithos/pithos-pause into lp://qastaging/~kevin-mehall/pithos/trunk

Proposed by Smasher816
Status: Needs review
Proposed branch: lp://qastaging/~smasher816/pithos/pithos-pause
Merge into: lp://qastaging/~kevin-mehall/pithos/trunk
Diff against target: 7712 lines (+7521/-4)
27 files modified
bin/pithos (+11/-4)
build/lib.linux-x86_64-2.7/pithos/AboutPithosDialog.py (+72/-0)
build/lib.linux-x86_64-2.7/pithos/PreferencesPithosDialog.py (+229/-0)
build/lib.linux-x86_64-2.7/pithos/SearchDialog.py (+116/-0)
build/lib.linux-x86_64-2.7/pithos/StationsDialog.py (+219/-0)
build/lib.linux-x86_64-2.7/pithos/dbus_service.py (+92/-0)
build/lib.linux-x86_64-2.7/pithos/gobject_worker.py (+68/-0)
build/lib.linux-x86_64-2.7/pithos/pandora/__init__.py (+24/-0)
build/lib.linux-x86_64-2.7/pithos/pandora/blowfish.py (+171/-0)
build/lib.linux-x86_64-2.7/pithos/pandora/fake.py (+130/-0)
build/lib.linux-x86_64-2.7/pithos/pandora/pandora.py (+348/-0)
build/lib.linux-x86_64-2.7/pithos/pandora/pandora_keys.py (+362/-0)
build/lib.linux-x86_64-2.7/pithos/pandora/xmlrpc.py (+63/-0)
build/lib.linux-x86_64-2.7/pithos/pithosconfig.py (+66/-0)
build/lib.linux-x86_64-2.7/pithos/plugin.py (+98/-0)
build/lib.linux-x86_64-2.7/pithos/plugins/mediakeys.py (+68/-0)
build/lib.linux-x86_64-2.7/pithos/plugins/notification_icon.py (+144/-0)
build/lib.linux-x86_64-2.7/pithos/plugins/notify.py (+61/-0)
build/lib.linux-x86_64-2.7/pithos/plugins/screensaver_pause.py (+62/-0)
build/lib.linux-x86_64-2.7/pithos/plugins/scrobble.py (+141/-0)
build/lib.linux-x86_64-2.7/pithos/pylast.py (+3702/-0)
build/lib.linux-x86_64-2.7/pithos/sound_menu.py (+231/-0)
build/scripts-2.7/pithos (+821/-0)
build/share/applications/pithos.desktop (+8/-0)
debug_config/pithos.ini (+12/-0)
pithos/plugins/notification_icon.py (+1/-0)
po/pithos.pot (+201/-0)
To merge this branch: bzr merge lp://qastaging/~smasher816/pithos/pithos-pause
Reviewer Review Type Date Requested Status
Kevin Mehall Pending
Review via email: mp+96936@code.qastaging.launchpad.net

Description of the change

Added the '-s' command line option
to start pithos paused and hidden.

all of my changes have #Smasher816 at the end of the line, for easy adding
bin/pithos - contains the main changes
pithos/plugins/notification_icon.py - has a small change to fix "Show Pithos" if started hidden

This option is nice for me, and i'm sure many others could use it.
For instance. Pithos starts with my computer, then I can press play on my keyboard to get music at any time.

To post a comment you must log in.

Unmerged revisions

190. By Smasher816

Start Paused + Hidden
via '-s' command line flag

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.