User(s) browsing this thread: 1 Guest(s)
|
MediatankController 1.2 for iPhone - browse and control your NMT from your phone
|
|
06-17-2009, 06:27 PM
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
Hi,
This really works brilliant!!! I got it to work !!! |
|||
|
06-22-2009, 02:03 AM
|
|||
|
|||
RE: MediatankController for iPhone - Experimental!
(04-23-2009 06:02 PM)humptybump Wrote: I've been making a few of changes to the code base ... I've also made a simple change. I've added this to the main case statement. This way, I didn't have to add entries for each button on the remote in the script. Code: case 'sendir':I know ZERO php, and guessed the syntax from the rest of the script. It works, except you have to pass a decimal "code". Hex doesn't work. Anyway, you link to: http://ipaddress:8088/stream/file=/opt/sybhttpd/localhost.drives/HARD_DISK/controller/index.php?action=sendir&code=168 for instance, to execute 0xA8, or "Cursor Up". No need to modify the script to add support for more buttons. - Mike |
|||
2 users say Thank You to mjr for this post |
|
07-12-2009, 12:45 AM
|
|||
|
|||
RE: MediatankController for iPhone - Experimental!
(04-01-2009 08:34 PM)Niels Leenheer Wrote: Hi everybody, Great App! I can finally listen to music without turning on my TV!! |
|||
|
07-14-2009, 04:16 PM
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
Hi Guys,
Its been a while since i've visited this thread or worked on this app. Fortunately I now have an iPhone for myself, so I can test it properly and make some much needed improvements. Cheers, Niels mediatankcontroller.com: the home of MediatankController 1.0 for Adobe AIR and MediatankController 1.0 for iPhone and iPod Touch. |
|||
2 users say Thank You to Niels Leenheer for this post |
|
07-14-2009, 04:50 PM
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
I'd love to see a native app made for the PCH. Make it look nice and purty and sell it on the app store
|
|||
|
07-14-2009, 04:51 PM
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
I would love an app for the S60v50 and not just the Jesus phone.
Samsung PS51d8000, Onkyo 509, Tannoy EFX5.1, Xbox 360, Popcornhour C200, Sky+HD, Wii, Harmony one |
|||
|
07-15-2009, 04:42 AM
|
|||
|
|||
| RE: MediatankController for iPhone - Experimental! | |||
|
07-16-2009, 09:32 AM
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
awesome stuff, this! is it at all possible to have a power button on this? Since on the popcorn that only turns the video output on/off it should be possible, right? then we wouldn't need the original popcorn NMT remote at all really
(and as it really sucks that would be a good thing)
|
|||
|
07-16-2009, 04:00 PM
|
|||
|
|||
RE: MediatankController for iPhone - Experimental!
(05-01-2009 07:50 AM)bond Wrote: It works great. I have been really looking for something like this since I do not like to switch on the TV to play music and I had a iPhone handy. I even bought PlugPlayer for 4.99 to get the remote play functionality. Can anyone help me guess what change is needed to the mediatypes.php file? I have to confess that I tried several things without success I desesperatly need to play all file in folder at once !! Many thanks in advance, and thanks again Niels for this brillant application !!! |
|||
|
07-17-2009, 03:00 PM
(This post was last modified: 07-17-2009 03:03 PM by erdincyilmazel.)
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
I just installed this great looking application on my PCH-A110, it seams to be working fine (Without errors) but selecting a media doesn't make the device play it. The control buttons are working fine, I can jump from a menu to another using my iphone and see it on the TV. The only problem is media playback. I can't trigger a play action on the device. index.cgi/index.php and busybox26 files have 755 permission. What can be the problem? Are there any log files or anything on the server side that I can check? The adobe air MediatankController app is working without any problems.
Thanks |
|||
|
07-17-2009, 03:27 PM
|
|||
|
|||
RE: MediatankController for iPhone - Experimental!
(07-16-2009 04:00 PM)Tonio08 Wrote: Can anyone help me guess what change is needed to the mediatypes.php file? I have to confess that I tried several things without success Add the following code to the mediatypes.php file: PHP Code: function isPlaylist($file) {Also you need to edit the isVisible function in the mediatypes.php file as follows: PHP Code: function isVisible($file) {Now you should be able to see the .jsp files in your browser. |
|||
1 user says Thank You to jmjlewis for this post |
|
07-19-2009, 08:44 PM
(This post was last modified: 07-20-2009 12:36 AM by gfb107.)
|
|||
|
|||
RE: MediatankController for iPhone - Experimental!
(06-10-2009 06:37 PM)dc11ab Wrote: This is quite easily done. Just take a copy of the skin files (line_movie.htm etc. from the default Aquarius skin, for instance) then grab some nice webkit template - and combine the two.I've been experimenting combining a YAMJ skin with this MediaTankController for iPhone. It's working out really nicely. I'll start a thread for it when I get a little further along. However, there's one change I had to make to MediaTankController that nobody else has mentioned, and I would have expected it to be required for use with llink. I switched from Base64 encoding to URL encoding for file and directory paths. The code changes are very minor. Just replace all instances of base64_decode with urldecode, and all instances of base64_encode with urlencode, respectively. The modified files are:
Quote:Not sure why, but I found that putting the CSS stuff in the head.htm worked out best. Using a CSS file did some strange things.I've seen that too. Something in the way llink serves up files prevents it from serving CSS files. I use llink (running on a DNS323 and a NSLU2) to stream my video files, but this issue prevents it from serving up my YAMJ Jukebox. So I just keep the Jukebox on the PCH internal drive. iSkin: YAMJ for iOS, Android, Chrome or Safari. Supports Series 1-4 (Series 2-4 Flash compatible and zero-config multi-shares)
|
|||
1 user says Thank You to gfb107 for this post |
|
07-19-2009, 09:00 PM
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
Yeah, I think I only got the CSS rendered from a file if in the llink media root, not when entering a subdir. I'm far from an expert so I couldn't really explain myself well for lundman or find something useful in the logs, perhaps you can give it a shot?
Oh, and thanks for mentioning the urlde/encode! Sorry, I totally overlooked that in my simplistic explanation. Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
07-30-2009, 05:26 PM
(This post was last modified: 07-30-2009 06:28 PM by gfb107.)
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
Niels, any chance you'll update your distribution with the changes discussed here?
Otherwise, I guess I can bundle an updated version with the skin, if that's OK with you. iSkin: YAMJ for iOS, Android, Chrome or Safari. Supports Series 1-4 (Series 2-4 Flash compatible and zero-config multi-shares)
|
|||
|
07-30-2009, 05:43 PM
(This post was last modified: 07-30-2009 05:44 PM by humptybump.)
|
|||
|
|||
|
RE: MediatankController for iPhone - Experimental!
Niels / gfb107,
I added UI and buttons for most remote comments we have Ir codes for. Feel free to copy my work and fold it into the main stream. Here is a screenshot: ![]() Here is a link to my zip: iPod Touch app for PCH |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[7. June 2013] Youporn available now






![[+]](images/collapse_collapsed.gif)





I desesperatly need to play all file in folder at once !! ![[Image: btn_donate_LG.gif]](https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif)


![[Image: popcornhourcontrollerremoteportrate.jpg]](http://thesalmonfarm.org/blog/wp-content/uploads/2009/04/popcornhourcontrollerremoteportrate.jpg)