https://github.com/joker1007/blackalbum
Media Browser by Electron
https://github.com/joker1007/blackalbum
Last synced: about 2 months ago
JSON representation
Media Browser by Electron
- Host: GitHub
- URL: https://github.com/joker1007/blackalbum
- Owner: joker1007
- License: mit
- Created: 2015-09-22T16:22:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T17:23:40.000Z (over 8 years ago)
- Last Synced: 2025-03-23T16:42:37.378Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 52
- Watchers: 5
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://waffle.io/joker1007/blackalbum)
# BlackalbumMovie Media Browser by Electron
## Screenshot
## Requirements
- ffmpegthumbnailer
- ffprobeOn OSX
```
brew install ffmpeg ffmpegthumbnailer
```## Download
download from [Release](https://github.com/joker1007/blackalbum/releases)## Usage
Write config file at- `~/Library/Application Support/blackalbum/config.yml` (Mac)
- `~/.blackalbum/config.json` (Linux)### Sample
```yaml
directories:
- "/path/to/target/directory"
filterWords:
- NGWORD
thumbnail:
concurrency: 3
players:
mplayer: open -a "/Applications/MPlayer OSX Extended.app"
vlc: open -a "/Applications/VLC.app"
cooViewer: open -a "/Applications/cooViewer.app"
extensions:
avi:
- mplayer
- vlc
mkv:
- mplayer
- vlc
mp4:
- mplayer
- vlc
m4v:
- mplayer
- vlc
mpg:
- mplayer
- vlc
wmv:
- mplayer
- vlc
zip:
- cooViewer
```And click menu `Tool -> Update Database`.