FLAC Viewer Plugin

Support for developers of new plugins, third-party plugin announcements and discussions.
User avatar
stepand76
Plugin Developer
Plugin Developer
Posts: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

FLAC Viewer Plugin

Post by stepand76 »

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: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Post by stepand76 »

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 04 Feb 2009, 10:09, edited 1 time in total.
User avatar
stepand76
Plugin Developer
Plugin Developer
Posts: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Post by stepand76 »

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 26 Feb 2009, 06:36, edited 2 times in total.
kumar

Post by kumar »

Thanks a lot for this plugin! It would be great to see picture (metadata) in viewer? Is it on roadmap?
User avatar
stepand76
Plugin Developer
Plugin Developer
Posts: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Post by stepand76 »

Yes, it is planned, but I'm busy last days, so I cannot estimate when it will be done.
Eric
Posts: 77
Joined: 28 Apr 2006, 22:52

Re: FLAC Viewer Plugin

Post by Eric »

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.
Win2012, Win7, Win8 and Win8.1 x64 (german and english) | AS 3.0 beta 4 (x64)
User avatar
stepand76
Plugin Developer
Plugin Developer
Posts: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Post by stepand76 »

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
Eric
Posts: 77
Joined: 28 Apr 2006, 22:52

Re: FLAC Viewer Plugin

Post by Eric »

Great, thank you. :P
Eric
Win2012, Win7, Win8 and Win8.1 x64 (german and english) | AS 3.0 beta 4 (x64)
User avatar
stepand76
Plugin Developer
Plugin Developer
Posts: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Post by stepand76 »

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: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Post by stepand76 »

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 877 times
svyr
Posts: 10
Joined: 26 Aug 2009, 11:59

Re: FLAC Viewer Plugin

Post by svyr »

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
Flacview 0.6 - def not ok
Flacview 0.6 - def not ok
flacvfail.png (18.3 KiB) Viewed 28217 times
Aimp2 screenshot (ok)
Aimp2 screenshot (ok)
aimpok.png (11.72 KiB) Viewed 28217 times
User avatar
stepand76
Plugin Developer
Plugin Developer
Posts: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Post by stepand76 »

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: 455
Joined: 16 Apr 2007, 21:22
Location: Pardubice, Czech Republic

Re: FLAC Viewer Plugin

Post by stepand76 »

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 901 times
svyr
Posts: 10
Joined: 26 Aug 2009, 11:59

Re: FLAC Viewer Plugin

Post by svyr »

Thank you for the quick fix ! Tested and looks to be working.
natri23
Posts: 4
Joined: 12 Mar 2008, 13:35

Re: FLAC Viewer Plugin

Post by natri23 »

plz update this to the latest beta
Post Reply