User(s) browsing this thread: 1 Guest(s)
|
TankTV (AppleTV Clone & Gaya replacement)
|
|
01-13-2010, 12:10 AM
(This post was last modified: 01-21-2010 04:18 PM by banquo.)
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Hi, thanks for sharing this but unfortunately I can't get it to work on my pch-a100.
![]() I installed 0.0.2 through CSI but got the white screen error reported above. So I uninstalled lighttppd and tried again, however it appears to crash the hdmi output as soon as you select the web services link, as the screen goes black and will only respond to a restart. When the PCH restarts, the TankTV link has disappeared from the web services menu, although according to CSI its still installed and is running. ![]() I'm running firmware 01-17-091022-15-POP-402-000 and I also have mpd 0.15.1, mpd audio plugin 0.15.1 and telnetd 1.14.1 installed. Here is the contents of the tanktv.log file. Code: (*) DirectFB/Config: Active DTV standard hdtv60Edit at 21/01/10 Okay, running via the command line it worked great. Nice work!! ![]() A couple of things I noticed, the UI is output at 480i via HDMI, although video files are displayed at my display setting of 1080p. Also Gaya was not restarted when selecting exit, I had to restart via command line. Thanks again for sharing such an exiting project. |
|||
|
01-13-2010, 06:31 AM
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(12-09-2009 06:48 PM)vinayp Wrote: Yeah my TV does that when switching video modes... kind of annoying actually. I have had the same experience, and I really hated that! Cut the cable to the pin 8, it's the control signal sending to TV to switch between these two modes. ![]() http://pinouts.ws/scart-pinout.html POPCORN A-110 / 916GB HDD / 1080p |
|||
|
01-14-2010, 07:26 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Looks nice, most apps do not combine video and audio.
One comment/suggestion: music albums are sorted by song name in stead of track number. this is very annoying if you're used to play complete albums like me. |
|||
|
01-31-2010, 09:54 AM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
I love what you have started here. Unfortunately I am very impatient and have been checking here for the last couple of months hoping for an updated version.
This has the possibility of making playing music usable on this device. All I need is the ability to queue up music and I will be golden. Thanks for a great contribution |
|||
|
01-31-2010, 04:20 PM
(This post was last modified: 01-31-2010 04:33 PM by vinayp.)
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Sorry for the lull in development, but we do plan on releasing another version soon. I've unfortunately been a little busy with my day job but SoloHan, another NMT forum member, has joined the project recently so hopefully development can move a little faster.
The big new feature will be music cover art. Unfortunately I haven't been able to reproduce the crashes that some people have been seeing on startup, but I'll work on trying to get to the bottom of that bug. SoloHan has added another useful feature that detects the video mode that was configured in Gaya and automatically switches to that mode when TankTV starts up. @johndoorzon: You're right, music should be sorted by track number. I'll fix this in the next release as well. @gww: Playlist support is very high on the TO DO list. If you have any suggestions on how it should work, please let me know. I was thinking that there would be a new Playlists menu under the main Music menu and one of the playlists would be "On-the-go". Then when you browse through music, instead of hitting the "Enter" button to play the song immediately, you could press some other button to add the song to the "On-the-go" playlist. @banquo: glad you got it working via the command line. not sure why some people are having problems starting it as a webservice... you can force TankTV to run in 1080p from the command line: ./tanktv --dfb:mode=1920x1080 The next version will use the video mode you have chosen in Gaya. |
|||
2 users say Thank You to vinayp for this post |
|
02-01-2010, 12:56 AM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
I really should be more
For playlists I was thinking something very simple for starters. Instead of going full blown load/save playlists it would be easier to start with a simple play queue. You could, as you suggested, add items by or folder/album by pressing a remote key. The items get added to the queue. If you press the enter key, the current items is stopped and the new item is added to the front of the queue. Pressing the stop button destroys the queue. The skip fwd button would jump to the next item on the queue. I know this is not as elegant as full playlist support, but it would add to the usability and be a lot simpler to implement in the short term. Then when you guys have fixed all the critical problems, and are bored you can come back and replace it with something more in line with the AppleTV functionality.Just my little suggestion as someone who is doing none of the work. Please feel free to ignore or ridicule. |
|||
|
02-01-2010, 08:12 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Hi
I have been trying this out aswell on my a100 model, and I seem to be getting the same errors as above. I follow the instructions but as I hit the tanktv in the webservices menu it starts up but ends in a black screen. How do I start it by command line? Do I need telnet for that? I'm a bit of rokkie with this, but as everyone else I'm very excited about the features and would appriciate any help! |
|||
|
02-01-2010, 08:20 PM
(This post was last modified: 02-01-2010 08:22 PM by vinayp.)
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
gww, thanks for the suggestions. i was thinking of doing something similar with just one active playlist for now and then adding more complex playlist support in the future.
trold48, sorry you're having problems. i wish i had an a100 to figure out why TankTV has problems starting up on that model. in the meantime, yes, you will have to telnet into your box and then type in these commands: killall gaya cd /share/Apps/TankTV export LD_LIBRARY_PATH=lib ./tanktv |
|||
|
02-05-2010, 06:14 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Vinayp, Can I port the tanktv to c200?. (I already did). If you said OK, I can proceed further. I can able to get the screen. Looks great. But when I press any key in the remote, it came out. The remote codes may need to change in the source code?. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
02-05-2010, 09:57 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Vaidyasr, great work on the port to the c200! Can you please send me the patches so that I can incorporate them into the main repository? Or if you have a github account, you can just fork the tanktv project and I can pull it in. Thank you!
When you say "it came out", are you saying that after TankTV loads, if you push any button the remote, the program quits (or crashes)? If so, you may be right about different remote codes... I am using the DirectFB headers that were released by Syabas on their GPL downloads page. Those may have codes specific to the A-110. |
|||
|
02-08-2010, 08:01 AM
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(02-05-2010 09:57 PM)vinayp Wrote: Vaidyasr, great work on the port to the c200! Can you please send me the patches so that I can incorporate them into the main repository? Or if you have a github account, you can just fork the tanktv project and I can pull it in. Thank you! I haven't done any modification. I just compiled as is and works fine except the remote codes. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
02-09-2010, 01:01 AM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Just one question this plays m4a files does that include alac encoded files (apple lossless) many thanks andy, look forward to cover art in next release.keep up the good work
|
|||
|
03-18-2010, 05:25 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Well I for one think TankTV is great & am very grateful for the original authors time and effort. Seeing as development seems to have stopped on this, I've spent some time modifying it for my own benefit to include movie cover art & filtering by Genre. I hope my efforts will trigger a restart of development on this software again.
I'm happy to share the source code. Bear in mind that I'm a professional Java developer & don't know much about c++, so the code probably isn't the neatest ![]() There's some pics below of what I've done (apologies for the crap quality) :- In order to make this work, I've used the TVixie application to generate my cover art & xml descriptions. I'm then loading the xml description into the TankTV database so I can select things by Genre, Year, Actor, etc. So far, only Alphabetical & Genre menu's have been done. When browsing movies, the cover art and the descriptions on the left take half a second to come up after you stop on an item in the menu. This lets you scroll up and down very quickly without waiting for a screen refresh. I've also included an option to allow you to press "info" button on your remote to display the tvixie full screen information image. There's an example of what I mean on the tvixie website front page. However, this isn't perfected yet. I've got some ideas on how to add some bling to it, but I'm not sure my c++ skills are up to the job yet
|
|||
|
03-18-2010, 05:49 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Are you planning to release your version?
|
|||
|
03-18-2010, 07:26 PM
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(03-18-2010 05:25 PM)Beezer Wrote: Well I for one think TankTV is great & am very grateful for the original authors time and effort. Seeing as development seems to have stopped on this, I've spent some time modifying it for my own benefit to include movie cover art & filtering by Genre. I hope my efforts will trigger a restart of development on this software again. Love this! If this gets stable I'd consider running this rather than Gaya. Love the MP3 functionality in TankTV. |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Torrentwatch-X - Replacement for Torrentwatch/NMTDVR | .:ian:. | 213 | 60,332 |
11-20-2012 07:42 PM Last Post: felipesalomao |
|
| Help required to fix Extended gaya Extended 0.4 | AquaFire | 2 | 2,078 |
03-17-2011 07:46 AM Last Post: accident |
|
| unix/c gurus - Starting a process from gaya without it hanging | lordy | 5 | 2,448 |
05-04-2010 06:43 PM Last Post: lordy |
|
| gaya / directfb / video memory | thica | 5 | 3,376 |
04-20-2010 07:28 AM Last Post: thica |
|
| Gaya, mono and interprocess stuff - how does it work? | frankvw | 11 | 3,543 |
03-20-2010 07:28 PM Last Post: frankvw |
|
| RAR support in gaya / mono / YAMJ | x0r | 1 | 2,008 |
03-09-2010 01:19 AM Last Post: lundman |
|
| Gaya Extended | gshock | 107 | 61,087 |
11-30-2009 11:56 PM Last Post: Mesterhak |
|
| HTML Gaya Form Controls vs CSS | lordy | 0 | 1,569 |
11-22-2009 09:25 PM Last Post: lordy |
|
| Replacement FTP server available? | say170 | 5 | 2,106 |
11-08-2009 05:01 PM Last Post: dc11ab |
|
| Cookies in Gaya | Myka | 1 | 1,337 |
10-17-2009 02:00 AM Last Post: bdb |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]







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







