Recent posts

#71
General Discussion / Mailing list
Last post by rdk4001 - December 26, 2025, 11:13:03 AM
Good Morning!

I was given a tiny tv for Christmas and it's absolutely adorable!!! I took a look at your site and love the mini arcade game that you have. My granddaughters would love them. But I see the games are out of stock right now. Do you have a mailing list that I could be put on? I'm hoping to purchase these items but not until next Christmas. And do they ever go on sale?  I am on a fixed budget so I have to plan accordingly. I thank you for your help in this regard and look forward to hearing from you.

rdk
#72
TinyTV & Tiny Video Player / TinyTV2 shows up on Mac as zer...
Last post by ralphbu - December 26, 2025, 10:42:03 AM
Got 2 of the TinyTV2s and found they both showed up on my Mac desktop as having zero capacity. This seems to be an incompatibility with Sequoia. Everything worked properly when I plugged the computer into an old OSX Mavericks computer. Only problem - the TinyTV converter doesn't work with Mavericks, so conversions were done on the Sequoia converter.
#73
New Product Ideas / OLED Screen
Last post by Kirby3911 - December 25, 2025, 07:59:12 AM
OLED upgrade kit for the Tiny TV 2 and Tiny TV Kit
#74
TinyTV & Tiny Video Player / Re: TinyTV 2 - always random s...
Last post by Isotonic - December 23, 2025, 03:24:52 AM
These are my settings and it does what I think you're after. It starts at video 1 and each video starts at the beginning as you change the channel.

tvType=TinyTV2
fwVersion="1.2.4"
channel=1
volume=6
alphabetize=true
loopVideo=true
liveVideo=false
static=true
showChannel=true
showVolume=true
powerOffSecs=300
randStartTime=false
randStartChan=false
roundedCorners=true

I wanted to curate the flow of the videos so I name the files like:

0100_vidname
0200_vidname

etc. That way they'll load in the order you want and you can always slot more in.
#75
TinyTV & Tiny Video Player / Re: TinyTV 2 Stuck On Static
Last post by cpizzurro - December 21, 2025, 01:18:15 PM
I'm having this same issue. Have waited for 5 mins but still just small static with audio. Are there any other suggested fixes out there for this? Thanks
#76
Thumby / Re: Importing files
Last post by AyreGuitar - December 19, 2025, 04:00:20 AM
Try doing this to set the current directory to your game folder before importing your modules:
from os import chdir
chdir("/Games/BattleGame/")
Then you should be able to import normally, eg:
from moves import moves
#77
Thumby / Re: code bugs (or mistakes)
Last post by AyreGuitar - December 19, 2025, 03:54:44 AM
You need to use double equals in if statements, eg for line 16 use this:
if sect == 1 and prsn.x < thumby.display.width - 2:
#78
User Projects / Code Examples / Re: I made a 2d version of Por...
Last post by No1tehm - December 18, 2025, 11:05:46 AM
I'm gonna put the code in text here soon!
#79
User Projects / Code Examples / Re: Can we post .py code files...
Last post by No1tehm - December 17, 2025, 02:36:13 PM
Nice!
#80
User Projects / Code Examples / I made a 2d version of Portal!...
Last post by No1tehm - December 17, 2025, 02:09:21 PM
I made a 2d version of Portal. I has two portals that can move anywhere with for directions for each portal. There is no shooting mechanism yet but I will add one. (probably.) Very simple so far I might decorate and make levels.
requires grayscale!<--------------------------------------

Tell me what you think!
Ps. I'm using a thumby if you can't tell.
SMF spam blocked by CleanTalk