MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Watch / Listen Media » MyTV - Engine 0.2 » Tips and Tricks


Tips and Tricks Post your Tips and Tricks in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2005-08-26, 17:12   #1 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default [TV + Radio Logos] CH - F - D [Updated : 26.06.2006]

I spend some time creating logos for my HTPC here in Switzerland.

TV Channels Logos



Or without background :



Included channels :
Quote:
TSR 1
TSR 2
SF 1
SF 2
TSI 1
TSI 2
TF 1
France 2
France 3
M6
Arte / France 5
Cartoon Network
TCM
Eurosport (f)
MCM TOP
Muzzik
Planète
RTL 9
TMC
TV5
ARD
ZDF
Südwest Fernsehen BW
ORF 1
ORF 2
SAT 1
RTL
RTL 2
PRO 7
BR
DSF
RAI UNO
RAI DUE
Canale 5
TVE Int.
RTP Int.
BBC Prime
BBC World
CNN Int.
Canal+
Cableconcept
TeleBielingue
Added by James, the following logos :

Quote:
SFi
WDR
EuroNews
MTV
Super RTL
VIVA
VOX
n-tv
Kabel 1
Kika
3sat
Added / Updated by TimmyT, the following logos :
Quote:
Updated : Sf1
Updated : Sf2
Added : Sf Info
Added : Star TV
Added : Tele Züri
Added : U1 TV
Thanks, I appreciate your great work !

Added / Modified by me, the following merged logos for german DVB-T users (requested by eagle) :
Quote:
3sat/ZDF Info
ZDF Doku/KiKa
Arte/EinsFestival
New: I created a photoshop script which let you easily modify the background color and the shape under the logos without having to save manualy all files after modifying. (Guide included in the Readme file and in the script file, open with notepad to read)

Tv Logos Download

Logos Only
Logos + Photoshop File + Script


++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++

Radio Channels Logos

TimmyT created a nice set of radio channels logos based on my template which contains :
Quote:
DRS1
DRS2
DRS3
Energy Zürich
Radio 105
Radio 24
Radio Sunshine
Swiss Classic
Swiss Jazz
Swiss Pop
SWR3
Virus
Radio Zürisee
BE1
CapitalFM
Engiadina
Grischa
Tropic
Aktuell
Basilisk
32
32 Goldies
Pilatus
Argovia
Top
Top Two
Added by me, the following logos :
Quote:
Bayern Klassik
BBC World Service
Canal 3 (d)
Canal 3 (f)
Chronix Aggression
Couleur 3
Espace 2
Europe 1
Europe 2
Radio Eviva
France Culture
France Info
France Inter
France Musique
Frequence 3
Fun Radio
La Première
Nostalgie
Option Musique
RFJ
RJB
RTL
SWR1
SWR2
Original TimmyT Blog Entry

Radio Logos Download

Logos Only
Logos + Photoshop File + Script

Thanks for sharing !


Related work

Sweden by SweMart
Cyprus by Moullas

Last edited by CHli; 2007-02-19 at 09:58. Reason: Some cleanup (dead links)
CHli is offline   Reply With Quote
Old 2005-08-26, 18:56   #2 (permalink)
Portal Member
 
user_99's Avatar
 
Join Date: Aug 2005
Location: Austria, Graz
Posts: 78
Thanks: 2
Thanked 1 Time in 1 Post


Default

Nice work
__________________
ThermalTake Tenor | Asus P4P800-E DeLuxe | Pentium 4 3.0E GHz | MSI NX 7600GS Silent | DVD-LG-4163 | 2048MB Kingston | Hauppauge PVR-350 & HVR-4000 | WinXP Pro SP2 | I love Maxthon
user_99 is offline   Reply With Quote
Old 2005-09-01, 12:59   #3 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default

Thought more people would appreciate this !

:cry:
CHli is offline   Reply With Quote
Old 2005-09-01, 14:44   #4 (permalink)
Portal Member
 
Join Date: Jun 2005
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Wow, cheers for this chilli!!!

Great work...
phpchris is offline   Reply With Quote
Old 2005-09-01, 15:42   #5 (permalink)
Portal Member
 
user_99's Avatar
 
Join Date: Aug 2005
Location: Austria, Graz
Posts: 78
Thanks: 2
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by CHli
Thought more people would appreciate this !

