-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logos, Splashscreen and README (#74)
- Loading branch information
Showing
35 changed files
with
595 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug report | ||
about: Tell us about a bug or an unexpected behaviour | ||
title: '' | ||
labels: Bug | ||
assignees: Arthi-chaud | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Version** | ||
- [ ] Does this happen on the latest version of the application? | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Feature | ||
assignees: Arthi-chaud | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Source: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes | ||
|
||
changelog: | ||
exclude: | ||
labels: | ||
- dependencies | ||
categories: | ||
- title: App | ||
labels: | ||
- front | ||
- front/web | ||
- front/mobile | ||
- title: API | ||
labels: | ||
- api | ||
- title: Scanner | ||
labels: | ||
- scanner | ||
- title: Matcher | ||
labels: | ||
- matcher | ||
- title: Exciting New Features 🎉 | ||
labels: | ||
- feature | ||
- Basic | ||
- title: Improvement, Optmizations & Enhancements 👍 | ||
labels: | ||
- Enhancement/Optimization | ||
- title: Fixes & Patches 🩹 | ||
labels: | ||
- bug | ||
- title: Security 🛡 | ||
labels: | ||
- security | ||
- title: Documentation 📖 | ||
labels: | ||
- Documentation | ||
- title: CI/CD ⚙ | ||
labels: | ||
- dockerization | ||
- ci | ||
- title: Other Changes 🔀 | ||
labels: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# Blee | ||
![Blee](./assets/banner.png) | ||
|
||
Enjoy your Concert movies, Music Videos and music DVD Extras, all in one place | ||
### Enjoy your Concert movies, Music Videos and DVD Extras, all in one place | ||
|
||
Blee is a personal video server and application to enjoy your music videos, concerts and DVD Extra files anywhere, anytime you want. This project is made by and for music collectors. | ||
It is an alternative to Plex for handling music videos and concert films. | ||
|
||
In Blee, *movies* can be grouped into *packages*. A package can have 0, 1 or more movies, along with an unlimited number of *extras*. | ||
|
||
## Features | ||
|
||
- Automatic Scan | ||
- For Concerts, access a song directly using its chapter | ||
- Customisable Regex-based file identification | ||
- Playback with Live Transcoding | ||
- Poster Download | ||
- Uses TMDB (Optional) | ||
- Automatically identify the types of Extras (Interview, Music Video, etc.), compatible with Plex's style (e.g. `-interview`) | ||
|
||
Keep track of the upcoming features with the [project's issues](https://github.com/Arthi-chaud/Blee/issues) | ||
|
||
## Screenshots | ||
|
||
![Package](./assets/screenshots/package.png) | ||
|
||
More screenshots [here](./assets/screenshots/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.