Finally sorted it. The program can convert to idx instead with XBMC recognises.
Now just having trouble finding the subtitles in the first place for non-English only parts. Anyone have any good sources?
For example The Hobbit. Can't find any subtitles for non-English parts anywhere!
SendTo
About:
Many households now have XBMC running on multiple devices in the home. Pieces like MySQL functionality and path substitution are good ways to make sure your music and video files are available and synchronized by any XBMC host available. A function that was always missing for me though was a real awareness of what was happening between each host instance. Consider the following scenerios:
Scenerio 1
You're in room A of the house listening to music on XBMC. You decide that you'd like to continue listening while eating a meal in room B. Even with MySQL setup within your home you'd have to stop the music, go to the next XBMC host, find the song, and resume. If the file you are playing is actually part of a larger playlist you'd have to save the playlist or recreate it on the other XBMC machine, making the process even more complicated.
Scenerio 2
You're watching a TV show on your main HTPC. Your children or significant other ask that they use the larger TV. Luckily you have a iPad running XBMC; however you'll still have to stop what you're doing, find the TV show on your iPad and then continue watching.
The SendTo addon seeks to make these processes easier by providing some automation between hosts.
How Does It Work:
In the Programs area of XBMC you can launch the SendTo addon and define each of your hosts. I really wanted to use only native XBMC windows so adding hosts will bring up multiple prompts to collect information. Once a host is added you can click on it to see what is currently playing and perform the following actions:
Transfer now playing - essentially this is a "pull" of the current playlist from a remote host to the current one. This will stop all media playing on the remote host and play the file where it left off on the new device.
Start playing this file - Starts playing the selected file from the beginning
Copy playlist, starting here - Copies the entire playlist from the remote machine but starts playback on the file you've specified
Stop playback - stops playing media on the remote host
Send Notification - type a message to send to the remote host
Sending Media:
With proper skin support (important!) you can launch the SendTo addon while watching a video or playing music on XBMC. The addon will ask you which XBMC host you wish to send your video or music playlist to, and then run the necessary commands via the JSONRPC interface to recreate the playlist and continue the file exactly where you left off on the first XBMC instance. The "Send" and "Transfer" commands are essentially mirrors of each other except one pushes media to a remote host and the other pulls media from one.
How Can I Use It:
Once the addon is installed and the hosts added a few other pieces must exist in order to send files between the hosts.
a) Enable Web Services (JSONRPC) under the Services section of XBMC on all hosts
b) Make sure each XBMC host has the same sources defined so they can play the sent files
c) Proper skin support. The addon can easily be added to the Music and Video menus by adding an option to call XBMC.RunScript(script.sendto,mode=1000). An alternative to this would be to map the RunScript command to a button on your remote.
Disclaimer:
This is not airplay-like functionality! This addon is not streaming via upnp or any other protocol from Host A to Host B. We are stopping file playback, and then resuming it on another device so both must have access to the original source. MySQL and path subsititution are not necessary; however access to the sources on both machines is. MySQL is just a nice bonus if you want the watched flags and other info to line up when continuing playback from device to device.
What's the best music organiser/renamer etc for xbmc?
I've been on a bit of a mission to get my XBMC set-up properly, how I like it and with a few little tweaks, in the last few days.
These are the results;
I'm using Aeon Nox as my skin, have the main screen just with the 3 items, movies, tv and shutdown (I need to rename the shutdown so it takes up less space). Background for each one is a multi-image with a folder of all scrubbed fan art.
I've been using Media Center Master to download all the fan art, metadata, trailers too (all are now locally stored, no need to rely on yt) Also artwork downloader for the Clear Logos which look awesome imo. It's taken quite a lot of time, scratching of heads but i've got there in the end.
I've got LiveTV now working at home.
ArgusTV is set up on my server, which has a BlackGold BGT3620 dual DVB-T2 tuner (FreeviewHD)
I've got 5 clients now connecting to it with the ability to watch LiveTV. Given the right mix of channels, all 5 could watch different things (assuming the channels are on the same multiplex - for example I could watch all 4 HD channels [1 multiplex] and any other channel simultaneously)
The one thing that's missing from the XBMC front-end is setting up a series link - but the web interface of ArgusTV allows you to do this fairly easily. We typically don't add series links all the time - so I've got the task of doing this now until the functionality is added to XBMC.