:cry:
They will do. Wait a little bit more
__________________
ThermalTake Tenor | Asus P4P800-E DeLuxe | Pentium 4 3.0E GHz | MSI NX 7600GS Silent | DVD-LG-4163 | 2048MB Kingston | Hauppauge PVR-350 & HVR-4000 | WinXP Pro SP2 | I love Maxthon
user_99 is offline   Reply With Quote
Old 2005-09-01, 15:55   #6 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default

Thanks for the encouragement

And please post your updates or additions.

If someone want to create a better shape for the background and / or remove the background color this would be really helpful for everyone. Thinking of doing this but don't have the time at the moment so if anyone is motivated

If there is a Photoshop guru in the place I would like to ask him if there is a way to automate (scripting) the "Save for Web..." processus.

Explanation : My psd file is composed of a group in which I have all the logos (each logo has its layer), a shape (the rounded angle rectangle) and the background color. So if I edit the background and want to have the results saved for all the logos i have to :

Code:
for (int i =0; i<NumberOfLayersInLogosLayersGroup; i++)
{
    Hide all the logo layers;
    Tick the layer[i]'s eye to display only this layer;
    Save for web, give the file the layer[i] name, save;
}
I don't even know if this possible and never looked at Photoshop scripting engine (I think there is one)

Any help would be really appreciated
CHli is offline   Reply With Quote
Old 2005-09-01, 19:06   #7 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Fribourg (CH)
Posts: 314
Thanks: 0
Thanked 1 Time in 1 Post


Default

Quote:
Originally Posted by CHli
Thought more people would appreciate this !
:cry:
HeMann, huereCoool!

Simply forgot to say thanks for this very nice pack of logos! Finally there are consistent logos for our three language-channel-collection :-)

Daniel
__________________
waeberd is offline   Reply With Quote
Old 2005-09-01, 21:08   #8 (permalink)
Portal Member
 
Join Date: Sep 2004
Location: Germany
Posts: 100
Thanks: 0
Thanked 0 Times in 0 Posts


Default

@chli
don't know if you know the scripting plug-in for photoshop. if you use ps 7 you have to download the plug-in. with ps cs it is allready installed.
with this plug-in you can write nice scripts in visual basic or java script.

download:
http://www.adobe.com/support/downloa...jsp?ftpID=1536

tutorials:
http://www.kirupa.com/motiongraphics/ps_scripting.htm
http://www.rags-int-inc.com/PhotoTechStuff/PscsScripts/

the butcher
__________________
------------------
Asus P4S8X - Intel Celeron 2 GHz - 512 MB RAM - ATI Radeon 9600 SE - PVR 350 - FireDTV DVB-C - 160 GB Samsung - Win XP Pro SP 2 - MP 0.1.3.0
------------------
http://www.mymediaportal.de
butcherBoy is offline   Reply With Quote
Old 2005-09-02, 07:17   #9 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default

Quote:
Originally Posted by butcherBoy
@chli
don't know if you know the scripting plug-in for photoshop. if you use ps 7 you have to download the plug-in. with ps cs it is allready installed.
with this plug-in you can write nice scripts in visual basic or java script.

download:
http://www.adobe.com/support/downloa...jsp?ftpID=1536

tutorials:
http://www.kirupa.com/motiongraphics/ps_scripting.htm
http://www.rags-int-inc.com/PhotoTechStuff/PscsScripts/

the butcher
Thanks butcherboy, I've got Photoshop CS and I will investigate your ressources. Perhaps I will find some time to give it a try
CHli is offline   Reply With Quote
Old 2005-09-02, 07:42   #10 (permalink)
Portal Member
 
CHli's Avatar
 
Join Date: Jul 2005
Location: Switzerland
Age: 27
Posts: 1,011
Thanks: 8
Thanked 3 Times in 3 Posts

My System

Default

Ahahaa I love this scripting, it's so easy It's on its way...
CHli is offline   Reply With Quote
Reply

Bookmarks

Tags
logos, radio, updated

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed to start timeshifting Unable to create graph Topher5000 General Support 31 2008-09-06 17:35
KNC 1 DVB-C / cannot tune channels lutz General Support 15 2006-10-01 11:04
TV recording question/problem 'Arry Installation, configuration support 9 2006-09-22 13:14
Recording from TV 'Arry General Support 2 2006-09-20 00:12
MP 0.2.0.0 RC2 - GUI locks when using DVB-T radio station cheezey The old Bugreport Forum 19 2006-02-18 14:32


All times are GMT +1. The time now is 04:07.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress