Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'subject:using': 0.09; 'python': 0.11; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'pythonic': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'subject: .': 0.24; 'title,': 0.24; 'url:moin': 0.24; 'file.': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'properties': 0.29; "i'm": 0.30; 'asked': 0.31; 'that.': 0.31; 'url:wiki': 0.31; 'file': 0.32; 'figure': 0.32; 'url:python': 0.33; 'google': 0.35; 'there': 0.35; 'module.': 0.36; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'mine': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'read': 0.60; 'length': 0.61; 'email addr:gmail.com': 0.63; 'click': 0.77 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Tue, 26 Nov 2013 09:41:30 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Access and write .mp3 metadata/tags using Python 3 References: <07682b1c-ae9a-4d0b-878e-abef0eb15f8a@googlegroups.com> In-Reply-To: <07682b1c-ae9a-4d0b-878e-abef0eb15f8a@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385484125 news.xs4all.nl 15995 [2001:888:2000:d::a6]:44703 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60525 On 11/26/2013 08:41 AM, andonefilms@gmail.com wrote: > I'm trying to figure out how to get python to access the properties > section of an mp3 file. When you right click an mp3 file and go to > properties you can edit the title, album, and things like that. I > also want to be able to read the length of the mp3. > > Is there a pythonic way to do this? I asked a professor of mine and > he said to look into the OS module. A quick google search reveals this for the tags part: https://wiki.python.org/moin/UsefulModules#ID3_Handling