TINT-based filing migration: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:tango.info]]
[[Category:Tango.info]]
This page describes how to migrate to [[TINT-based filing]], i.e. filing based on [[TIN]], side# and track#.
 
This page describes how to migrate to [[TINT-based filing]], i.e. filing based on [[TINP]], side# and track#.
==Windows==
==Windows==
Recommended software: [[mp3tag]].
Use the software: [[mp3tag]]. mp3tag lets you read and write parts of the pathnames. They are accesible via %_something%.
===filename===
 
;The rows labeled "[[TINT-based filing]]" show the migration goals, depending on the software
 
{| class="wikitable sortable" |
! [[t.i]]
! tool
! TINP
! Side#
! Track#
|-
| [[TINT-based filing]]
| [[foobar2000]]
| $directory(%path%,2)
| %_directoryname%
| %_filename%
|-
| [[TINT-based filing]]
| [[mp3tag]]
| %_parent_directory%
| %_directory%
| %_filename%
|-
| Tags
| [[foobar2000]]
| $num(%barcode%,14)
| %discnumber%
| %tracknumber%
|-
| Tags
| [[mp3tag]]
| ?
| ?
| ?
|}
 
;Three useful commands are
;Three useful commands are
* Convert | Tag -> Filename
* Convert | Tag -> Filename
* Convert | Filename -> Tag
* Convert | Filename -> Tag
* Convert | Filename -> Filename (The third command can maybe replece the two step uses of the other two commands - not tested).
* Convert | Filename -> Filename (The third command can maybe replace the two step uses of the other two commands - not tested).


===Track# - %_filename%===
;process
;process
* A) If you have the tracknumber in the tag fields you can rename the file to  "tracknumber.fileextension".
* A) If you have the tracknumber in the tag fields you can rename the file to  "tracknumber.fileextension".
** Convert | Tag -> Filename
** Convert | Tag -> Filename
** format string: %track%, or if you want to remove leading zeros: "$num(%track%,1)"
** format string: '''$num(%track%,1)''' ($num is essential to remove leading zeros)
* B) If you don't have the tracknumber in the tags but the filename starts with the number then you can put it in the tracknumber tag.  
* B) If you don't have the tracknumber in the tags but the filename starts with the number then you can put it in the tracknumber tag.  
** Convert | Filename -> Tag
** Convert | Filename -> Tag
** Format string something like "%track% - %dummy%" or "%track%_%dummy%" or "%track%_-_%dummy%".
** Format string something like '''%track% - %dummy%''' or '''%track%_%dummy%''' or '''%track%_-_%dummy%'''.
** go to A)
** go to A)


Line 25: Line 61:
** now the file is named 5.flac
** now the file is named 5.flac


===folder structure===
===Side# - %_directory%===
Todo:
* introduce the side folder. Very often it will be a folder named "1"
* introduce the side folder (very often will be only one folder named "1")
* if all tracks are on side 1 use: Convert | Tag -> Filename , format string: %_directory%\1\%track%
** %_directory% should be the side number. %_parent_directory% the TIN.
** if before conversion , after conversion
** if all tracks are on side 1 use: Convert | Tag -> Filename , format string: %_directory%\1\%track%
 
*** if before conversion %_directory% = albumname folder name, after conversion %_directory% = Side#, %_parent_directory% = albumname folder name
;Example
* TIN conversions....
* Calo_Al_compas_del_corazon\5.flac
** sometext_[<TIN|EAN|UPC>]/
* %_directory% = albumname folder name
** <TIN|EAN|UPC>_sometext/
* if all tracks are on side 1 use: Convert | Tag -> Filename , format string: %_directory%\1\%track%
* you get Calo_Al_compas_del_corazon\1\5.flac
* %_directory% = Side#, %_parent_directory% = albumname folder name
 
===TINP - %_parent_directory%===
todo
* TINP conversions....
** sometext_[<TINP|EAN|UPC>]/
** <TINP|EAN|UPC>_sometext/
 
When there are other than audio files (e.g. a "cover.jpg") in the folders and you want to keep them there, (assume barcode is in field "barcode") you can do
* Convert Tag->Filename %_parent_directory%\%_directory%\%barcode%\%_filename%
* so the new folders are created inside the old ones
* manually copy the non-audio files into the barcoded folder

Latest revision as of 2013-06-09T23:07:32


This page describes how to migrate to TINT-based filing, i.e. filing based on TINP, side# and track#.

Windows

Use the software: mp3tag. mp3tag lets you read and write parts of the pathnames. They are accesible via %_something%.

The rows labeled "TINT-based filing" show the migration goals, depending on the software
t.i tool TINP Side# Track#
TINT-based filing foobar2000 $directory(%path%,2) %_directoryname% %_filename%
TINT-based filing mp3tag %_parent_directory% %_directory% %_filename%
Tags foobar2000 $num(%barcode%,14) %discnumber% %tracknumber%
Tags mp3tag ? ? ?
Three useful commands are
  • Convert | Tag -> Filename
  • Convert | Filename -> Tag
  • Convert | Filename -> Filename (The third command can maybe replace the two step uses of the other two commands - not tested).

Track# - %_filename%

process
  • A) If you have the tracknumber in the tag fields you can rename the file to "tracknumber.fileextension".
    • Convert | Tag -> Filename
    • format string: $num(%track%,1) ($num is essential to remove leading zeros)
  • B) If you don't have the tracknumber in the tags but the filename starts with the number then you can put it in the tracknumber tag.
    • Convert | Filename -> Tag
    • Format string something like %track% - %dummy% or %track%_%dummy% or %track%_-_%dummy%.
    • go to A)
Example
  • 05_-_la_punalada.flac
    • Convert | Filename -> Tag, format string %track%_-_%dummy%
    • now the track number field contains "05"
    • Convert | Tag -> Filename, format string $num(%track%,1)
    • now the file is named 5.flac

Side# - %_directory%

  • introduce the side folder. Very often it will be a folder named "1"
  • if all tracks are on side 1 use: Convert | Tag -> Filename , format string: %_directory%\1\%track%
    • if before conversion , after conversion
Example
  • Calo_Al_compas_del_corazon\5.flac
  • %_directory% = albumname folder name
  • if all tracks are on side 1 use: Convert | Tag -> Filename , format string: %_directory%\1\%track%
  • you get Calo_Al_compas_del_corazon\1\5.flac
  • %_directory% = Side#, %_parent_directory% = albumname folder name

TINP - %_parent_directory%

todo

  • TINP conversions....
    • sometext_[<TINP|EAN|UPC>]/
    • <TINP|EAN|UPC>_sometext/

When there are other than audio files (e.g. a "cover.jpg") in the folders and you want to keep them there, (assume barcode is in field "barcode") you can do

  • Convert Tag->Filename %_parent_directory%\%_directory%\%barcode%\%_filename%
  • so the new folders are created inside the old ones
  • manually copy the non-audio files into the barcoded folder