Murmur (was Mutray) is PyGTK2 client for
Museek+. It is visually similar to
PySoulseek and
Nicotine /
Nicotine-Plus.
|
Museek-Plus Wiki/Trac |
Murmur on the Trac | Sourceforge
Website ::
Project ::
File Releases |
As of now, the trayapp is optional.
ScreenShot:
Features:
- Chat Rooms
- Private Chat
- Transfers
- Searching
- UserInfo (with images)
- IP lookups (with optional GeoIP support)
- Browsing Shares
- User Lists (Buddy, Ban, Ignore)
- Away toggling
- Optional System Tray icon, with a popup menu
- Tooltips over System Tray icon (can be disabled)
Changelog
Updated 21 October 2006
Version:
0.2.5
- UI Changes
- Lots of more code refactoring. Moved a lot of functions into classes.
- Improved Trayicon's menu
- Images are now included in imagedata.py
- Added a Window icon
- Distutils setup.py added; Murmur can now be installed
Updated 17th August 2006
Version:
0.2.0
Renamed from 'mutray' to 'murmur'; config directory now ~/.murmur/
- Sorted out the threading issues, doesn't lock up with Xlib errors, anymore
- Rewrote major parts of the GUI with liberal borrowing of code chunks from Nicotine+ and musetup-gtk.
Updated 17th April 2006
Version: 0.1.1
- Added sort-by-status to all Userlists (Cravings' idea)
- Fixed two bugs in Browsing shares (extra \ in the directory tree, and once again, Windows drives) Thanks for the bug report, Cravings.
Updated 17th April 2006
Version: 0.1.0
- Searching now works with Global, Buddies and Rooms. It has a popup menu and works pretty well.
- Added close buttons to the individual User Shares tabs.
- Replaced Entry Boxes in the Input Popup windows (Shares, Userinfo, IP, Join/Leave Room, ETC) with relevant ScrollBoxes.
- Fixed some minor bugs
Updated 16th April 2006
Version: 0.0.9
- Finished Transfer Tab, now has a complete popup menu and updating transfer items
- Fixed popup menu in Buddy/Ban/Ignore lists
- Joy!
Updated 21st March 2006
Version: 0.0.8
- Added Browse Tab with almost all features completed
- Added empty Search tab, and unfinished Transfer tab
- Moved Userinfo into Userinfo Tab, as the popup window was horrifically unstable
- lots of minor things
Updated 10 September 2005
Version: 0.0.5
- Added User Lists Tab (Buddy, Ban, Ignore)
- Added Popup Menu for UserLists ( Chat, Buddy, Ban, Ignore ) (stolen from Nicotine)
- Rewrote, rewrote, weewote
- I hate Xlib Errors
- Settings Dialog now pops up automagically, if there is no password set
- TrayApp is now optional, if trayapp module isn't found, it'll cleanly not load it.
Updated 4 September 2005
Version: 0.0.4
- Added Status Icons to userlists in chatrooms
- Added Private Chatting
- Learned a bunch of stuff