/Mob

Mob - 一个基于 Electron 开发的喜马拉雅 FM 桌面客户端,支持 Mac、Win 和 Linux

Primary LanguageTypeScriptMIT LicenseMIT

Mob

Mob(モブ), the protagonist of the モブサイコ 100

中文 README

Current Release License Build Status

Built by Electron, Umi, Dva, Antd

Preview

Screenshots

Mac

Linux

Win

Feature

  • a music player
  • daily listen
  • recommend
  • rank
  • category
  • subscribed
  • listened
  • download track
  • search album

Next features:

  • join Himalaya podcast api
  • multi-language
  • custom style
  • keyboard shortcuts settings
  • download history
  • local music
  • play record
  • album review
  • multiple tracks join lists

Install

Here to download the last version or below.

Mac(10.9+)

Download the .dmg file, Or use homebrew:

brew cask install mob

Linux

Download the .deb file for 'Debian / Ubuntu':

$ sudo dpkg -i Mob-0.1.2-linux-amd64.deb

Download the .Appimage file for other distribution:

$ chmod u+x Mob-0.1.2-linux-x86_64.AppImage
$ ./Mob-0.1.2-linux-x86_64.AppImage

Windows

Download

Keyboard shortcuts

Global

Description Keys
pause / play Cmd / Ctrl + Option / Alt + S
vol+ Cmd / Ctrl + Option / Alt + Up
vol- Cmd / Ctrl + Option / Alt + Down
prev Cmd / Ctrl + Option / Alt + Left
next Cmd / Ctrl + Option / Alt + Right

Development

$ yarn install
$ yarn run start:main
$ yarn run start:renderer