From 0445df2e0ee4aee91650eac93436236dc4555650 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 7 Apr 2016 10:41:55 +0000 Subject: [PATCH] + Remove {videos} {audios} etc bindings and replace with {video} {audio} etc bindings which represent a list for all streams. e.g. {videos} becomes {video} {video} becomes {video[0]} --- source/net/filebot/ui/rename/BindingDialog.properties | 2 +- website/naming.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/net/filebot/ui/rename/BindingDialog.properties b/source/net/filebot/ui/rename/BindingDialog.properties index 32537efe..54a1dc3f 100644 --- a/source/net/filebot/ui/rename/BindingDialog.properties +++ b/source/net/filebot/ui/rename/BindingDialog.properties @@ -2,4 +2,4 @@ parameter.exclude: ^StreamKind|^UniqueID|^StreamOrder|^ID|Count$ # preview expressions (keys are tagged so they can be sorted alphabetically) -expressions: n,y,s,e,es,sxe,s00e00,t,d,startdate,absolute,special,episode,series,primaryTitle,alias,movie,tmdbid,imdbid,pi,pn,lang,subt,plex,az,music,album,artist,albumArtist,actors,director,collection,genre,genres,languages,certification,rating,vc,ac,cf,vf,hpi,af,channels,resolution,dim,ws,sdhd,source,tags,s3d,group,original,fn,ext,mediaType,file,file.name,folder,folder.name,gigabytes,crc32,info,info.runtime,info.status,omdb.rating,omdb.votes,localize.German.title,age,duration,seconds,minutes,media,media.title,media.overallBitRateString,video,video.codecID,video.frameRate,video.displayAspectRatioString,video.scanType,audio,audio.bitRateString,audio.language,audios,audios.language,text,text.codecInfo,text.language,texts,texts.language +expressions: n, y, s, e, es, sxe, s00e00, t, d, startdate, absolute, special, episode, series, primaryTitle, alias, movie, tmdbid, imdbid, pi, pn, lang, subt, plex, az, music, album, artist, albumArtist, actors, director, collection, genre, genres, languages, certification, rating, vc, ac, cf, vf, hpi, af, channels, resolution, dim, ws, sdhd, source, tags, s3d, group, original, fn, ext, mediaType, file, file.name, folder, folder.name, gigabytes, crc32, info, info.runtime, info.status, omdb.rating, omdb.votes, localize.German.title, age, duration, seconds, minutes, media, media.title, media.overallBitRateString, video[0], video[0].codecID, video[0].frameRate, video[0].displayAspectRatioString, video[0].scanType, audio[0], audio[0].bitRateString, audio[0].language, audio, audio.language, text[0], text[0].codecInfo, text[0].language, text, text.language diff --git a/website/naming.html b/website/naming.html index ecf9f57c..98d37d87 100644 --- a/website/naming.html +++ b/website/naming.html @@ -380,17 +380,17 @@ video - video object [stream 0] + video streams <any video parameter> audio - audio object [stream 0] + audio streams <any audio parameter> text - subtitle object [stream 0] + subtitle streams <any subtitle parameter>