Skip to content

maggiben/tickler

Repository files navigation

Tickler


Build Status Dependencies Gitter

Listen, organize and save your favourite online music

Tech stack:


Features

  • Cross-platform music player
  • Create and organize audio playlists
  • View and edit album covers
  • Supported formats:
    • mp3
    • mp4
    • m4a/aac
    • flac
    • wav
    • ogg
    • 3gpp
  • Listen and optionally save a Yotube video
  • Import a Yotube playlist

Installation

Classic

Builds can be found at this page. Please notice those are only portable versions. Installers are on the road.

Build (advanced)

Please consider that master is unstable.

  • Download Electron
  • Download Tickler source code
  • Put it in a folder called app in [Electron path]/resources
  • npm install && npm run compile
  • Run Electron

Troubleshooting

Tickler is currently in development. This implies some things can break after an update (database schemes changes, config...).

If you encounter freezes when starting the app, you can reset Tickler by following these steps:

  • Go to the Tickler folder directory
    • Windows: %AppData%\Tickler
    • OSX: ~/Library/Application Support/Tickler
    • Linux: ~/.config/Tickler/ or $XDG_CONFIG_HOME/Tickler
  • Delete:
    • IndexedDB folder
    • config.json file
  • Restart Tickler

If you still get problems after that, please open an issue :)


Bug report

If you want to report a bug, first, thanks a lot. To help us, please indicate your OS, your Tickler version, and how to reproduce it. Adding a screen of the console (Settings -> Advanced -> enable dev mode) is a big help too.


Contribute

  • Fork and clone

  • Master is usually unstable, checkout to a tag to have a stable state of the app

  • Install the latest version of electron either by running npm install -g electron or downloading the latest release available here and just drop the app on resources/ folder.

  • You can use electron now with electron [electronapp-dir] command if you installed electron using npm or by running your downloaded electron.

  • npm install && npm run dev then run in a separate terminal electron .

  • npm run dev will watch for file changes using Webpack which will recompile JSX and SASS files.

  • Enable dev mode in the app in the settings view to show DevTools

Please respect a few rules:

  • Before making complex stuff, don't hesitate to open an issue first to discuss about it
  • Make the code readable and comment if needed
  • Make sure npm run lint passes

Then open a PR :)


License


MIT

About

Electron Audio Player

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors