Unofficial remote control application for XBMC and Kodi
Kodimote is an application that puts you in control of your XBMC or Kodi box using mobile devices. You can browse the library, create playlists and view/control the currently played media.
These include:
The supported versions of XBMC are both v12 Frodo, v13 Gotham, and Kodi v14 Helix
This application uses the XBMC/Kodi API but is not affiliated with Team Kodi and/or the XBMC Foundation in any way.
Attachment | Size | Date |
---|---|---|
harbour-kodimote-2.0.0-1.armv7hl.rpm | 467.8 KB | 30/01/2015 - 00:20 |
harbour-kodimote-2.0.1-1.armv7hl.rpm | 467.51 KB | 01/02/2015 - 23:44 |
harbour-kodimote-2.0.2-1.armv7hl.rpm | 466.54 KB | 09/02/2015 - 00:02 |
harbour-kodimote-2.1.0-1.armv7hl.rpm | 478.5 KB | 07/06/2015 - 22:14 |
- Add support for resuming playback of a previously stopped item
- Remember watched filter for movies and TV shows
- Add basic support for browsing music and video playlists
- Allow playing and queueing items which don't have details (like directories)
- Add MPRIS2 support (allowing both playback control as adding items)
- Fix incorrect total time shown on now playing page (mostly for streaming media)
- Small cosmetic fixes all around
- Small bugfixes all around
Comments
Mavlep
Mon, 2018/05/28 - 18:09
Permalink
Hi,
What would be involved in getting this to work on MeeGo/Harmattan?
Dr_Electronic
Sat, 2016/05/28 - 13:43
Permalink
Are you know linux satellite receivers? (Dreambox , vu+ ) can I watch Satellite TV Stream on LAN?
Schturman
Fri, 2016/03/04 - 17:41
Permalink
Please, version for tablet? Thanks
velox
Thu, 2016/03/10 - 23:48
Permalink
I agree, an i486 build would really be great – especially since I was not clever enough to compile from github. :) It would be nice to have my most-used application on the bigger screen as well.
RobertMe
Sun, 2016/03/13 - 23:59
Permalink
Hi guys,
I've just tested this and it indeed seems like the build is failing now (even for ARM). This is most likely due to some SDK changes after I worked on this app for the last time. I don't have a proper solution right now, but what you can do to compile for the tablet is modifying the "sailfish.pro" file and changing the 'STORE = ""' to 'STORE = "harbour"'. There are some small differences between the OpenRepos and Harbour versions due to Harbour restrictions. But if you change that line in the project file there is only one difference in the compiled C++ which is related to the phone call handling, which of course isn't relevant for the tablet (it's not allowed to read the contacts list, and thus the Harbour version can't show the contacts name when receiving a phone call).
But for now I'm not gonna make a public tablet version. This because the app isn't optimized at all for a tablet like device. So you can compile the app for yourself (which both of you already tried, as it seemes), but it looks like crap. When browsing the library you will still get the same listview, only with huuge items (width wise, while the height is most likely to small) while it should be a grid of some sorts, the keypad and now playing pages could/should be merged on a big screen device, on the now playing page some details are hidden until you click the poster or title which shouldn't be needed et cetera. But due to a lack of time and interest (due to less than 1000 tablets actually delivered) I most likely won't be working on this very soon. But if any of you wants to help it is of course much appretiated.
Schturman
Mon, 2016/03/14 - 01:53
Permalink
Thank you.. Personally I'm not developer and don't know how to do this, also don't know how I can help...
Thanks anyway.
Schturman
Sun, 2016/03/13 - 23:01
Permalink
Yep, I'm too...
MVtln
Tue, 2015/10/27 - 14:00
Permalink
I wonder if you could add support for sending youtube link to Kodi? For example, after finding youtube video (either by browser or dedicated app, such as YTPlayer), I can get URL into the clipboard. It would be great to send this URL through Kodimote to Kodi. I could see that there are problems with implementing it in Sailfish [ https://github.com/mzanetti/kodimote/issues/59 ], but even simple input allowing pasting Youtube videos into kodimote would be of great help.
eson
Tue, 2015/02/03 - 09:12
Permalink
How can I get Kodimote through my firewall (ufw on ubuntu)? Normal commands (sudo ufw allow 8080) don't work. Connection is ok with firewall turned off.
RobertMe
Tue, 2015/02/03 - 09:28
Permalink
Hi,
You also need to open port 9090. We use the webserver to send commands, but also use its other server (on fixed port 9090) to receive notifications.
eson
Tue, 2015/02/03 - 16:28
Permalink
Thanks! I'll try that asap.
nodevel
Fri, 2015/01/30 - 02:35
Permalink
Thank you, just when I thought it couldn't get any better.
Just two things:
EDIT:
The first issue can be solved by replacing
contentHeight: settingsCol.childrenRect.height
with
contentHeight: settingsCol.height+header.height
RobertMe
Sun, 2015/02/01 - 23:45
Permalink
I've just uploaded the new version (and will hopefully also be accepted in Jolla Harbour tomorrow). Thanks again for your contribution.
RobertMe
Fri, 2015/01/30 - 21:50
Permalink
Hi,
Thanks for your first contribution to the project :)
Landscape support is on my radar to implement in some nearish future, also because of the tablet et all. But I haven't put much tought to it yet. If you want, feel free to give it a go, or create a pull request to allow the other orientation.