Mark Ferry | 1 Dec 2011 03:30
Favicon

Re: Album Artist

On Tue, Nov 29, 2011 at 02:14:29PM +0100, Random Mister wrote:
> Yes, it is indeed a bug. Or more accurately, it is not implemented.
> I created the patch to add album artists to tags, but because I only use 
> it for mp3 files (and I'm lazy ;) ) i did not make it for flac or ogg 
> files. I don't know if anyone will pick up this bug, maybe i can do it 
> if i can find some time. It shouldn't be that hard.
> 
Adding ALBUMARTIST to ogg and flac is trivial.
I'll implement it now.

Pull request to follow.

- Mark

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Easytag-mailing mailing list
Easytag-mailing <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/easytag-mailing
Mark Ferry | 1 Dec 2011 04:26
Favicon

Re: Album Artist

On Thu, Dec 01, 2011 at 02:30:27AM +0000, Mark Ferry wrote:
> Adding ALBUMARTIST to ogg and flac is trivial.
> I'll implement it now.
> 
> Pull request to follow.
>
Implemented ALBUMARTIST for ogg and flac.

Please pull

    git <at> github.com:markferry/easytag.git albumartist

It's github hosted, but the changes are based on the sourceforge tree
rather than Alex's github tree. (The two are a little out of sync).

Tested adding, editing and removing single and duplicate tags.

I did notice (but didn't test) that we may be missing translations for
all "Album Artist" messages.

- Mark

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
(Continue reading)

richard lucassen | 6 Dec 2011 09:20
Favicon

[flac] comment and description fields

[editing flac files]

I found out that Easytag writes two fields when editing the "Comment"
field: COMMENT and DESCRIPTION. When setting either one of the fields
to "text", Easytag shows "text" in both cases.

I think this was done intentionally. Does anyone know the reason why?

R.

--

-- 
___________________________________________________________________
It is better to remain silent and be thought a fool, than to speak
aloud and remove all doubt.

+------------------------------------------------------------------+
| Richard Lucassen, Utrecht                                        |
| Public key and email address:                                    |
| http://www.lucassen.org/mail-pubkey.html                         |
+------------------------------------------------------------------+

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
Mark Ferry | 6 Dec 2011 15:26
Favicon

Re: [flac] comment and description fields

On 6 December 2011 08:20, richard lucassen <mailinglists <at> lucassen.org> wrote:
> I found out that Easytag writes two fields when editing the "Comment"
> field: COMMENT and DESCRIPTION. When setting either one of the fields
> to "text", Easytag shows "text" in both cases.
>
> I think this was done intentionally. Does anyone know the reason why?
>
Yep, older versions of Winamp erroneously support COMMENT= instead of
DESCRIPTION=.
(XMMS did worse, and there's still an ogg tag config option in easytag for it).

See this thread from 2006:
  http://sourceforge.net/mailarchive/message.php?msg_id=2206417

ciao
  Mark

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
Robert Spencer | 7 Dec 2011 00:05
Picon
Favicon

Re: Album Artist

Hi everyone,

I'm new to this list (and list mail in general)..

I'm wondering if anyone knows of a patch that can implement what Mark Ferry has apparently introduced in the git tree because I can't figure out how to get the fix with git as I'm not real (read not at all) familiar with git. 

I have implemented this patch http://pastebin.com/dtq6H66s but it only works for mp3's apparently.

This is in response to the below thread because I can't figure out how to directly respond to it. 

I apologize in advance if by request is out of place here or not proper etiquette. Thanks!

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Easytag-mailing mailing list
Easytag-mailing <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/easytag-mailing
Mark Ferry | 7 Dec 2011 01:14
Favicon

Re: Album Artist

On Thu, Dec 01, 2011 at 03:26:10AM +0000, Mark Ferry wrote:
> Implemented ALBUMARTIST for ogg and flac.
> 
> Please pull
> 
>     git <at> github.com:markferry/easytag.git albumartist
> 
Might have helped if I'd posted the right URL in the first place:

So, instead, please pull

  git://github.com/markferry/easytag.git albumartist

Robert, the git steps you need are along the lines of:
    1. git clone git://easytag.git.sourceforge.net/gitroot/easytag/easytag easytag-dev
    2. cd easytag-dev
    3. git pull git://github.com/markferry/easytag.git albumartist

- Mark

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Easytag-mailing mailing list
Easytag-mailing <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/easytag-mailing
Robert Spencer | 7 Dec 2011 01:32
Picon
Favicon

Re: Album Artist

Mark:

Thanks so much. That worked perfectly and my easytag now can do albumartist flac/vorbis tags. 

Much appreciated!

-Robert

From: Mark Ferry <mark <at> markferry.net>
To: easytag-mailing <at> lists.sourceforge.net
Cc: Robert Spencer <bobspencer123 <at> yahoo.com>
Sent: Tuesday, December 6, 2011 7:14 PM
Subject: Re: [Easytag-mailing] Album Artist

On Thu, Dec 01, 2011 at 03:26:10AM +0000, Mark Ferry wrote:
> Implemented ALBUMARTIST for ogg and flac.
>
> Please pull
>
>    git <at> github.com:markferry/easytag.git albumartist
>
Might have helped if I'd posted the right URL in the first place:

So, instead, please pull

  git://github.com/markferry/easytag.git albumartist

Robert, the git steps you need are along the lines of:
    1. git clone git://easytag.git.sourceforge.net/gitroot/easytag/easytag easytag-dev
    2. cd easytag-dev
    3. git pull git://github.com/markferry/easytag.git albumartist

- Mark



------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Easytag-mailing mailing list
Easytag-mailing <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/easytag-mailing
Tom Poe | 7 Dec 2011 02:34
Favicon

file not ogg bitstream error?

I used oggenc to generate ogg audio file.  When i try to save ID3 info, 
it says my file can't be saved because it isn't ogg bitstream.  What 
does that mean?
Thanks, Tom

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
gt | 7 Dec 2011 08:57
Picon

Re: file not ogg bitstream error?

On Tue, Dec 06, 2011 at 07:34:03PM -0600, Tom Poe wrote:
> I used oggenc to generate ogg audio file.  When i try to save ID3 info, 
> it says my file can't be saved because it isn't ogg bitstream.  What 
> does that mean?
> Thanks, Tom

Please answer these few questions:

1. which version of libvorbis are you using?
2. does oggenc give any error while encoding?

ps: ogg tags are known as "vorbis comment", id3 are used for mp3s mainly.

--

-- 
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
Tom Poe | 7 Dec 2011 12:11
Favicon

Re: file not ogg bitstream error?

On 12/07/2011 01:57 AM, gt wrote:
> On Tue, Dec 06, 2011 at 07:34:03PM -0600, Tom Poe wrote:
>> I used oggenc to generate ogg audio file.  When i try to save ID3 info,
>> it says my file can't be saved because it isn't ogg bitstream.  What
>> does that mean?
>> Thanks, Tom
> Please answer these few questions:
>
> 1. which version of libvorbis are you using?
> 2. does oggenc give any error while encoding?
>
> ps: ogg tags are known as "vorbis comment", id3 are used for mp3s mainly.
>
libvorbis 1.3.2
no error
not sure what "vorbis comment" means.  Does easytag differentiate steps 
for saving ogg files, or is the form the same?
Tom

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/

Gmane