• Resolved Jamie Richards

    (@jamorecords)


    I need to find a way to import songs into the Music Store. I have 1000 tracks, or snippets of a recording, that I need to enter. Surely, there’s a more efficient way. Any of the other importer plugins work with products, just not products in the Music Store.

    Do you know of a plugin, or something that might help me in accomplishing? I spend 1.5 hours entering in 10 products (of course I had to find new images, edit them, and upload them along with the MP3/WAV but still that’s 8 minutes a product.

    Anyway, any help would be appreciated. I figured you guys had come across this before.

    Thanks for your assistance,
    Jamie Richards
    jamo@jamorecords.com

    http://wordpress.org/plugins/music-store/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    The current version of plugin does not includes an importer, but if you are interested in a custom coding, you can contact us through our support page:

    http://wordpress.dwbooster.com/support

    And please, let me know the current data’s structure, to be imported.

    Jay Dee

    (@socialinforadio)

    hello, I spoke to you about sell downloads yesterday. However I have a question to ask. is this Music Store plugin able to work on a multisite wordpress network? and secondly if it is, is there a way to take off the paypal options, and just keep the player itself? the reason I like the player is because it allows you to play a partial track rather than playing the full track. but I do not want other people on my network to use the plugin to sell there tracks without my getting paid from a percentage of the music. So all I want is the player which allows you to upload a collection of MP3’s in an album, and plays each track partially. i will use another shopping cart to sell each song or album which allows me to take a percentage out of each sale on my network. Basically called adaptive payments, or chained payments via paypal which my shopping cart offers

    Plugin Author codepeople

    (@codepeople)

    Hi,

    If you want display the songs without the payment button, the answer is yes, with only delete the following code from the song templates, located in the “/wp-content/plugins/music-store/ms-templates/”

    <!– SONG SALES BUTTONS –>
    <tpl ifset=”song.salesbutton”>
    <div class=”song-payment-buttons”>
    {song.salesbutton}
    </div>
    </tpl ifset=”song.salesbutton”>

    But if you want to use the music player to use the feature of partial playback, separated from the music store, the process is not simple, because the feature to create the truncated versions of audio files is not independent of plugin’s code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Importing large amounts of tracks’ is closed to new replies.