Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER General Discussion Forum

Reply
 
Thread Tools Display Modes
Old 05-28-2017, 08:12 AM   #1
chance144
Human being with feelings
 
Join Date: Nov 2013
Posts: 23
Default mp3 .wav how to encode tag info during rendering

Hi, it is possible to add artist/title information when rendering, especially when creating MP3s? I can't seem to be able to do it, and when I drop a new mp3 into iTunes, it is listed as a "new artist/new song", and I can't find it easily (it doesn't just drop into the already existing artist in iTunes).

Thanks,

C
chance144 is offline   Reply With Quote
Old 05-28-2017, 09:11 AM   #2
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

Quote:
Originally Posted by chance144 View Post
Hi, it is possible to add artist/title information when rendering, especially when creating MP3s? I can't seem to be able to do it, and when I drop a new mp3 into iTunes, it is listed as a "new artist/new song", and I can't find it easily (it doesn't just drop into the already existing artist in iTunes).

Thanks,

C
AFAIK you can't. Think there is a FR somewhere for it, it's something I've been wanting for a long time. You'll need to run an external utility after rendering the mp3 from reaper.
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline   Reply With Quote
Old 05-28-2017, 09:40 AM   #3
toddhisattva
Human being with feelings
 
toddhisattva's Avatar
 
Join Date: Jun 2008
Location: Austin
Posts: 289
Default Stags

Quote:
Originally Posted by Jack Winter View Post
AFAIK you can't. Think there is a FR somewhere for it, it's something I've been wanting for a long time. You'll need to run an external utility after rendering the mp3 from reaper.
Here's a ReaScript solution that only requires two "external utilities" ;-) those being Python and Stagger, settags.py

I just tested it, and it still works.

# Set MP3 tags on newest MP3 file in current Reaper project directory
# with tags found in the current Reaper project's Notes setting.

# Requires stagger https://code.google.com/p/stagger/
# pip install stagger

Tag lines are lines in Project's Notes Setting pane that start with
"MP3tag " with mixed-case and a space. If you do not include the space it's
not a tag line. Then comes the tag's frameID or Stagger friendly name, a space,
and the rest of the line is the value.

MP3tag TIT2 Yepperz
MP3tag TCON (75)
MP3tag APIC red.png,blue.png,/Users/doofus/Desktop/space place/green.pn

The following wildcards are resolved in each tag's
contents, more-or-less as their Reaper render
dialog counterparts would be:

%project %filename %user %computer %date
%time %year %year2 %month %monthname %day
%hour %hour12 %ampm %minute %second

%year, %date, and %time are formatted for TYER, TDAT, and TIME tags.

Environment variables are also substituted. They are
preceded by a single '$'. If there is an environment
variable named "REAPER_ARTIST_NAME" it is referenced
like this:

MP3tag TPE1 $REAPER_ARTIST_NAME
toddhisattva is offline   Reply With Quote
Old 05-28-2017, 05:21 PM   #4
chance144
Human being with feelings
 
Join Date: Nov 2013
Posts: 23
Default

And I just figured it out. When you are done rendering, you have a choice to "launch file". Choosing that plays it in iTunes, and you can easily rename it while it is playing.
chance144 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:24 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.