jrCore_media_player on a Page
Using Jamroom
It's the jrAudio module.
It seems like a common need would be search for something like "The Beatles" and not return both The Beatles and The Beatles Revue.
I'm probably wrong, but shouldn't search="audio_credits REGEXP ^project-`$item._item_id`$" work? I've tried escaping the $ in various ways. Maybe the jr syntax is doing something too?
Also, in my case, I can't really use an added field for this because a song could contain sources from multiple projects. The credit field is sometimes like, "Written by John Smith with sources from project-1 by Jane Doe, project-4 by Sam Smith, and project-24 by Don Juan." So I would have the same issue in that case. I'm using jrPage for artists to create Project Pages. the item_details template has a song player which automatically lists songs created with sources from the project based on the item_id which is the Project-id. A song might appear on multiple project pages if it uses sources from multiple projects.
I'm curious how jr4 worked in this regard. I've been doing this exact thing with jr4 for many years. Our site sort of revolves around listing songs that belong to certain numbered collaborative projects.
I've noticed the search in this forum and the documentation is sort of difficult to find things longer than a word, it seems. At least to me.
updated by @blindmime: 07/18/14 06:14:27AM