Design considerations
PermalinkIf you look at my page you will see that my shows are separate from my playlists. I want to know if there is a way so that if someone wants to listen to a show, a corresponding playlist will be available for viewing.
Look forward to what alternatives I have!!
Here is my current website:http://www.mcran.com
Thanks!!!!

Currently, each show on the In Transition Shows page is a link to an MP3 file and each show playlist is a link to a PDF on the Playlists page.
One approach would be to combine shows and playlists and display them together on one page. You could remove the Playlists page and keep the Shows page. On the Shows page, you still have the calendar layout (or some form of date navigation), but instead of linking to an MP3 file, it links to a new page for that specific show. The specific show page would have the MP3 link and the PDF playlist link.
Also, you might want to consider including the playlist information in an HTML table instead of a PDF. Creating a table instead of a PDF would be faster and accessing the information would be much faster.
One thing I have been thinking of and it is something I really like about Google drive is their search engine. When I want to search through my pdf files I have on google drive I can for example search for John McLaughlin and a list of pdfs will be displayed with dates of when I featured him. I would love to do the same thing with my site to make it easier for musicians and people visiting to search through my playlists.
You mentioned switching from pdf to html tables. That sounds good but how can I convert my pdfs accordingly?
Love your comments and advice!! I want to keep this as simple as possible.
https://www.concrete5.org/marketplace/addons/file-list-pro1/...
If the playlists were in HTML table form, you should be able to use the standard concrete5 search to search through them.
Converting thousands of playlists from PDF to HTML tables would require some type of "batch" scripting. Even if you kept the existing PDF files, you would likely need to use some type of batch scripting to import the thousands of playlists and MP3 files into concrete5.
I took your advice and have started converting my spreadsheets to html tables. It's working out great!!