Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20
  1. #1
    Join Date
    Jun 2008
    Location
    AMSWaves
    Posts
    231

    Lightbulb Free Plugin : ID3Tag Plugin

    Hi All.
    We Released a new plugin.

    With this plugin you can Read and Write Tags of a mp3 file (Title, Artist, Picture, ....).

    with this you can read and write a secret value in mp3 with encryption.

    so this plugin have 4+1 function.

    maybe we must create this plugin commerecial but we like released our plugins free until all bodys can use it freely but you can help us with your donation.

    if you like this plugin or like our job or like our plugins so please donate us anyway Enjoy it!

    Best Regards,
    AMSWaves.

    Download
    Help
    Email

    Please Reply
    Last edited by AMSWaves; 12-24-2008 at 09:49 AM.

  2. #2
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    Thanks AMSWaves, here's a little example. It returns hexadecimal values as comment some times though:P
    Attached Files
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  3. #3
    Join Date
    Jan 2008
    Location
    Ufa, Russia
    Posts
    128
    Hallo!

    Unfortunately, this plugin doesn't work for me: it didn't read a single mp3 file I had...

    The code I used was pretty straightforward:

    Code:
    01 local t_File = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "MP3 Files (*.mp3)|*.mp3|", "", "mp3", false, true); 
    02 
    03 if t_File and (t_File[1] ~= "CANCEL") then 
    04 
    05 	local tTag = ID3Tag.GetTag(t_File[1], ":temp:"); 
    06 
    07 	-- Fill values --
    08 	Input.SetText( "Input4", tTag.Title); 
    09 	Input.SetText( "Input1", tTag.Artist); 
    10 	Input.SetText( "Input2", tTag.Album); 
    11 	Input.SetText( "Input3", tTag.Genre); 
    12 	Input.SetText( "Input5", tTag.Year); 
    13 	Input.SetText( "Input6", tTag.Track); 
    14 	Input.SetText( "Input7", tTag.Comment); 
    15 	Input.SetText( "Input8", tTag.Lyrics); 
    16 	
    17 	if tTag.Picture ~= "" then 
    18 		Image.Load( "Image1", tTag.Picture); 
    19 	end 
    20 	---
    21 
    22 end
    What's the matter?

  4. #4
    Join Date
    Jun 2008
    Location
    AMSWaves
    Posts
    231
    Quote Originally Posted by S0mbre View Post
    Hallo!

    Unfortunately, this plugin doesn't work for me: it didn't read a single mp3 file I had...

    The code I used was pretty straightforward:

    Code:
    01 local t_File = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "MP3 Files (*.mp3)|*.mp3|", "", "mp3", false, true); 
    02 
    03 if t_File and (t_File[1] ~= "CANCEL") then 
    04 
    05 	local tTag = ID3Tag.GetTag(t_File[1], ":temp:"); 
    06 
    07 	-- Fill values --
    08 	Input.SetText( "Input4", tTag.Title); 
    09 	Input.SetText( "Input1", tTag.Artist); 
    10 	Input.SetText( "Input2", tTag.Album); 
    11 	Input.SetText( "Input3", tTag.Genre); 
    12 	Input.SetText( "Input5", tTag.Year); 
    13 	Input.SetText( "Input6", tTag.Track); 
    14 	Input.SetText( "Input7", tTag.Comment); 
    15 	Input.SetText( "Input8", tTag.Lyrics); 
    16 	
    17 	if tTag.Picture ~= "" then 
    18 		Image.Load( "Image1", tTag.Picture); 
    19 	end 
    20 	---
    21 
    22 end
    What's the matter?
    Hi S0mbre,
    dosent work this plugin on any mp3files ? or dosent work on a mp3 file ?
    this plugin crashed your program or not ? (if this plugin returns null$ value on your mp3s files maybe your mp3s files is not mp3 or dont have ID3Tag )
    can you upload that mp3file with example ?

  5. #5
    Join Date
    Jan 2008
    Location
    Ufa, Russia
    Posts
    128
    Hi!

    Thanks for replying. I've tried the plugin in several mp3 files, all of which definitely do have id3 tags (v2.1 and v1 tags), which are readable in WinAmp and any other players. Right now I can't upload a sample mp3, though. The plugin use didn't cause AMS or system crashes, it seems, the GetTag function just returned a nil table, or somehow the table items returned empty strings when called by reference...

    Here's the sample project: ID3_tags.apz

  6. #6
    Join Date
    Feb 2008
    Location
    Western Pennsylvania
    Posts
    555

    Wink Hmm

    I tried it and it works on every one of mine...

    Thank you AMSWAVES for the plug in, its a nice addition.

    Joe

  7. #7
    Join Date
    Jan 2008
    Location
    Ufa, Russia
    Posts
    128
    Still returns empty strings on all ID3 fields with me... I've got AMS 7.5, OS is Windows XP Pro SP2.

  8. #8
    Join Date
    Feb 2006
    Location
    Japan
    Posts
    81
    The website no longer exists...

  9. #9
    Join Date
    May 2006
    Posts
    5,380
    there are many cheap/free alternatives!
    Open your eyes to Narcissism, Don't let her destroy your life!!

  10. #10
    Join Date
    Jan 2008
    Location
    Ufa, Russia
    Posts
    128
    Quote Originally Posted by RizlaUK View Post
    there are many cheap/free alternatives!
    Yeah, but I'd like to see an ID3 tagger engine fully functionable in AMS...

  11. #11
    Join Date
    Jun 2008
    Location
    AMSWaves
    Posts
    231
    Hi all,
    im so sorry, i have many problem.
    Like money, like my partner, like my love.
    My website go down, because Im a 18 years old boy :-) because my partner travel to another country, my money go down, and my girl friend leave me :-( .
    But i come back in this week with new plugins because i love programming and i love improve AMS.
    Best Regards,
    AMSWaves.

  12. #12
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534
    Woooouuww that's a sad story AMSWaves

    I really wish you the best luck from my heart, money is easy come easy go staff... I know loosing girlfriend is really difficult thing but you will get better soon

    My Own Expirience

  13. #13
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    If you need hosting, You can ask me. I'll happily give you cPanel.

  14. #14
    Join Date
    Jun 2008
    Location
    AMSWaves
    Posts
    231
    Quote Originally Posted by ShadowUK View Post
    If you need hosting, You can ask me. I'll happily give you cPanel.
    Hi ShadowUK,
    How u can give me a cPanel you are a reseller ?
    what size of host you can give me ?

  15. #15
    Join Date
    Apr 2005
    Posts
    6
    Hi AMSWave

    If you couldn't get host for your website yet, I will help you. please do tell me necessary size of web space. Meanwhile, I will be in trip for 7 days (from this friday to next friday).

Similar Threads

  1. FREE : IExplorer Object Plugin
    By reteset in forum AutoPlay Media Studio 7.5 Plugins
    Replies: 88
    Last Post: 5 Days Ago, 03:08 AM
  2. Free WindowEx Action Plugin
    By reteset in forum AutoPlay Media Studio 7.5
    Replies: 88
    Last Post: 01-30-2011, 10:40 AM
  3. FREE: UserMgmt Action Plugin
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 3
    Last Post: 04-11-2010, 09:21 PM
  4. FREE : Timer Object Plugin
    By reteset in forum AutoPlay Media Studio 7.5 Plugins
    Replies: 29
    Last Post: 04-23-2009, 07:00 AM
  5. Free Plugin: Media Player Object
    By Ted Sullivan in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 09-24-2004, 02:54 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts