Archive Recent Version
This commit is contained in:
2
Profile/Album Interpret Tag.txt
Executable file
2
Profile/Album Interpret Tag.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#iTunes Tag "Album Interpret" verwenden
|
||||
<%tag<id='album_artist'>>
|
||||
2
Profile/Album Tag.txt
Executable file
2
Profile/Album Tag.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#iTunes Tag "Album" verwenden
|
||||
<%tag<id='album'>>
|
||||
2
Profile/Dateiname.txt
Executable file
2
Profile/Dateiname.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#Dateinamen ohne Endung verwenden
|
||||
<%fileName<showExtention='false'>>
|
||||
2
Profile/Interpret Tag.txt
Executable file
2
Profile/Interpret Tag.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#iTunes Tag "Interpret" verwenden
|
||||
<%tag<id='artist'>>
|
||||
2
Profile/Komponist Tag.txt
Executable file
2
Profile/Komponist Tag.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#iTunes Tag "Komponist" verwenden
|
||||
<%tag<id='composer'>>
|
||||
6
Profile/Nummer+Titel Tag.txt
Executable file
6
Profile/Nummer+Titel Tag.txt
Executable file
@@ -0,0 +1,6 @@
|
||||
#Beispiel:
|
||||
#Dateiname: "1 01-BspDatei.m4a"
|
||||
#Titel Tag: "BspTitel"
|
||||
#Kapitelnummer im Hörbuch: "3"
|
||||
#wird zu "003 - BspTitel"
|
||||
<%number<formatted='true'>> - <%tag<id='title'>>
|
||||
2
Profile/Nummerierung.txt
Executable file
2
Profile/Nummerierung.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#Kapitel 001, Kapitel 002, ...
|
||||
Kapitel <%number<formatted='true'>>
|
||||
1
Profile/Tag
Executable file
1
Profile/Tag
Executable file
@@ -0,0 +1 @@
|
||||
<%tag<def='title'>>
|
||||
1
Profile/Tag.txt
Executable file
1
Profile/Tag.txt
Executable file
@@ -0,0 +1 @@
|
||||
<%number<formatted='false'>>
|
||||
2
Profile/Titel Tag.txt
Executable file
2
Profile/Titel Tag.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#iTunes Tag "Titel" verwenden
|
||||
<%tag<id='title'>>
|
||||
2
Profile/Tracknummer Tag.txt
Executable file
2
Profile/Tracknummer Tag.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
#iTunes Tag "Tracknummer" verwenden
|
||||
<%tag<id='track'>>
|
||||
4
Profile/iTunes Standard.txt
Executable file
4
Profile/iTunes Standard.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
#Beispiel:
|
||||
#Dateiname: "01 BspDatei.m4a"
|
||||
#wird zu "BspDatei"
|
||||
<%advancedFileName<sepText=' ' index='2#'>>
|
||||
4
Profile/iTunes mit Bindestrich.txt
Executable file
4
Profile/iTunes mit Bindestrich.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
#Beispiel:
|
||||
#Dateiname: "01 - BspDatei.m4a"
|
||||
#wird zu "BspDatei"
|
||||
<%advancedFileName<sepText=' - ' index='2#'>>
|
||||
Reference in New Issue
Block a user