Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Apr 12, 2018
1 parent b88ebff commit 5b42b79
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 60 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ v2.8.0
- Fixed fixed message box not clearing after continued keyboard input
- [Linux] Filename changes are now tracked when editing tags with Picard
- Bound F5 key to toggle lyrics view
- Removed 'search' shortcut from menu


v2.7.0
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,21 @@ Designed to be simple and streamlined while putting the user in control of their
- Lyrics display with support for fetching lyrics from LyricWiki.
- Open Icecast/Shoutcast streams from URL. Record streams with automatic tagging and splitting.
- Outbound radio broadcasting. Streams playlist in background without affecting local playback.



### Getting Started :dizzy:

For __Windows__, download latest installer from [releases](https://github.com/Taiko2k/tauonmb/releases) section.

For __Ubuntu 17.10__, download and install latest deb package from [releases](https://github.com/Taiko2k/tauonmb/releases) section. (Experimental)

For __Arch Linux__, install from the AUR:

$ yaourt -S tauon-music-box

For __Other Linux distributions__, you can try an experiemental **flatpak** package.

1. If you have not already, make sure you have correctly installed and configured flatpak for your distro. See https://flatpak.org/setup/.
2. After downloading from lastes release in [releases](https://github.com/Taiko2k/tauonmb/releases) section. Install using `flatpak install --user tauon.flatpak`. To uninstall run `flatpak uninstall --user org.taiko2k.tauon`

___

Expand Down
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Access by right clicking track; _TRACK MENU -> META... -> MODIFY FOLDER..._ OR
Compatible with HTTP streams (Shoutcast, Icecast etc). To open a stream:

1. Go to _MENU -> OPEN STREAM..._
2. Type in an address (or ctrl+c to paste). (Must start with http:// or ftp://)
2. Type in an address (or ctrl+v to paste). (Must start with http:// or ftp://)
> **Tip:** You can manually copy these URLs out of m3u files if available
3. Click GO to start playing

Expand Down
2 changes: 1 addition & 1 deletion extra/tauonmb.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Comment=
Exec=python3 /opt/tauon-music-box/tauon.py %U
GenericName=Audio Player
Icon=/opt/tauon-music-box/gui/icon.png
Icon=tauonmb
MimeType=audio/ogg;audio/flac;audio/wav;audio/wave;audio/x-tta;audio/mp3;audio/m4a;audio/x-ape
Name=Tauon Music Box
StartupNotify=false
Expand Down
Loading

0 comments on commit 5b42b79

Please sign in to comment.