Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.07 KB

Tukso Shoutcast

The goal of this project is two-fold:

  1. To make an android app for my shoutcast stream

  2. To update the API level of the project I cloned so it works with modern versions of Android.

Current status

The player is in a basic working state. You can start/stop the stream. When the stream is started, a notification is placed in the Notification Bar. Stopping the stream removes the notification.

What I customized

  • Edited the 5 strings in brandable.xml.
  • Changed the logo
  • Find/replaced the package name (com.shoutcastwhitelabel.player)
  • Restructured the source directories to match the new package name
  • Updated the Class names to reflect the Tukso title
  • Updated the Project Properties to build with API 17 instead of 4
  • Replaced the deprecated call to setLatestEventInfo in createnotification function

Credits

Huge thanks to the original authors that I forked from.. https://github.com/dz0ny/White-Label-Shoutcast ( which forked from https://github.com/Dawnthorn/nagare )

License

MIT