Hi
i have a problem
i sync media monkey with sony walkman e574
in my folder i have album art -> folder.jpg
it works almost everytime outside Lana Del Rey - Born To Die , the folder.jpg is 500x500
but the problem are the lyrics , i'm starting to use media monkey
i used before foobar and i have lyrics in the metadata with the tag LYRICS or UNSYNCED LYRICS tag
but media monkey can sync the lyrics
is a limit of media monkey or i can have lyrics in my sony?
thanks
can not have lyrics on my sony,is there a fix? [#16494]
Moderator: Gurus
can not have lyrics on my sony,is there a fix? [#16494]
Last edited by Lowlander on Thu Dec 27, 2012 12:43 pm, edited 1 time in total.
-
- Posts: 14163
- Joined: Sat Oct 25, 2003 7:57 am
- Location: (Texas)
- Contact:
Re: can not have lyrics on my sony,is there a fix?
drughetto wrote:Hi
i have a problem
i sync media monkey with sony walkman e574
in my folder i have album art -> folder.jpg
it works almost everytime outside Lana Del Rey - Born To Die , the folder.jpg is 500x500
but the problem are the lyrics , i'm starting to use media monkey
i used before foobar and i have lyrics in the metadata with the tag LYRICS or UNSYNCED LYRICS tag
but media monkey can sync the lyrics
is a limit of media monkey or i can have lyrics in my sony?
thanks
Some devices have limits on art size and a big one might be using the alloted space for the lyrics, thats just a guess but mm doesnt have any limits on lyrics size, not that i know of.
roving cowboy / keith hall. My skins http://www.mediamonkey.com/forum/viewto ... =9&t=16724 for some help check on Monkey's helpful messages at http://www.mediamonkey.com/forum/viewto ... 4008#44008 MY SYSTEMS.1.Jukebox WinXp pro sp 3 version 3.5 gigabyte mb. 281 GHz amd athlon x2 240 built by me.) 2.WinXP pro sp3, vers 2.5.5 and vers 3.5 backup storage, shuttle 32a mb,734 MHz amd athlon put together by me.) 3.Dell demension, winxp pro sp3, mm3.5 spare jukebox.) 4.WinXp pro sp3, vers 3.5, dad's computer bought from computer store. )5. Samsung Galaxy A51 5G Android ) 6. amd a8-5600 apu 3.60ghz mm version 4 windows 7 pro bought from computer store.
Re: can not have lyrics on my sony,is there a fix?
thanksrovingcowboy wrote:drughetto wrote:Hi
i have a problem
i sync media monkey with sony walkman e574
in my folder i have album art -> folder.jpg
it works almost everytime outside Lana Del Rey - Born To Die , the folder.jpg is 500x500
but the problem are the lyrics , i'm starting to use media monkey
i used before foobar and i have lyrics in the metadata with the tag LYRICS or UNSYNCED LYRICS tag
but media monkey can sync the lyrics
is a limit of media monkey or i can have lyrics in my sony?
thanks
Some devices have limits on art size and a big one might be using the alloted space for the lyrics, thats just a guess but mm doesnt have any limits on lyrics size, not that i know of.
it read lyrics in *.lrc encoded utf-8 with the same name of mp3
i can 't upload , maybe is there a tip to have the lyric too
thanks
[00:13:07]Locked up feeling
[00:15:43]scared to see the light
[00:25:71]Made up reasons
[00:27:91]to get through the night
[00:38:45]But someone told you
[00:40:60]it'd be unwise to fall from the sky
[00:45:20]up so high
[00:48:83]You're scared to fall
[00:54:99]You're scared to fall
[01:17:04]You held your breath
[01:19:16]when you first saw her face
[01:29:65]She caught your eyes
[01:31:82]and your heart started to race
[01:42:39]Though someone said
[01:44:40]that you have to wait till you hear the cue
[01:49:13]Then it's too late
[01:52:81]When you hear the cue
[01:55:85]then it's too late
[01:59:09]You've started to fall
[02:05:52]You've started to fall
[02:11:88]You've started to fall
[02:18:33]You've started to fall
[02:27:23]You never feel anything
[02:30:10]when you hit the ground
[02:33:43]as your body bounces
[02:39:81]Just the weight of your flesh and bones
[02:45:25]kissing the ground
[02:50:18]You've started to fall
[02:56:38]You've started to fall
[03:27:96]You've started to fall
[03:34:83]You've started to fall
[03:41:27]You've started to fall
[03:47:88]You've started to fall
[03:53:97]There's no need to be scared
[03:57:12]when you hit the ground
[04:00:81]You just fall......
[04:06:95]just fall......
Re: can not have lyrics on my sony,is there a fix?
External lyrics can't be synced to portable devices. Internal lyrics (those embedded in the tags) can and MediaMonkey for Android for example displays them.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: can not have lyrics on my sony,is there a fix?
in my mp3 are internal in the tag , i can see them , but the player read only with text fileLowlander wrote:External lyrics can't be synced to portable devices. Internal lyrics (those embedded in the tags) can and MediaMonkey for Android for example displays them.
but a script could read the tag and convert in txt with extension *.lrc , couldn't it?
sadly i'm new , i know nothing about scripts
thanks
Re: can not have lyrics on my sony,is there a fix?
ah, MediaMonkey can't convert internal to lrc on sync. However I presume it should be no issue to convert internal to lrc using scripts (not aware one exists though), however MediaMonkey doesn't sync lrc files (I believe) so even if you had the lrc files it wouldn't work.
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: can not have lyrics on my sony,is there a fix?
hiLowlander wrote:ah, MediaMonkey can't convert internal to lrc on sync. However I presume it should be no issue to convert internal to lrc using scripts (not aware one exists though), however MediaMonkey doesn't sync lrc files (I believe) so even if you had the lrc files it wouldn't work.
buy could a script call Mp3tag.exe
Mp3tag with this script
Code: Select all
$filename($getenv(%_folderpath%)\%_filename%.lrc,utf-8)$loop(%_folderpath%%_filename_ext%)$if(%LYRICS%,
$regexp(%LYRICS%,'^[a-z]{3}\|\|',)
$char(10),)$loopend()
could be possible?
thanks
Re: can not have lyrics on my sony,is there a fix?
drughetto wrote:could be possible?
So you wouldn't get them on the device.Lowlander wrote:however MediaMonkey doesn't sync lrc files (I believe)
Download MediaMonkey ♪ License ♪ Knowledge Base ♪ MediaMonkey for Windows 2024 Help ♪ MediaMonkey for Android Help
Lowlander (MediaMonkey user since 2003)
Lowlander (MediaMonkey user since 2003)
Re: can not have lyrics on my sony,is there a fix?
i have to copy manuallyLowlander wrote:drughetto wrote:could be possible?So you wouldn't get them on the device.Lowlander wrote:however MediaMonkey doesn't sync lrc files (I believe)
would be cool if media moneky could copy them with the audio