Search found 63 matches

by 1Mouse
Mon Nov 05, 2012 2:16 pm
Forum: Newbie questions
Topic: No Programming Knowlegde
Replies: 27
Views: 29642

Re: No Programming Knowlegde

@djrikki

Will you be updating your blog soon?
by 1Mouse
Mon Sep 24, 2012 4:25 pm
Forum: Wishlist
Topic: Minimize to Tray
Replies: 3
Views: 6106

Re: Minimize to Tray

Just wondered how future versions of Hollywood and Designer will be distributed
by 1Mouse
Sat Sep 22, 2012 1:22 pm
Forum: Newbie questions
Topic: No Programming Knowlegde
Replies: 27
Views: 29642

Re: No Programming Knowlegde

Hi all, This is slow going, but thanks to Allanon for his assistance I am getting somewhere. There are still problems with loading certain versions of ID3 tags, but I can display coverart. I can't get it to load the coverart from the same folder as the songs, it loads the artwork from the same folde...
by 1Mouse
Mon Aug 06, 2012 10:09 pm
Forum: Newbie questions
Topic: Default Artwork if No Other
Replies: 19
Views: 20468

Re: Default Artwork if No Other

I've used the ID3.hws routine and the tag in the ID3 is TALB, I used: CreateTextObject(7, artist$) ElseIf tag$ = "TALB" Seek(1, FilePos(1) + 1) ; skip encoding album$ = ReadString(1, framelen - 1) album2$ = album$ album$ (becomes TextObject) is used to display the album title in text form ...
by 1Mouse
Mon Aug 06, 2012 9:25 pm
Forum: Newbie questions
Topic: Default Artwork if No Other
Replies: 19
Views: 20468

Re: Default Artwork if No Other

I've tried code: /*** Display Artwork**/ Local cover = OpenFile(Nil, album2$, #MODE_READ) While Not(Eof(cover)) Local picpath = ReadLine(cover) If Exists LoadBrush(4, album2$) ScaleBrush(4, 130, 130) DisplayBrush(4, 10, 10) Else DisplayBrush(9, 10, 10) EndIf Wend CloseFile(cover) It opens a file whe...
by 1Mouse
Sun Aug 05, 2012 9:26 am
Forum: Newbie questions
Topic: Default Artwork if No Other
Replies: 19
Views: 20468

Default Artwork if No Other

I'd like to be able to load images from my HD via a $ in a text file.

I thought RawGet so that it could check the text for $ and if $ exists the display corresponding image but if no image on HD then display default.

Am I on the right track? and if so can someone assist please?
by 1Mouse
Mon Jul 23, 2012 8:09 pm
Forum: General programming
Topic: LUA to Hollywood Convert, Possible?
Replies: 2
Views: 3792

LUA to Hollywood Convert, Possible?

Hi, I recently asked if AmiBlitz to Hollywood Convert was possible? I have looked at some LUA code and it seems to strongly resemble Hollywood code. So is it possible to convert LUA to Hollywood or is there a command comparison table available? Please keep in mind I didn't look at LUA too indepth, I...
by 1Mouse
Tue Jul 10, 2012 1:40 pm
Forum: Showcase
Topic: AMC 2.0
Replies: 5
Views: 7797

Re: AMC 2.0

I've finally managed to get coverart to work but only if saved on HD.
:)
by 1Mouse
Sat Jul 07, 2012 1:07 am
Forum: Showcase
Topic: AMC 2.0
Replies: 5
Views: 7797

Re: AMC 2.0

Been longing to get coverart in my software.

I know there are various ways in which it can be done, but I have no idea how to go about it.
by 1Mouse
Tue Jun 26, 2012 1:05 pm
Forum: General questions
Topic: AmiBlitz to Hollywood Convert, Possible?
Replies: 5
Views: 10740

AmiBlitz to Hollywood Convert, Possible?

Hi all,

I have a bit of AmiBlitz code and wondered if it was possible to convert to Hollywood.