User(s) browsing this thread: 1 Guest(s)
|
TankTV (AppleTV Clone & Gaya replacement)
|
|
12-16-2009, 10:55 AM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Nice work!
OK, I downloaded and installed the app. 1. Unfortunately, decodeUTF-8 (cyrillic) don't work properly. Cyrillic gluphs rendered correctly in native DirectFB 1.0.0 examples(!). I see true cyrillic symbols in tanktv.log, but cyrilllic symbols are wrong in current item label : Code: current item: C==K9 45=L2. TODO Wish How about AdvancedMediaProvider? Valeriy |
|||
1 user says Thank You to vnm for this post |
|
12-16-2009, 11:41 PM
(This post was last modified: 12-17-2009 06:37 AM by vinayp.)
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
New version 0.0.2 release with just some minor bug fixes. The next release will have album cover art.
@bellissimo: i think may have fixed the crash during the music scan. i also added more debug info in case you are still getting crashes. @andrewcj, jerseyjoe: i changed the CSI packaging so hopefully you won't see the white screen problem anymore. please grab the new version and let me know if it works for you. try uninstalling lighttpd if you have it installed and you are seeing problems. @sattertje: still trying to figure out sound issues (i can't seem to reproduce them on my box). is it really bad or just somewhat poor quality? @vnm: font rendering issues fixed. cyrillic characters should render fine now. unfortunately, until syabas releases the header files for their DirectFB AdvancedMediaProvider interface, i won't be able to use it for audio/video playback. |
|||
|
12-17-2009, 05:34 AM
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(12-16-2009 11:41 PM)vinayp Wrote: @andrewcj, jerseyjoe: i changed the CSI packaging so hopefully you won't see the white screen problem anymore. please grab the new version and let me know if it works for you. try uninstalling lighttpd if you have it installed and you are seeing problems. Thanks! I give it a try and let you know. |
|||
|
12-17-2009, 02:44 PM
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(12-16-2009 11:41 PM)vinayp Wrote: New version 0.0.2 release with just some minor bug fixes.1. Cyrillic characters render OK in filename path (File), but not in Medialib (Movies, Music) (from sqlite3 db). 2. Wrong symlinks in filesystem crashed tanktv. 3. AdvancedMediaProvider header files for DirectFB are in: http://www.networkedmediatank.com/downlo...24.tar.bz2 under LGPL licence. |
|||
|
12-17-2009, 04:52 PM
(This post was last modified: 12-17-2009 04:53 PM by vinayp.)
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
I've looked through that directfb source code before but syabas still left out some critical header files that define structures such as SMediaFormat that are required to actually open media for playback. See this thread.
Can you provide more details about #2? Do you mean that you had symlinks in your /share/Music directory that were causing TankTV to crash? |
|||
|
12-17-2009, 07:40 PM
(This post was last modified: 12-17-2009 07:50 PM by vnm.)
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(12-17-2009 04:52 PM)vinayp Wrote: I've looked through that directfb source code before but syabas still left out some critical header files that define structures such as SMediaFormat that are required to actually open media for playback. See this thread. #2 is very simple at NMT: >cd /share/Video #for example >ls file.mkv >cd /share/Download ln -s /share/Video/file.mkv file.mkv # for Scan medialib in tanktv mkdir /share/Video/Movies mv /share/Video/file.mkv /share/Video/Movies/file.mkv # symbolic link in /share/Download/file.mkv to /share/Video/file.mkv is wrong now Now in tanktv -> Files -> select Download and .... crash tanktv (No file.mkv in Video dir) Yes, it is unusual case for NMT file structure, but not impossible. AMP
|
|||
|
12-17-2009, 08:14 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Great, thanks for the detailed explanation. This should be easy to fix.
Regarding AMP, as I stated in my previous reply, the DirectFB source code that syabas released is incomplete and doesn't provide the definition of the SMediaFormat structure that is needed to actually use the IAdvancedMediaProvider interface. This thread provides more details on this: http://www.networkedmediatank.com/showth...p?tid=6715 |
|||
|
12-17-2009, 10:23 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Arent I supposed to find TankTV in NMT Community Software Installer?
Cant find it! HELP! |
|||
|
12-17-2009, 10:28 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Looks like the problem with the white screen on the A-100 is due to an incompatibility with lighttpd. I installed the latest version of TankTV and got the same white screen. However, once I removed lighttpd, The TankTV screen opened properly. What I still don't quite understand is why TankTV ran on top of lighttpd OK, when I ran it manually with the Telnet commands.
|
|||
|
12-17-2009, 11:45 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
@concha: Since its still in its early stages, I haven't submitted TankTV to be added to the official repository. For now, you have to install it from the zip file (the download link is in the first post). After you download it, run the NMT CSI Installer, go to the "File" menu and select "Install from file". Then choose the TankTV-0.0.x.zip file that you downloaded. This should install it.
@jerseyjoe: Gaya actually goes through the active web server in order to run its webservices (which TankTV is). When you ran it manually with the telnet commands, you bypassed the web server altogether. It looks mvpmcx2 (another gaya replacement) also has problems running when lighttpd is installed. Not sure exactly why that is... |
|||
|
12-18-2009, 09:02 AM
(This post was last modified: 12-18-2009 09:07 AM by andrewcj.)
|
|||
|
|||
RE: TankTV (AppleTV Clone & Gaya replacement)
(12-16-2009 11:41 PM)vinayp Wrote: @andrewcj, jerseyjoe: i changed the CSI packaging so hopefully you won't see the white screen problem anymore. please grab the new version and let me know if it works for you. try uninstalling lighttpd if you have it installed and you are seeing problems. Thanks - uninstalled Lighttpd as sugested then installed new version of TankTV - appeared to open ok. Did 'scan media' - it got to 11 items then screen went blank and box appeared to have frozen. Restarted and rescanned - got to about 90 items then blank/freeze again At that point I gave up... Afterwards I figured that I didnt have my folders in the same configuration as yours -eg my TV has subfolders for Grownups and Kids (can Tank TV cope with this?) and then in these, subfolders for show then season. Would need to know how may levels of subfolders (if any) Tank TV will scan, or does all media have to be directly under Movies, TV Shows etc? A210 + 1Tb 2.5" SATA internal A110 (4gb compact flash) Storage: Synology DS207+ (4Tb) & 2 x Edgestor DAS200 (8Tb) Display: Sony Bravia KDL55HX853 Amplification: Onkyo TX-NR515 Speakers: 3 x Monitor Audio R180HD; 2 x Monitor Audio R45HD; REL Q-Bass Logitech Harmony One |
|||
|
12-18-2009, 12:08 PM
(This post was last modified: 12-18-2009 12:23 PM by bellissimo.)
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
With version 0.0.2 I now get the following error when Scanning:
Code: processing: 16 - Lady Marmalade [Thuderpuss Radio Mix].mp3After restarting, I then got crashes navigating the Music Artists. There was nothing in the log for these crashes though. Hmm. Rebooted, reinstalled and restarted TankTV and it bombed out after a few seconds of just sitting on the main screen (I didn't press a button). These are the last few lines of the log: Code: (*) Confirmed combination: DSOS_NONE, DSOS_SDTV, DSOS_NTSC |
|||
|
01-04-2010, 01:34 PM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Great app!!
When are you expecting to release a version with movie metadata and covers etc .. ? |
|||
|
01-10-2010, 09:06 PM
|
|||
|
|||
| RE: TankTV (AppleTV Clone & Gaya replacement) | |||
|
01-11-2010, 08:00 AM
|
|||
|
|||
|
RE: TankTV (AppleTV Clone & Gaya replacement)
Looks good! I'll have to give it a try when I get off work.
PCH A-100 http://www.streamernation.com |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Torrentwatch-X - Replacement for Torrentwatch/NMTDVR | .:ian:. | 213 | 59,951 |
11-20-2012 07:42 PM Last Post: felipesalomao |
|
| Help required to fix Extended gaya Extended 0.4 | AquaFire | 2 | 2,069 |
03-17-2011 07:46 AM Last Post: accident |
|
| unix/c gurus - Starting a process from gaya without it hanging | lordy | 5 | 2,443 |
05-04-2010 06:43 PM Last Post: lordy |
|
| gaya / directfb / video memory | thica | 5 | 3,366 |
04-20-2010 07:28 AM Last Post: thica |
|
| Gaya, mono and interprocess stuff - how does it work? | frankvw | 11 | 3,538 |
03-20-2010 07:28 PM Last Post: frankvw |
|
| RAR support in gaya / mono / YAMJ | x0r | 1 | 2,004 |
03-09-2010 01:19 AM Last Post: lundman |
|
| Gaya Extended | gshock | 107 | 61,043 |
11-30-2009 11:56 PM Last Post: Mesterhak |
|
| HTML Gaya Form Controls vs CSS | lordy | 0 | 1,566 |
11-22-2009 09:25 PM Last Post: lordy |
|
| Replacement FTP server available? | say170 | 5 | 2,105 |
11-08-2009 05:01 PM Last Post: dc11ab |
|
| Cookies in Gaya | Myka | 1 | 1,336 |
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)




