coolt / AndMus

Control cmus from Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndMus

Goal

  • Play CDs from the hard disk
  • Sorted by author
  • Client Server architecture Server:
    • Play the chosen music files Client:
    • See the music files and select

Server

  • Aloud remote access
  • For each author an directory with his music files inside
  • Communicate list with authors and the corresponding music files
  • Receive the selection
  • Add the music files in the play list
  • Play the music files

Client

  • Establish a communication with the Server
  • Receive the list with authors and his music files
  • Show the list with authors and music files
  • Select music files
  • Transmit the selection
  • Know the state of the play list on the server
  • Control the played list

About

Control cmus from Android


Languages

Language:Java 62.1%Language:Shell 27.9%Language:Groovy 10.1%