I have 2 websites on JaguarPC; one a real website and a second a test subdomain account that I made to trouble shoot issues I was having with Sheet Music Library. After loading Front Page and saving Permalinks, trying Twenty Fifteen theme, the score finally showed on the subdomain test account. I even went back to my original theme on the test account, to check and the score preview worked with the original theme.
Then I made the same changes to the real wordpress site, but the score would not show. I figured, the issue must be in that it was a multisite rather than singular, so I took all the info I needed, and started fresh and rebooted the entire site as a Single site because of how Impressed I am and how much I love the Music Library plugin. However, even though I have duplicated all the steps I took on the test site, I still cannot get it to work on the main site.
I even worked with Jaguar and they installed ImageMagik for me; however I did not have that installed for the test website. I need to check if all the steps on installing Magik are showing… I am a noob when it comes to installing and final steps of ImageMagik. However the test site didn’t need any of that installed.
What do you think I have missed? The sites are running the same wordpress versions too.
Updated to 2.0 and got a fatal error. Had to rename the plugin folder to be able to login. Cannot reactivate without causing the fatal error.
It looks like you are requiring a bunch of php files that don’t exist.
The sheet music plug appears to have destroyed my website after the latest update. I had to contact WP to get them to deactivate teh plug in. They sent me this error code:
Warning: require(/srv/htdocs/wp-content/plugins/sheet-music-library//admin/post-meta.php): failed to open stream: No such file or directory in /srv/htdocs/wp-content/plugins/sheet-music-library/sheet-music-library.php on line 42 Fatal error: require(): Failed opening required ‘/srv/htdocs/wp-content/plugins/sheet-music-library//admin/post-meta.php’ (include_path=’.:’) in /srv/htdocs/wp-content/plugins/sheet-music-library/sheet-music-library.php on line 42
Please can you let me know when it is safe to activate the plug in again?
Is it dead? Should I find another solution or will the issue be resolved?
Thanks,
Charlie
]]>Hi,
after upgrading new version this is what i get in admin plugin panel:
Warning: require(/home/navjestenje/public_html/wp-content/plugins/sheet-music-library//admin/post-meta.php): Failed to open stream: No such file or directory in /home/navjestenje/public_html/wp-content/plugins/sheet-music-library/sheet-music-library.php on line 42
Fatal error: Uncaught Error: Failed opening required ‘/home/navjestenje/public_html/wp-content/plugins/sheet-music-library//admin/post-meta.php’ (include_path=’.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home/navjestenje/public_html/wp-content/plugins/sheet-music-library/sheet-music-library.php:42 Stack trace: #0 /home/navjestenje/public_html/wp-admin/includes/plugin.php(2314): include_once() #1 /home/navjestenje/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape(‘sheet-music-lib…’) #2 {main} thrown in?/home/navjestenje/public_html/wp-content/plugins/sheet-music-library/sheet-music-library.php?on line?42
As a result Notes are not shown in admin panel, same on frontend.
I’ve already downloaded new version and install plugin again, but i get the same result.
Any ideas?
]]>Currently there is support for only 1 combined PDF of all parts and a score. Would it be possible to define separate parts and allow uploads of each part separately. Maybe the instrumentation taxonomy could be used to support this flexibly.
Otherwise AWESOME plugin for bands like ours!
]]>Hallo Nick
We would like you use your plugin as a choir-internal tool to distribute sheets and recordings.
I see this was already discussed once before.
We have very similar requirements:
You mention before that one could build an add-on plugin.
While I have built plugins already, I would not quite see how to do this.
DO you have a suggestion how to implement that?
Thanks
Michael
Hi Nick!
How can I add a new custom taxonomy with custom slug to this plugin?
Love your work!
]]>is it possible to filter the shortode [all_sheet_music] the same way as we can filter the audio playlist?
[sheet_music_audio_playlist genre="classical"]
If I add a widget to a Blog Sidebar it shows up on the Sheet Music Library music pieces.
I don’t have a separate Sheet Music Sidebar element to control what appears on the music pieces. I do not want my BLOG sidebar widgets to appear on the Sheet Music pieces.
Help?
]]>Are these two plugins compatible? I’m having a hard time finding the functionality of the Sheet Music Library and am wondering if woocommerce is blocking it.
]]>Would it be possible to provide a sample file (only needs a couple of entries) so that we can see what headers we need to use to import data?
]]>I translated the plugin into Serbian, on the Translate WordPress page. I am interested in when translation will be available.
]]>Hello,
i’m french… sorry for my english ??
When I try to install the plugin, I have a fatal error.
Parse error: syntax error, unexpected ‘}’, expecting end of file in /storage/ssd3/797/7427797/public_html/wp-content/plugins/sheet-music-library/template/template-filters.php on line 1
My wordpress installation was done yesterday. No other plugin is activated.
What should I do ?
Thanks for your help
Hi Support
I Have installed your plugin at the page
https://tropicalfete.com/tropicalfete-music-notes/
i have 2 issues
1)one is style sheet issue
2) the other is i would like to assign the page to only people i want not to all do you think it is possible ?not any role based assign only user based assign
please let me know
Thanks
]]>Hi,
the plugin is working perfectly well, except for the tag pages (genres, orchestration…)
the links appear but the pages are empty
]]>Hi,
I installed the plugin and published one post in the sheet music section of admin
when I try to go on the front end, the page is not found
I don’t understand why
]]>I published my first piece, but my site says that the page isn’t found. Any way to fix this? I tried searching for the piece name in my search bar and it pulled up as the option, so I know that it’s there, but once I click into the post it can’t find the page.
]]>How to make playlist of all songs on the page?
Like this – https://celloexpressions.com/music/orchestration/4-cellos/
I cannot make same on https://bashmusic.01sh.ru/genre/club/ It displays all music anyway
]]>Hello,
Thank you for the beautiful plugin. Not only is the only one for sheet music, but fortunately it is very well done.
I would like that these “special” posts appear in the general blog page, is it possible?
Hi Nick,
A few more questions.
1. Can I change the term Genre to Category throughout the plugin
2. When displaying a Genre results page, can I show the results in alphabetical order? Is this array in the plugin or is it using the wordpress archive display? Do you happen to know how I can order the archive view for the genres alphabetically? OR can you create a shortcode and I can add it (with instruction)… so this would be like the all music shortcode, but it would only show music of a defined genre.
]]>Hi Nick,
I have just added this to the template-filters.php file. If you choose to give options to the plugin in the future, choosing to alphabetize the output would be a great one!
// All sheet music shortcode.
function sml_shortcode_all_sheet_music() {
$pieces = get_posts( array(
‘numberposts’ => ‘-1’,
‘orderby’=> ‘title’,
‘order’ => ‘ASC’,
‘post_type’ => ‘sheet_music’,
) );
return sml_sheet_music_search_form() . sml_table_view_template( $pieces );
}
Hi Nick,
Your Sheet Music Library plugin is absolutely fantastic. I would like to know if it can be customized for choir application? Instead of having one track, we have 3, 4, or more. Instead of having one video , we may have more than one. Can it be customized to allow for multiple tracks, and multiple videos? Also, I’d love to be able to provide a few more fields in the library such as arranger, starting key, keys, tempo. If customizations are simple and instructions were provided, I could certainly do this. But if you need to make the customizations, I’d appreciate it!
Thanks so much Nick.
Stacey Rose
Hello there,
Fantastic plugin that makes managing my sheet music collection a breeze.
I tried to upload a MP3 file of the score for once, but I didn’t like it. I could not remove it however, without deleting the whole music piece entry and recreating a new one.
Am I missing something here?
Thank you very much! And thanks again for the wonderful plugin.
jedd
]]>Most files will be in video support, but we have a number of pieces for which we only have a MIDI file. Without consistent browser support it’s not as easy as a tag, but with libraries like MIDI.js it’s not unreasonably difficult. Any chance?
]]>It doesn’t appear that this module supports roles and granular permissions. Is that a feature that you have considered adding? I would like to have the ability to grant some users access to input and edit sheet music but I don’t want the database to be accessible to all users.
Thanks.
]]>ScorePDF, PartsPDF and Recording all have two buttons next to them, one is preview (which works) and one is “UploadChange”, which does nothing.
Tried in Firefox and IE. Had a look in the JavaScript console but couldn’t see any obvious JS errors.
Hi,
is it possible to use custom fields like “Duration”?