bobsobol Posted May 3, 2008 Report Share Posted May 3, 2008 DEP? No of course you can't. That's why I suggested you look into which components Icy uses that your other apps don't. It's clearly not inherent in your style of coding. Though in BCB I have had such issues pop up when I changed something in the build method of Compile optimisations.RunMe... Will do. Thanks for the advise. Link to comment
visara Posted May 13, 2008 Report Share Posted May 13, 2008 very nice app realy good work!but there is still one question =)how i can add online tv streams from wwitv.comregards-visara Link to comment
KSoft Posted May 13, 2008 Author Report Share Posted May 13, 2008 Thanks, Visara I wrote about TV streams adding on 1st page: You can find many TV channels here:http://www.beelinetv.com/ http://wwitv.com/ How to add TV channel: 1)In browser: MediaPlayer -> Properties -> copy url from 1'st tab to IcyRadio Favourites 2)Check "Video Stream" checkbox in Add/Edit window 3)Save it If you choose channel there, you will see this channel in Windows Media Player. You should copy stream's address from properties. Link to comment
visara Posted May 13, 2008 Report Share Posted May 13, 2008 Thanks, Visara I wrote about TV streams adding on 1st page: If you choose channel there, you will see this channel in Windows Media Player. You should copy stream's address from properties. oh ty!sorry i didnt see it =) Link to comment
chucrutis Posted May 23, 2008 Report Share Posted May 23, 2008 Please!Hey KSoft. -> -> I do not know speak English.Hi,I like their AppPlease send me the Noty 0.1 on the site does not work.or Post the Link.Thank You. - Odlanier Link to comment
660207 Posted June 22, 2008 Report Share Posted June 22, 2008 Hi Konstantin,what a nice program!!! Great job!Just two short questions:Is it possible to search TV-Stations?When will there be the next release?Edit: It would be usefull to have a better management for the favourites, one can't maximizethe window, so one have no good overview. Link to comment
660207 Posted June 22, 2008 Report Share Posted June 22, 2008 Just another thing:The "displays" of the Skins are sometimes to small and cut Song-Informations.Would it be possible to get one less stylish but broader skin to face that issue?Edit: Oh, wow, found out that the information is sliding over the "display", if I click on it.Great! This Program really rocks!!! Link to comment
KSoft Posted June 25, 2008 Author Report Share Posted June 25, 2008 Hello, All! 660207, yes, TV stations searching will be in next release. Also favourites will be able to placed in separate groups (collapsible items) window will be resizable and interface will be skinable (I mean search/fav window) I want to be partaken with you that distressed me recently. I found a site where the program Icyradio was placed as AdWare program with the proper module (http://icyradio.fiery-software.com/). //Edited: this page was removed today. Link to comment
Allumni Posted June 27, 2008 Report Share Posted June 27, 2008 Hi ! Icy Radio 0.5 dont work on Vista Sp1/ Bug Report:Предотвращение выполнения данных (DEP)Продуктicyradio.exeПроблемаОстановка работыДата27.06.2008 22:50СостояниеОтчет отправленСигнатура проблемыИмя проблемного события: BEXИмя приложения: icyradio.exeВерсия приложения: 0.5.0.0Штамп времени приложения: 2a425e19Имя модуля с ошибкой: bass_aac.dllВерсия модуля с ошибкой: 2.3.0.0Штамп времени модуля с ошибкой: 44708fd2Смещение исключения: 0003e6f0Код исключения: c0000005Данные исключения: 00000008Версия ОС: 6.0.6001.2.1.0.768.3Код языка: 1049Дополнительные сведения 1: e51aДополнительные сведения 2: 4c0d4d78887f76d971d5d00f1f20a433Дополнительные сведения 3: e51aДополнительные сведения 4: 4c0d4d78887f76d971d5d00f1f20a433Дополнительные сведения о проблемеКод черпака: 152684821WindowsVista SP1 HomePremium_х86How I can it correct???? Link to comment
KSoft Posted June 28, 2008 Author Report Share Posted June 28, 2008 Hi ! Icy Radio 0.5 dont work on Vista Sp1/ Bug Report:Предотвращение выполнения данных (DEP) ... How I can it correct???? Hello, Allumni! Please see this (previous page): http://www.aqua-soft.org/board/showpost.ph...0&postcount=149 (Thanks Bobsobol) I'm working on IcyRadio in Vista SP1 too but haven't such problem (not sure why). Please try this list, I will update libraries in next release. Thanks! Спасибо! Link to comment
Lupo73 Posted July 22, 2008 Report Share Posted July 22, 2008 How does your program development go on? This app is very powerful, but it is passed a long time without updates and it need a good refresh ^^ Link to comment
bobsobol Posted July 24, 2008 Report Share Posted July 24, 2008 @Lupo73 I don't think "a good refresh" is the best way to put it. Icy is already really good at what it does, and it's appearance is awesome, if you don't like what you have, just make a new skin. It could use some more integration, drag'n'drop URLs from browser or browser plugin (IE BHO and/or Mozilla xpi) and streaming video (which is where I use it most) could use a little polishing off. Some channels I have to revert to VLC because they just don't start in Icy, and initial setup of channels is quite funky rooting through the html source for the stream URL. I still prefer to use the Icy UI for accessing regular streams over VLC tho. Just coz the UI is so cool. @KSoft (Konstatin) You don't have a problem with Icy on XP / Vista if you don't alter DEP settings from default. However "default" is different on 2003 / 2007 OS, and if you set XP /Vista to 2003 / 2007 "safer" settings then you have a problem with Icy, and have to "exclude" it. DEP works a little like firewall or web popup blocker. It makes certain code, which has legitimate uses, but is more frequently used for evil purposes (just like popups) an illegal operation. Intel and AMD implemented this in hardware as Linux OS' were working on software code breakers to secure Linux servers... DEP (Data Execution Protection) is supported on all Windows OS from 5.1sp2 upwards... there may also be different effects depending on whether it is implemented by the CPU (hardware DEP) or only in the OS Kernel (software DEP). It's quite simple if you understand any Machine Code language, but not so clear if you are used to only High Level language code only. I've attached a PDF that illustrates the basics better than I can in a BBCode message, but I know language barriers are also a problem. The biggest point is that it is hard to break DEP in High Level languages (you can do it in C, and therefor C++, but you would have to break several conventions and put up with compiler warnings, any BASIC which still supports PEEK, POKE and GOTO could do it) otherwise you'd have to link some Assembler either statically or via a DLL. This is why I don't think it's IcyRadio it's self, but rather some component the program relies on. The other point is that code which breaks DEP was perfectly legal Windows code up until XPsp2, and is still acceptable in certain uncommon cases. Self-Modifying code, "Just In Time Compilation" etc. Many AV programs try to detect what DEP stops dead at a much higher level, and I would try to code DEP friendly, just as I would try to avoid upsetting common AV programs. "False positives" are sometimes unavoidable however... and this is (kind of) one of them. Summery Until you can find what component causes DEP to break and find an update or replacement which doesn't. The False Positive, exclude Icy from DEP explanation is the best way to tell users what and why this happens. DEP_Explain.pdf Link to comment
bobsobol Posted July 24, 2008 Report Share Posted July 24, 2008 From what I can make out, this article explains DEP quite well in Russian language. Link to comment
KSoft Posted July 24, 2008 Author Report Share Posted July 24, 2008 Lupo73, I still have no time/desire for it. I've made skin for stations window, want to implement groups for favourites and search engine for TV channels. Some bugs fixed. But still not works well. [ATTACH]12362[/ATTACH] From what I can make out, this article explains DEP quite well in Russian language. Thanks, I read a sort of it I can't just update BASS dlls (where ok with DEP) because Icy Radio in "non-assembled" state now. Can you please send me a not working link(s)? Certainly, Icy can play all what WMP should play but there are somrу bugs in parsing function so maybe it can't be parsed right to play. Link to comment
Lupo73 Posted July 25, 2008 Report Share Posted July 25, 2008 My post didn't want to be criticism (my english is not so good ).. This app is very powerful and many users of my project ask me news about it. Anyway, the graphics is perfect and if you implement that new features it may become a must in this kind of software. Best regards! Link to comment
KSoft Posted July 25, 2008 Author Report Share Posted July 25, 2008 Lupo73, I think that I understood you right I hope my hands will reach to code, probably new skins also would be good. And my best regards to you too. Link to comment
ripper007 Posted October 10, 2008 Report Share Posted October 10, 2008 Konstantin, I just want to thank you again for this program. its been a while since I have been back. I still use your program and I tell every one I know about it. keep up the great work. Thank you, Ripper007 Link to comment
KSoft Posted October 10, 2008 Author Report Share Posted October 10, 2008 Ripper007, Thanks much for warm words! I'm still working (slow, in free time) on new version (a bit skinable): Link to comment
GanjiK Posted October 10, 2008 Report Share Posted October 10, 2008 Great ! I can't wait P.s.: как скоро закончишь ? Link to comment
KSoft Posted October 13, 2008 Author Report Share Posted October 13, 2008 Great ! I can't wait P.s.: как скоро закончишь ? Still working on it Link to comment
ethereal Posted October 15, 2008 Report Share Posted October 15, 2008 looks like a smashing new release is on cards,thankswaiting for update Link to comment
Dreeew Posted November 11, 2008 Report Share Posted November 11, 2008 Rulezzz, Winamp nervno kurit v storonke. Very nice app, thank you. A small bug - volume control doesnt work if you just launch Icy Radio and click on play. If you choose a station from favorites it works fine. Link to comment
KSoft Posted November 15, 2008 Author Report Share Posted November 15, 2008 Rulezzz, Winamp nervno kurit v storonke. Very nice app, thank you. A small bug - volume control doesnt work if you just launch Icy Radio and click on play. If you choose a station from favorites it works fine. Sorry for delay! Thanks for comment But it's a web radio player only and Winamp is a... complex thing. Volume works well, maybe because I fixed it already but not uploaded yet. Link to comment
vortschy Posted November 28, 2008 Report Share Posted November 28, 2008 Hi everybody! First of all thanks to Sobol Konstantin for his great program! I use it since the first version I like the new version (always hated the stations window in windows design ) So I'm currently working on a few skins for the actual version of icy radio, but I got some problems with the volume picture. Think for volume type=1 the images should be squares!? So my image didn't work.. maybe you can help me!? And my second problem is, I can't make a transparent shadow for the player.. which program should i use? This is the current skin.. (or how it should look like) and this will be the next skin to make I can send the actual version of my skin to everyone who can help me! my mail: [email protected] Link to comment
KSoft Posted November 28, 2008 Author Report Share Posted November 28, 2008 Hello, vortschy, Thanks for interest in IcyRadio and new themes! I think that I shoulв make a new type of volume: 10 states for horizontal slider to realize your great themes. Currently it's possible to make a circle or slider like trackbar in windows. On second question: in what file format you have this themes? Many modern graphics editors can be used to make semitransparent shadows: Photoshop, for example or Paint Shop Pro, GIMP. It's just 32bit PNG, with alpha chanel. I like Fireworks. Really, can you maybe send this graphic parts to me and I can try to make such volume control? Thanks! -Kostya (ksoft(at)nm.ru) Link to comment
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now