-
-
Notifications
You must be signed in to change notification settings - Fork 266
Media Player
inspector71 edited this page Jan 22, 2019
·
6 revisions
Crankshaft has a built-in media player with support for common audio formats.
The following audio formats are currently playable from CSSTORAGE
:
- mp3
- flac
- aac
- mp4
- mp4a
- wma
Since Alpha2 you can also listen to mp3 streams (see below).
Media files from an external USB storage device labelled CSSTORAGE
, in a folder named Music
, will be loaded into the Crankshaft Media Player when Crankshaft boots up.
Note that the Music
folder should be in the root of the drive. The name is case sensitive. Subfolders inside the Music
folder are detected as album folders containing media files.
External USB storage can be used hot plug. On connect new media is scanned and on remove it is cleaned up from the player. For CSSTORAGE
this is not the case.
- Strm files can be used to allow the player using streaming media for example internet radio.
- The strm file must contain an absolute stream url like
http://my.streaming.com/stream.mp3
and nothing more. - The name of the strm file is used inside the player (
My Stream.strm
is shown as entryMy Stream
) - You can add a custom cover for strm files placing a
PNG
file with same name on same folder (My Stream.strm
->My Stream.png
)
- Home
- Roadmap
- General Changes / Changelog
- Installing / Updating
- When Issue occur
- Hardware
- Configuration
- Features
- Home
- Get started
- Hardware
- Software and Settings
- For Advanced Users
- Et Cetera