LyricConverter icon indicating copy to clipboard operation
LyricConverter copied to clipboard

Mediashout Lyrics

Open rohanale opened this issue 4 months ago • 21 comments

Hi,

Stumbled upon your program which looks great.

Was wondering if it works with Mediashout v7 which we used at our church. I believe they used json format for their lyrics.

I have a bunch of songs in text format which I would like to convert so they can be used in Mediashout if possible.

Thanks

Rohan

rohanale avatar Mar 01 '24 11:03 rohanale

It does not currently work with MediaShout, but that's mostly because I have not ever had any sample files to test with. I cannot guarantee when, but if you have any MediaShout files you can send over I can take a look at the format to see if it's something I can add support for.

ChrisMBarr avatar Mar 01 '24 17:03 ChrisMBarr

Hi Chris,

Thanks for getting back to me.

I'll send you a sample file later.

Thanks

Rohan

On Mar 1, 2024, 17:46, at 17:46, Chris Barr @.***> wrote:

It does not currently work with MediaShout, but that's mostly because I have not ever had any sample files to test with. I cannot guarantee when, but if you have any MediaShout files you can send over I can take a look at the format to see if it's something I can add support for.

-- Reply to this email directly or view it on GitHub: https://github.com/FiniteLooper/LyricConverter/issues/58#issuecomment-1973623180 You are receiving this because you authored the thread.

Message ID: @.***>

rohanale avatar Mar 01 '24 18:03 rohanale

Hi Chris,

Here is a sample file.

Hope that helps.

Thanks

Rohan

On Mar 1, 2024, 17:46, at 17:46, Chris Barr @.***> wrote:

It does not currently work with MediaShout, but that's mostly because I have not ever had any sample files to test with. I cannot guarantee when, but if you have any MediaShout files you can send over I can take a look at the format to see if it's something I can add support for.

-- Reply to this email directly or view it on GitHub: https://github.com/FiniteLooper/LyricConverter/issues/58#issuecomment-1973623180 You are receiving this because you authored the thread.

Message ID: @.***>

rohanale avatar Mar 01 '24 18:03 rohanale

I don't think you can reply to the github emails with attachments, they don't get passed through. You'll have to do it on the github website

ChrisMBarr avatar Mar 01 '24 20:03 ChrisMBarr

Here you go ... JOY is Joy.json

rohanale avatar Mar 01 '24 23:03 rohanale

The Blessing.json

here's another song.

rohanale avatar Mar 02 '24 00:03 rohanale

Hi. Any news on those mediashout files I sent?

rohanale avatar Mar 08 '24 07:03 rohanale

Sorry, I haven't had time to look into this yet. I would need to analyze the files, learn about the format, and build an entire parsing/building library and then integrate it into LyricConverter. I will attempt to get to it when I have the time, but probably not something terribly soon.

ChrisMBarr avatar Mar 08 '24 13:03 ChrisMBarr

Hi Chris.

No worries.

Thanks

Rohan

On Fri, 8 Mar 2024 at 13:15, Chris Barr @.***> wrote:

Sorry, I haven't had time to look into this yet. I would need to analyze the files, learn about the format, and build an entire parsing/building library and then integrate it into LyricConverter. I will attempt to get to it when I have the time, but probably not something terribly soon.

— Reply to this email directly, view it on GitHub https://github.com/FiniteLooper/LyricConverter/issues/58#issuecomment-1985678158, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQRD757Y75IYUEL77BETKLYXG2YRAVCNFSM6AAAAABEBTWNRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBVGY3TQMJVHA . You are receiving this because you authored the thread.Message ID: @.***>

rohanale avatar Mar 08 '24 13:03 rohanale

@rohanale I began to take a look at this, but I am unclear on a few things about these files.

What version of MediaShout are you using to get those *.json files? I installed the trial version of Mediashout 7 and I see no options at all for *.json files. It seems to save things as *.sc7x files, which I would not be able to do anything with (they are binary files).

The JSON file you sent would be extremely easy to work with, but I am unable to open them in MediaShout and I am also unable to get MediaShout to export anything in that format.

ChrisMBarr avatar Apr 29 '24 01:04 ChrisMBarr

