dual audio

Any questions? Need some help?
Post Reply
vitya
Posts: 1
Joined: 11 Dec 2014, 23:14

dual audio

Post by vitya »

Hi,
First, thanks for this great app!
I've installed the latest build, and using the amc script without any modification and it's working fine, except one thing:

Many torrents which i download have dual language audio (english/hungarian). The second audio channel is in a subfolder with dts or ac3 extension, this folder also contains the subtitle for this channel. When the script runs, the .mkv video file is moved and renamed, but that subfolder (and the sample folder too, but it's ok) is excluded, so i have to manually do the work.
Is there any solution to include these files?

Here is the script
  • filebot -script fn:amc --output "D:/" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=hu artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Here is the log:

  • Parameter: subtitles = hu
    Parameter: artwork = y
    Parameter: ut_label = film
    Parameter: ut_state = 20
    Parameter: ut_title = A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY
    Parameter: ut_kind = multi
    Parameter: ut_file = amwtditw.720p-trinity.mkv
    Parameter: ut_dir = D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY
    Input: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\amwtditw.720p-trinity.mkv
    Exclude: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\amwtditw.720p-trinity.nfo
    Exclude: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\hun\amwtditw.720p-trinity.ac3
    Exclude: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\hun\amwtditw.720p-trinity.dts
    Exclude: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\hun\amwtditw.720p-trinity.srt
    Exclude: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\hun\forced.amwtditw.720p-trinity.srt
    Exclude: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\sample\sample.mkv
    amwtditw.720p-trinity.mkv [series: null, movie: A Million Ways to Die in the West (2014)]
    Group: [tvs:null, mov:a million ways to die in the west 2014, anime:null] => [amwtditw.720p-trinity.mkv]
    Get [Hungarian] subtitles for 1 files
    Looking up subtitles by hash via OpenSubtitles
    No matching subtitles found: D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\amwtditw.720p-trinity.mkv
    Rename movies using [TheMovieDB]
    [COPY] Rename [D:\Letöltés-ready\film\A.Million.Ways.to.Die.in.the.West.2014.THEATRiCAL.720p.BluRay.DTS.x264.HuN-TRiNiTY\amwtditw.720p-trinity.mkv] to [D:\Movies\A Million Ways to Die in the West (2014)\A Million Ways to Die in the West (2014).mkv]
    Processed 1 files
    dec. 07, 2014 7:38:05 DU net.filebot.media.MediaDetection storeMetaInfo
    WARNING: Failed to set xattr: java.nio.file.AccessDeniedException: D:\Movies\A Million Ways to Die in the West (2014)\A Million Ways to Die in the West (2014).mkv:net.filebot.metadata
    Fetching movie artwork for [A Million Ways to Die in the West (2014)] to [D:\Movies\A Million Ways to Die in the West (2014)]
    Fetching D:\Movies\A Million Ways to Die in the West (2014)\poster.jpg => {category: posters, width: 1400, height: 2100, language: en, url: http://image.tmdb.org/t/p/original/12fq ... 31P28O.jpg}
    Fetching D:\Movies\A Million Ways to Die in the West (2014)\fanart.jpg => {category: backdrops, width: 1920, height: 1080, language: null, url: http://image.tmdb.org/t/p/original/xWpP ... DrZQfb.jpg}
    Fanart not found: D:\Movies\A Million Ways to Die in the West (2014)\clearart.png / movieart
    Fanart not found: D:\Movies\A Million Ways to Die in the West (2014)\logo.png / movielogo
    Fetching D:\Movies\A Million Ways to Die in the West (2014)\disc.png => {type=moviedisc, id=73525, url=http://assets.fanart.tv/fanart/movies/1 ... 51c343.png, lang=en, likes=3, disc_type=bluray}
    Done ヾ(@⌒ー⌒@)ノ
Thanks for the help.
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: dual audio

Post by rednoah »

*.ac3 and *.dts files will be ignored right out of the box. Having separate audio streams is extremely uncommon.


Though, you could probably make it work by hacking the FileBot.jar archive. Just edit media.types and add ac3 and dts to the list of video extensions. That should make it work.
:idea: Please read the FAQ and How to Request Help.
Post Reply