Giter Site home page Giter Site logo

audio's Introduction

Audio Player app for the Nokia 81104G -KaiOS

Features

audio player and podcast downloader

Manual

  • Cursor up/down file navigation
  • Enter play selected file
  • Enter long press delete selected file
  • Soft-key-left pause
  • Soft-key-right volume
  • key 1 add selected file to playlist
  • key 4 play playlist
  • key 5 jump to next folder
  • key 2 jump to previous folder
  • key 3 jump to last played track
  • key 7 download podcasts

Podcast downloader

Put on your sd card a file with the name audio.json with the following structure:

[
	
		{
			"url":"http://www.ndr.de/podcast/podcast3008.xml",
			"episodes":"2",
			"dir":"ndr"
		},
		{
			"url":"http://podcast.wdr.de/radio/leonardo.xml",
			"episodes":"2",
			"dir":"wdr"
		},
		{
			"download_path":"/storage/sdcard/podcast/"
		}
]

Create the root podcast dir manually for example /storage/sdcard/podcast/

be very careful when specifying the download path: "download_path": "/storage/sdcard/podcast/" because it can happen that if you set the wrong download path overrides your system do a test before with adb shell!!

to do

  • add id3 tag-reader to create more readable file names
  • delete old podcast episodes โป when playing big files >100mb crash the app

Thank you

https://tutorials.de and https://groups.google.com/forum/#!forum/bananahackers

Donation

Buy Me A Coffee

audio's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

alx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.