FLAC Viewer Plugin

Support for developers of new plugins, third-party plugin announcements and discussions.

FLAC Viewer Plugin

Postby stepand76 » Sat Jan 10, 2009 8:12 pm

FLAC Viewer is plugin for view meta information on FLAC (Free Lossless Audio Codec) files.

Plugin is available here:

http://sites.google.com/site/stepand76/asplugins-enu

You can discuss the plugin in this thread.

Any comments, suggestions and feature requests are welcome.
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Postby stepand76 » Wed Jan 28, 2009 12:46 pm

Code: Select all
Version 0.2.0 (28.1.2009)
-------------------------
[+] Texts moved to SLG file (now it is possible to translate plugin to other languages).
[+] Added version information (VERSION_INFO) into plugin binnary files.
[+] Added plugin icon and icon of viewer window.
[-] Fixed placement of viewer window.
[-] Fixed showing of message dialogs (icon, set of buttons).

Legend
------
[*] Change
[-] Bugfix
[+] New feature, enhancement


Plugin is available here:
http://sites.google.com/site/stepand76/asplugins-enu
Last edited by stepand76 on Wed Feb 04, 2009 10:09 am, edited 1 time in total.
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Postby stepand76 » Wed Feb 04, 2009 10:08 am

Code: Select all
Verze 0.3.0 (4.2.2009)
----------------------
[+] Added compatibility with AS 2.52 beta 1.

Legend
------
[*] Change
[-] Bugfix
[+] New feature, enhancement


Plugin is available here:
http://sites.google.com/site/stepand76/asplugins-enu
Last edited by stepand76 on Thu Feb 26, 2009 6:36 am, edited 2 times in total.
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Postby kumar » Wed Feb 25, 2009 10:54 pm

Thanks a lot for this plugin! It would be great to see picture (metadata) in viewer? Is it on roadmap?
kumar
 

Postby stepand76 » Thu Feb 26, 2009 8:57 am

Yes, it is planned, but I'm busy last days, so I cannot estimate when it will be done.
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Postby Eric » Sat Aug 22, 2009 12:25 am

Thanks for the plugins.

It seems, that they don't work anymore with 2.52 beta 2 (JSON and Flash neither)

even though it's noted in the release notes:
Altap Salamander 2.52 is now backward compatible with plugins for versions 2.5 and 2.51.


Thanks for any update.
Eric
 
Posts: 50
Joined: Fri Apr 28, 2006 9:52 pm

Re: FLAC Viewer Plugin

Postby stepand76 » Mon Aug 24, 2009 10:30 pm

Code: Select all
Version 0.4.0 (24.8.2009)
-------------------------
[*] Fixed compatibility with AS 2.5, 2.51 and 2.52 beta 2.
[-] Fixed Alt+Space navigation in viewer.
[*] New view style (requested by ether).

Legend
------
[*] Change
[-] Bugfix
[+] New feature, enhancement


Plugin is available here:
http://sites.google.com/site/stepand76/asplugins-enu
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Postby Eric » Tue Aug 25, 2009 12:42 pm

Great, thank you. :P
Eric
Eric
 
Posts: 50
Joined: Fri Apr 28, 2006 9:52 pm

Re: FLAC Viewer Plugin

Postby stepand76 » Thu Oct 22, 2009 9:18 pm

Code: Select all
Version 0.5.0 (23.10.2009)
--------------------------
[+] Added the "Focus" command (F) - focuses the file in the panel.

Legend
------
[*] Change
[-] Bugfix
[+] New feature, enhancement


Plugin is available here:
http://sites.google.com/site/stepand76/asplugins-enu
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Postby stepand76 » Thu Mar 04, 2010 1:42 pm

Code: Select all
Version 0.6.0 (4.3.2010)
------------------------
[*] Built with Delphi 2010.
[+] Enhanced "About" window.
[+] Added an option to save possion and size of viewer's windows.
[+] Added an option to prefer keyboard shortcuts in main menu.

Legend
------
[*] Change
[-] Bugfix
[+] New feature, enhancement
Attachments
flacviewer_0.6.0.zip
(765.83 KiB) Downloaded 50 times
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Postby svyr » Wed Mar 10, 2010 3:51 pm

I'm getting a very strange bug with the latest version of the plugin (on any file i try to view tags for):

it looks like the delimiters aren't read correctly or something, so the tags aren't properly divided into sections for display.

I've attached a screenshot of the proper tag in aimp and what I get in 0.6.0
Attachments
flacvfail.png
Flacview 0.6 - def not ok
flacvfail.png (18.3 KiB) Viewed 645 times
aimpok.png
Aimp2 screenshot (ok)
aimpok.png (11.72 KiB) Viewed 645 times
svyr
 
Posts: 5
Joined: Wed Aug 26, 2009 10:59 am

Re: FLAC Viewer Plugin

Postby stepand76 » Thu Mar 11, 2010 10:36 am

svyr wrote:I'm getting a very strange bug with the latest version of the plugin (on any file i try to view tags for):

it looks like the delimiters aren't read correctly or something, so the tags aren't properly divided into sections for display.

I've attached a screenshot of the proper tag in aimp and what I get in 0.6.0


Thanks for the report. I will look on it.
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Postby stepand76 » Thu Mar 11, 2010 2:49 pm

Code: Select all
Version 0.6.1 (11.3.2010)
-------------------------
[-] Fixed reading of metadata.

Legend
------
[*] Change
[-] Bugfix
[+] New feature, enhancement
Attachments
flacviewer_0.6.1.zip
(765.92 KiB) Downloaded 66 times
User avatar
stepand76
Plugin Developer
Plugin Developer
 
Posts: 413
Joined: Mon Apr 16, 2007 8:22 pm
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Postby svyr » Thu Mar 11, 2010 4:59 pm

Thank you for the quick fix ! Tested and looks to be working.
svyr
 
Posts: 5
Joined: Wed Aug 26, 2009 10:59 am


Return to Plugins Development

Who is online

Users browsing this forum: MSN [Bot] and 1 guest

cron