06-29-2012, 01:47 AM
I'll have to look at the logic again for dealing with the periods. Another user just asked me to strip underscores and replace with spaces, so I'm going to be adding this shortly. If that doesn't work for you, would dashes or commas be okay for separating your designators? Also, should we figure out a consistent naming convention where I could split up the file name and automatically populate the fields in MobileSheets? To support that, we would need to use either a fixed format for the name that uses something like * as the separator, or prepend each section with an identifier.
For example, using a fixed format, it could be something like:
Song 1*Artist*Album*Genre*C#*Source Type*, etc
What I don't like about this is it would require you to enter a whole lot of information that you might not want to have to supply. If we use the second approach, it would be more like this:
Song 1*[k]C#*[b]Album name*[a]Artist name*, etc
Using this approach, I would need to have a list of identifiers that you can put before each section. Let me know if any of this would be helpful to you.
Mike
For example, using a fixed format, it could be something like:
Song 1*Artist*Album*Genre*C#*Source Type*, etc
What I don't like about this is it would require you to enter a whole lot of information that you might not want to have to supply. If we use the second approach, it would be more like this:
Song 1*[k]C#*[b]Album name*[a]Artist name*, etc
Using this approach, I would need to have a list of identifiers that you can put before each section. Let me know if any of this would be helpful to you.
Mike