Author Topic: MM and TTS with right language  (Read 2986 times)

0 Members and 1 Guest are viewing this topic.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
MM and TTS with right language
« on: April 17, 2011, 02:46:12 PM »
Hi James,
I have a question.
In MM, there is possibility to create custom ID3 tag (under Song-> Properties-> classification), this could, for example English, Portuguese or whatever are always well defined.
Can VC retrieve the data on "currentsongdata"? Then it would be very easy to define the correct language output with LCB.

Kalle
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: MM and TTS with right language
« Reply #1 on: April 17, 2011, 04:47:08 PM »
yes.  currently, we have access to "path" in MediaMonkey by using

MM.CurrentSongData  path

which gives us the folder and filename of the currently playing song.  So we could use the same technique as Wanilton has used in XBMC by moving music into different folders, depending on what language they are in, and then looking at the path.

However, I am adding the ability to read the occasion, and custom1 , custom2 , ... , custom5 in the next version (using MM.CurrentSongData) so you could use one of them for language if you like.  

Just remember that some of these tags may be used for other things already.  I'm not an expert in this area...

It is a bit odd, but there does not seem to be a tag specifically for language.  Too bad.
« Last Edit: April 17, 2011, 04:50:47 PM by jitterjames »

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: MM and TTS with right language
« Reply #2 on: April 17, 2011, 06:10:15 PM »
yes.  currently, we have access to "path" in MediaMonkey by using

MM.CurrentSongData  path

which gives us the folder and filename of the currently playing song.  So we could use the same technique as Wanilton has used in XBMC by moving music into different folders, depending on what language they are in, and then looking at the path.

However, I am adding the ability to read the occasion, and custom1 , custom2 , ... , custom5 in the next version (using MM.CurrentSongData) so you could use one of them for language if you like.  

Just remember that some of these tags may be used for other things already.  I'm not an expert in this area...

It is a bit odd, but there does not seem to be a tag specifically for language.  Too bad.
That hears fine, thanks.
***********  get excited and make things  **********

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: MM and TTS with right language
« Reply #3 on: April 18, 2011, 09:43:25 AM »
yes.  currently, we have access to "path" in MediaMonkey by using

MM.CurrentSongData  path

which gives us the folder and filename of the currently playing song.  So we could use the same technique as Wanilton has used in XBMC by moving music into different folders, depending on what language they are in, and then looking at the path.

However, I am adding the ability to read the occasion, and custom1 , custom2 , ... , custom5 in the next version (using MM.CurrentSongData) so you could use one of them for language if you like.  

Just remember that some of these tags may be used for other things already.  I'm not an expert in this area...

It is a bit odd, but there does not seem to be a tag specifically for language.  Too bad.
here is a list what can contain in ID-Tag

http://www.id3.org/Frames
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: MM and TTS with right language
« Reply #4 on: April 18, 2011, 10:09:04 AM »
MediaMonkey doesn't necessarily provide access to all of those.

I believe that most of these are available to me.

http://www.mediamonkey.com/wiki/index.php/SDBSongData

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: MM and TTS with right language
« Reply #5 on: April 18, 2011, 10:18:30 AM »
MediaMonkey doesn't necessarily provide access to all of those.

I believe that most of these are available to me.

http://www.mediamonkey.com/wiki/index.php/SDBSongData
Ok, I see. Have the test done with a conductor, since I do not need this entry. It works great, I can select in MM many entries together and change.
« Last Edit: April 18, 2011, 10:21:58 AM by Kalle »
***********  get excited and make things  **********

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: MM and TTS with right language
« Reply #6 on: April 18, 2011, 11:13:32 AM »
Ok, I see. Have the test done with a conductor, since I do not need this entry. It works great, I can select in MM many entries together and change.
Hi James,
i have found, that we can edit the name of "custom-name" from custom1, 2... to Language or what else in MediaMonkey.ini (C:\Users\Computername\AppData\Local\MediaMonkey\MediaMonkey.ini)

« Last Edit: April 18, 2011, 11:16:31 AM by Kalle »
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: MM and TTS with right language
« Reply #7 on: April 18, 2011, 11:41:41 AM »
cool.  Hopefully we will still be able to access it in VC using custom1 though.  I will send you an update to test later today.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: MM and TTS with right language
« Reply #8 on: April 18, 2011, 11:45:45 AM »
cool.  Hopefully we will still be able to access it in VC using custom1 though.  I will send you an update to test later today.

Yeah!!!!
***********  get excited and make things  **********

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: MM and TTS with right language
« Reply #9 on: April 18, 2011, 01:11:28 PM »
cool.  Hopefully we will still be able to access it in VC using custom1 though.  I will send you an update to test later today.

custom ID-Tag works perfect!  :hugs

Thanks
***********  get excited and make things  **********