diff --git a/source/net/sourceforge/filebot/ui/rename/BindingDialog.properties b/source/net/sourceforge/filebot/ui/rename/BindingDialog.properties index 1a897aa9..00502756 100644 --- a/source/net/sourceforge/filebot/ui/rename/BindingDialog.properties +++ b/source/net/sourceforge/filebot/ui/rename/BindingDialog.properties @@ -2,4 +2,4 @@ parameter.exclude: ^StreamKind|Count$ # preview expressions (keys are tagged so they can be sorted alphabetically) -expressions: n,y,s,e,t,airdate,startdate,absolute,special,imdb,episode,sxe,s00e00,movie,vc,ac,cf,vf,af,resolution,ws,sdhd,source,group,crc32,fn,ext,file,pi,pn,lang,info,info.actors,info.director,media.title,media.durationString,media.overallBitRateString,video.codecID,video.frameRate,video.displayAspectRatioString,video.height,video.scanType,audio.format,audio.bitRateString,audio.language,text.codecInfo,text.language +expressions: n,y,s,e,t,airdate,startdate,absolute,special,imdb,episode,sxe,s00e00,movie,vc,ac,cf,vf,af,resolution,ws,sdhd,source,group,crc32,fn,ext,file,pi,pn,lang,info,info.actors,info.director,info.genres[0],info.certification,info.rating,info.runtime,info.status,media.title,media.durationString,media.overallBitRateString,video.codecID,video.frameRate,video.displayAspectRatioString,video.height,video.scanType,audio.format,audio.bitRateString,audio.language,text.codecInfo,text.language diff --git a/source/net/sourceforge/filebot/web/TheTVDBClient.java b/source/net/sourceforge/filebot/web/TheTVDBClient.java index 8d7b3ba3..fcde9e3d 100644 --- a/source/net/sourceforge/filebot/web/TheTVDBClient.java +++ b/source/net/sourceforge/filebot/web/TheTVDBClient.java @@ -541,6 +541,11 @@ public class TheTVDBClient extends AbstractEpisodeListProvider { } + public String getCertification() { + return getContentRating(); // another getter for compability reasons + } + + public Integer getImdbId() { // e.g. tt0934814 try { diff --git a/website/cli.html b/website/cli.html index 5185c1f6..e4d76943 100644 --- a/website/cli.html +++ b/website/cli.html @@ -302,7 +302,7 @@ - Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2011 + Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2012 diff --git a/website/index.html b/website/index.html index 29742bcf..09b0f151 100644 --- a/website/index.html +++ b/website/index.html @@ -217,7 +217,7 @@ - Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2011 + Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2012 diff --git a/website/naming.html b/website/naming.html index b1122e7e..cc51f8ab 100644 --- a/website/naming.html +++ b/website/naming.html @@ -383,7 +383,7 @@ - Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2011 + Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2012 diff --git a/website/script.html b/website/script.html index 7f594227..95462b4d 100644 --- a/website/script.html +++ b/website/script.html @@ -237,7 +237,7 @@ - Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2011 + Hosted on sourceforge.net | Creative Commons License: Attribution-NonCommercial-ShareAlike © 2012