mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-04 04:50:42 +01:00 
			
		
		
		
	Debugvar chapter, restored chapter number format
This commit is contained in:
		
							
								
								
									
										4
									
								
								AAXtoMP3
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								AAXtoMP3
									
									
									
									
									
								
							@@ -626,7 +626,7 @@ do
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
        # Big Long chapter debug
 | 
			
		||||
        debug_vars "Chapter Variables:" cover_file chapter_start chapter_end id3_version_param chapternum chapter_title chapter_file
 | 
			
		||||
        debug_vars "Chapter Variables:" cover_file chapter_start chapter_end id3_version_param chapternum chapter chapter_title chapter_file
 | 
			
		||||
        if [ "$((${continueAt} > ${chapternum}))" = "0" ]; then
 | 
			
		||||
          # Extract chapter by time stamps start and finish of chapter.
 | 
			
		||||
          # This extracts based on time stamps start and end.
 | 
			
		||||
@@ -648,7 +648,7 @@ do
 | 
			
		||||
            -metadata track="${chapternum}" \
 | 
			
		||||
            -metadata title="${chapter}" \
 | 
			
		||||
            -metadata:s:a title="${chapter}" \
 | 
			
		||||
            -metadata:s:a track="${chapternum}/${chaptercount}" \
 | 
			
		||||
            -metadata:s:a track="${chapternum}" \
 | 
			
		||||
            -map_chapters -1 \
 | 
			
		||||
            -f ${container} \
 | 
			
		||||
            "${chapter_file}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user