Hi Chris,

So I too am using Mediashout 7. The .scx files are the format for the scripts.

When you go into Mediashout open one of the 2 sample scripts by double clicking on it. Any one is fine. Then just either click on the note icon in the top left or choose Insert Lyric Cue.

You should see a list of songs. All the lyrics/songs listed are saved in json format.You can export and import songs from here.

Hope that helps. Let me know if you have any more questions.

Thanks.

Rohan

On Apr 29, 2024, 02:34, at 02:34, Chris Barr @.***> wrote:

@rohanale I began to take a look at this, but I am unclear on a few things about these files.

What version of MediaShout are you using to get those *.json files? I installed the trial version of Mediashout 7 and I see no options at all for *.json files. It seems to save things as *.sc7x files, which I would not be able to do anything with (they are binary files).

The JSON file you sent would be extremely easy to work with, but I am unable to open them in MediaShout and I am also unable to get MediaShout to export anything in that format.

-- Reply to this email directly or view it on GitHub: https://github.com/ChrisMBarr/LyricConverter/issues/58#issuecomment-2081756970 You are receiving this because you were mentioned.

Message ID: @.***>

rohanale avatar Apr 29 '24 07:04 rohanale

Hi Chris,

I hope my response made sense.

If not, please let me know.

Thanks

Rohan

rohanale avatar May 03 '24 11:05 rohanale

ok, sorry, I've been busy. Finally sat down to try this out and I'm a little lost. I used MediaShout probably 15+ years ago and it has changed quite a lot!

You said "All the lyrics/songs listed are saved in JSON format.You can export and import songs from here." but I don't see any options for that anywhere. I do see some "export" options but my only options are text, PDF, or images. I'm not seeing JSON listed anywhere

image

image

In addition to that, I'm not seeing any way to import these files anyway. There's a very clear "Import" menu, but no JSON is listed.

image

But after looking in their knowledge base, I found this page: https://support.mediashout.com/244705-How-to-move-your-Song-Library-from-one-computer-to-another---MediaShout-7

Basically there are unlabeled icons in a menu, and I have no idea why they would do it this way and not list this in the regular import/export menus. Whatever! I'm just glad their file formats are simple JSON files which are incredibly easy to work with.

image

ChrisMBarr avatar May 05 '24 23:05 ChrisMBarr

Hi Chris,

I will send you some further instructions of how to access the json files shortly.

Thanks.

Rohan 

⁣Get BlueMail for Android ​

On May 6, 2024, 00:43, at 00:43, Chris Barr @.***> wrote:

ok, sorry, I've been busy. Finally sat down to try this out and I'm a little lost. I used MediaShout probably 15+ years ago and it has changed quite a lot!

You said "All the lyrics/songs listed are saved in JSON format.You can export and import songs from here." but I don't see any options for that anywhere. I do see some "export" options but my only options are text, PDF, or images. I'm not seeing JSON listed anywhere

image

image

In addition to that, I'm not seeing any way to import these files anyway. There's a very clear "Import" menu, but no JSON is listed.

image

But after looking in their knowledge base, I found this page: https://support.mediashout.com/244705-How-to-move-your-Song-Library-from-one-computer-to-another---MediaShout-7

Basically there are unlabeled icons in a menu, and I have no idea why they would do it this way and not list this in the regular import/export menus. Whatever! I'm just glad their file formats are simple JSON files which are incredibly easy to work with.

image

-- Reply to this email directly or view it on GitHub: https://github.com/ChrisMBarr/LyricConverter/issues/58#issuecomment-2095000235 You are receiving this because you were mentioned.

Message ID: @.***>

rohanale avatar May 07 '24 06:05 rohanale

No that's OK, I've got it working. I was just venting about how un-obvious it is to get that.

I've actually currently got it working with reading/importing MediaShout files. Still need to work on the outputs. MediaShould also allow multiple songs to be in a single file to be imported, so I will need to handle a way to deal with that as well. That will be useful for importing an entire library

ChrisMBarr avatar May 07 '24 15:05 ChrisMBarr

Oh wow. Great stuff. Let me know if you need anything from me.

rohanale avatar May 07 '24 16:05 rohanale