Main Menu
Before posting, please read: When to use this forum, when to submit a help ticket

Recent posts

#1
Repertoire Help / Re: Please consider allowing d...
Last post by arlo - January 25, 2025, 10:57:24 AM
Would a Notes field on the smart list edit page help?
#2
Repertoire Help / Re: Please consider allowing d...
Last post by JerryK - January 25, 2025, 08:02:37 AM
Those can get a bit complex, so wanting to explain what and why
#3
Repertoire Help / Re: Set List Button
Last post by arlo - January 24, 2025, 09:47:22 PM
Please see the section about Title Shortcuts on this page:

https://www.bandhelper.com/tutorials/app_shortcuts.html#title

Also, if you just need one song that's not on the current set list, you can use the Quick Add button instead of changing set lists:

https://www.bandhelper.com/tutorials/app_shortcuts.html#quick_add
#4
Repertoire Help / Set List Button
Last post by Graeme Hague - January 24, 2025, 08:50:47 PM
(Android) is there another way you can navigate out of the current list to the Setlist menu? My problem is that during a gig, if I want to switch to another set list, with a guitar on my knee and surrounded by mic stands, etc, I really struggle to get my fat finger to press that tiny arrow in the top left corner. Can I assign an icon, or make the arrow bigger?
#5
Repertoire Help / Re: Cannot import chordpro fil...
Last post by arlo - January 24, 2025, 01:41:20 PM
That's right, you can't transpose chords in a PDF file. You would need to go back to the original source and update the chords there, then export a new PDF.

The database contains links to attached files, not the file data itself.
#6
Repertoire Help / Re: Cannot import chordpro fil...
Last post by drthunderbutt - January 24, 2025, 12:42:11 PM
But if I used PDF's, wouldn't I lose on-the-fly transposition though?

Tangential, but I'm just curious - are you saving the pdf/binary files into the relational DB as a BLOB record or is it just a varchar-esque text field that is a flat address to a file on the file system?
#7
Repertoire Help / Re: Cannot import chordpro fil...
Last post by arlo - January 24, 2025, 09:52:59 AM
No, BandHelper can import ChordPro files, but keeping data in ChordPro format would be too limiting. BandHelper uses a relational database and WYSIWYG formatting tools while ChordPro uses file-based storage and text-based markup.

If you have a ChordPro-based editing app that you like, you can see if it exports to PDF format and then attach the PDF files to your songs. Since you'd have to go back to the original app to edit those files either way, that will give the same results as attaching and rendering a ChordPro file.
#8
Repertoire Help / Re: Cannot import chordpro fil...
Last post by drthunderbutt - January 24, 2025, 06:00:37 AM
That's too bad. Visual Studio Code has a ChordPro extension with syntax highlighting, auto-complete and other niceties. It won't work for .txt files though, only one of the ChordPro file extensions. Are there any future plans to support importing .pro files natively?
#9
Repertoire Help / Re: Cannot import chordpro fil...
Last post by arlo - January 23, 2025, 11:14:13 PM
If you change the file extension to .txt, you can attach the file to a song the same way you would with a PDF or JPG. Note that BandHelper will only render bracketed chords; it won't process other ChordPro directives. Also, you won't be able to edit the file contents within BandHelper. So it's usually preferable to import ChordPro files and then you can edit them directly in the website or app.
#10
Repertoire Help / Cannot import chordpro files
Last post by drthunderbutt - January 23, 2025, 06:44:22 PM
When I try to add a .pro file to create a new Document I get the following notification:

"The document is not one of our supported file types (pdf,txt,jpg,jpeg,mov,mp4,m4v,3gp). (626)"

I have been able to import chorpro data into Songs by packing it in a zip file and doing a batch import. However, if the Song already exists, sometimes the import will fail to drop the data into the existing Song and will instead make a new Song that I then have to reconcile against my existing one.

I would prefer to upload my .pro files as Documents in the same way one does PDF's. Then I could just attach any .pro as a Document from within each Song (or from Reportoire->Documents). Doing a large batch (or, worse, putting a single .pro file into a .zip just to get BH to not reject it) is not ideal for me.

So basically, I would like to upload .pro files, one at a time as needed, and attach them to Songs just like a PDF. Is this possible?