These are awesome, and puts a smile on my face. Possibly because the love for Food. Good job to the team behind them.

For most, this would come in handy with those using the latest browser extensions/add-ons that use Java, especially version 7 (in the time of this writing). There are two ways to go about this. First, for most users, they just need the JRE. The second are those doing development work and need the JDK.
Before we start the installation process, let’s start with some preflight check and do the following in Terminal prompt:
$ java -version
This will give you 1.6.x of some degree. Now, let’s start the installation.
If you just need the JRE:
export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home"
$ java -version
This should give you something like the following results:
$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
For those that need the JDK, and running Homebrew, you may do the following:
$ brew tap jenv/jenv
$ bre install jenv
More info here.
$ echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.profile
$ echo 'eval "$(jenv init -)"' >> ~/.profile
$ jenv add /Library/Java/JavaVirtualMachines/jdk17011.jdk/Contents/Home
oracle64-1.7.0.11 added
$ java -version
I hope that helps.
Usually, this happens with files being loaded into the library don’t have the required regular expression pattern that XBMC is looking for, when it loads files into the library. That regular expression is usually in the form of anything_s01e02 for example (season number, and episode number). When this occurs, you may still view the episodes but you have to go through the “Files” way of viewing it; not through your TV’s library (like the other TV episodes themselves).
After going through XBMC wiki’s page regarding “Naming video files/TV shows,” here’s the NzbDrone settings that I use now to rename my Anime episode files:
For easy copypasta:
{Series_CleanTitle}.s{season:00}e{episode:00}_{Episode_Title}
{Series_CleanTitle}.{Air-Date}_{Episode_Title}
{Series_CleanTitle}.s{season:00}e{episode:00}_{Episode_Title}
{Series_CleanTitle}.s{season:00}e{episode:00}_{Episode_Title}