Eclipse On Demand Movie Player {By LiFcO}

Pete107

🐑[E]dens-[E]lite🐑
Developer
Dec 10, 2003
2,905
393
375
Todmorden, West Yorkshire
I was watching apocalypto last night on my TV and it stopped playing about half way through, had to finish watching it on a movie streaming site.

About the anchors, it just felt tacky that's all.

Another thing, when you play a movie then select a different one it starts playing the one it was playing before, closing it and opening it again fixes it though, you can't scan through the movie so if you watched half of it then had to do something and closed the app you have to watch it all again.
 

lifco

Untrusted Member
Legendary
Golden Oldie
Loyal Member
Jul 6, 2004
3,400
66
195
UK/Italy
Not sure why it stopped playing, out of my hands the streams tho

Just redone the anchors alittle and also fixed the tv section

Updated again for today

Update vir the app then file/update

---------- Post Merged on 18-09-2012 at 06:11 PM ---------- Previous Post was on 17-09-2012 at 05:35 PM ----------

This update 18/9/2012

1. Added a new on demand 18+ section.
2. More live streams added.
3. Custom gui skin in the making (thx B)

Enjoy

Update vir the app then file/update
 
  • Like
Reactions: MythRohan

lifco

Untrusted Member
Legendary
Golden Oldie
Loyal Member
Jul 6, 2004
3,400
66
195
UK/Italy
Haha PORN!

:)

Update yet again

This update has added more on demand stuff / live streams and a new beta chat room (Chat room may change)

Enjoy

Update vir the app then file/update

---------- Post Merged on 22-09-2012 at 06:55 PM ---------- Previous Post was on 19-09-2012 at 06:19 PM ----------

Updates at mo are coming in thick and fast

To much so, i cant post about them all here

There has been 3 updates in the last 2days

So its best when you next run the app, you try the update button.... and do this every time you run the app

Thanks and enjoy

Coming soon:
New gui look to the app (thx B)
5 Star user rating on demand movies.
Tv guide for live streams.
Search function.
Users online (using the app).
More demand movies.
More live tv streams.
Probley add some type of hint system.
Better chat room.
 

Pete107

🐑[E]dens-[E]lite🐑
Developer
Dec 10, 2003
2,905
393
375
Todmorden, West Yorkshire
What about this?

Another thing, when you play a movie then select a different one it starts playing the one it was playing before, closing it and opening it again fixes it though, you can't scan through the movie so if you watched half of it then had to do something and closed the app you have to watch it all again.
 

Chriz

Captain Lurker
VIP
Mar 24, 2003
1,158
277
335
LOMCN
Hey Lifco, your making some nice progress here, but you should really take a look at my example.

No offence, but your code handling the event on ListBox1_SelectedIndexChanged is horrendous - you really could do with re-thinking this section, otherwise its gonna become a nightmare to manage and you will see a performance hit at some point. From what I've seen you probably have the biggest 'Arrow Code' i have ever seen :P

Just a bit of constructive criticism!

Let me know if you want any help with implementing the example i gave (Using Linq) - will make adding a search option as easy as:

Code:
        public Movie[] SearchMovieName(string movieName)
        {
            IEnumerable<Movie> results = from movie in this where movie.title.Contains(movieName) select movie;


            return results.ToArray<Movie>();
        }
 

lifco

Untrusted Member
Legendary
Golden Oldie
Loyal Member
Jul 6, 2004
3,400
66
195
UK/Italy
Sure if you think you can help out, why not :)

Ive droped you a pm