Collects song information from BB Projects
Project description
# mega-pack-pbf-parser
Parse the content (songs and PBFs) of a BB project w/Mega Pack and add that data to the project database.
- To write the required html file, install my package: bb-pbf-html-
- pip install bb-pbf-html-writer
## Warnings
- Verify that the "packs_pbf_type" table is up-to-date. Be certain that ALL products are included in this table (i.e. check for new product releases)
- BEFORE ANYTHING ELSE, verify that you have updated the constant PROJECT_DB_PATH (full path to the project db) in constants.py
## Constants
The project uses several constants defined in tools.constants
- PROJECT_DB_PATH - path to the project's database
- BONUS_PBF_FILES - PBFs we don't want to include because they are essentialy duplicates
- OPP_PBF_FILES - PBFs with one press play songs
## Database Tables
- packs_pbf_type: contains a listing of all PBF names, the associated productand the type (OPP, sections)
- songs: lists all songs, the associated PBF and product name and the type (OPP, sections)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mega_pack_pbf_parser-0.1.2.tar.gz.
File metadata
- Download URL: mega_pack_pbf_parser-0.1.2.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6fd9ab438540f99af2342bee53e8744e8af2f1bf39d63b3cbd8fe2aeb8c9ace
|
|
| MD5 |
a1f65e29605db084fa85abc05601daad
|
|
| BLAKE2b-256 |
f6298df4d196fdc61bc50d522df5b69ebbcf146e4d2002b9bcf203bb98c44d85
|
File details
Details for the file mega_pack_pbf_parser-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mega_pack_pbf_parser-0.1.2-py3-none-any.whl
- Upload date:
- Size: 30.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cabfed87a09aea94d4327e49a8320533477a9d20fc75a065afd905daf920242
|
|
| MD5 |
ab496c735a169a45bd449877b7a4684e
|
|
| BLAKE2b-256 |
0331d62d7e7fa77a48719d35ad23a885a36b900179ca2df620246622a87cd074
|