Skip to content

Commit

Permalink
Merge pull request #203 from bohning/minor_fixes
Browse files Browse the repository at this point in the history
Add Ogg/Vorbis support.
  • Loading branch information
bohning authored Jan 5, 2024
2 parents a8e5cfc + 5144307 commit c404391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- Added tooltips for some more involved actions.
- Support Vimeo IDs and shortening Amazon URLs in the meta tags dialog.
- Show number of songs per artist, title, language and edition.
- Support Ogg/Vorbis (.ogg) audio format.

<!-- 0.3.0 -->

Expand Down
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,6 @@ The following tools are part of the test pipeline:

If you don’t want to run the whole test pipeline, you can also use single commands from the pipeline, e.g., `pytest`. The tools will automatically pick up the correct configuration from the `pyproject.toml` file.

### Building

**USDB Syncer** uses [pyinstaller](https://github.com/pyinstaller/pyinstaller) for creating
executables. In order to build **USDB Syncer**, run the following command

```bash
# On Linux
pyinstaller --name "USDBSyncer" --onefile src/usdb_syncer/main.py

# On macOS
pyinstaller --name "USDBSyncer" --windowed src/usdb_syncer/main.py

# On Windows
pyinstaller --name "USDBSyncer" --onefile src/usdb_syncer/main.py
```

## Versioning

**USDB Syncer** uses [semantic versioning (semver)](https://semver.org/) as versioning scheme.
Expand Down

0 comments on commit c404391

Please sign in to comment.