Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > FrodoPlayer > FP FrodoComm


Reply
 
Share Thread Tools Display Modes
Old 05-22-2005, 06:16 PM   #61
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by beernutz
Hi, first off, i want to thank you (Frodo and the community) for frodoPlayer! I am quite impressed with the stability, and feature set!

Second, i am a programmer by profession. Not that i am all-knowing, but i do have some skill in this area.

Finally, i am looking for some information on getting the comServicesHost and the modules that come with it installed properly. For some reason i am unable to get any of the services to show (register?) in the servicesHost application.

I have some programming i would like to experiment with. Things like a thumbs up and thumbs down to rank songs while they are playing. Once your library gets so large, it can become a problem keeping it all organized and cleaning out the bad songs. With a tivo like Thumbs scheme, it would be a LOT easier to manage this. I am thinking of a button to basically remove a song from active rotation as well. Something you may have collected, but not really had time to listen to. This way if you hear a song that you hate, you can just mash the "NUKEIT" button and review the bad ones later.

I promise i will not be obtuse and will give back as much as i can. Please help me with this if you have the time.

Anyway, there are lots of other ideas i have, but this is where i would like to start.

Thanks again for a great platform and any help!



I don't think my installer is registering FrodoComm itself correctly.
Shut it all down and follow the directions in post 31:
http://www.mp3car.com/vbulletin/show...0&postcount=31

See if that helps.
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-22-2005, 07:03 PM   #62
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
hmmmmm.

I had already read post #31 and tried it as soon as i saw it. I should have mentioned that in the previous post. I also tried manually registering some of the services, but that did not work either.

Your services host application shows running, disabled, and debug windows all blank.

Color me
beernutz is offline   Reply With Quote
Old 05-22-2005, 07:06 PM   #63
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Did you install MS XML 4 SP2 ?
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 05-22-2005, 07:12 PM   #64
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
doh!

<sheepishly>
no.
Now going to recheck ALL the pre-Reqs again.
</sheepishly>

i cant even

(can you tell i like the stupid little emote animated gifs?)
beernutz is offline   Reply With Quote
Old 05-22-2005, 09:31 PM   #65
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
My problem is now corrected

The updated XML control appears to have corrected the issue.

In summary:

be more thorough than i was and CHECK ALL PRE-REQUISITES!

I THOUGHT i has the right version of the XML parser, but i did not.

Once i updated, all was fine.

Maybe i could code a preinstall check for you Frodo?

would save further issues of this type.
beernutz is offline   Reply With Quote
Old 05-23-2005, 06:06 AM   #66
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
Question: How to find currently playing song

I have a VB.net app set up now receiving and broadcasting events and this seems to be working nicely.

I adapted your windows message code to post the <skip to next song> message, and this seems to be working well too.

How would i then ask the player for the name of the currently playing song?

Side question: Is there a list of messages that the FPPLUG-REMOTE window responds to?

Final question (for this post at least): I notice that the CommID is not unique? my app is assigned number 34 for instance, but there is a service with the same ID at the same time. Is this intentional?

Getting close and am excited about the possibilities!

Thanks again!
beernutz is offline   Reply With Quote
Old 05-23-2005, 11:00 AM   #67
Low Bitrate
 
ImInSanDiego's Avatar
 
Join Date: Oct 2003
Location: Isn't it obvious
Posts: 92
ImInSanDiego is on a distinguished road
Quote: Originally Posted by beernutz
I have a VB.net app set up now receiving and broadcasting events and this seems to be working nicely.

I adapted your windows message code to post the <skip to next song> message, and this seems to be working well too.

How would i then ask the player for the name of the currently playing song?

Side question: Is there a list of messages that the FPPLUG-REMOTE window responds to?

Final question (for this post at least): I notice that the CommID is not unique? my app is assigned number 34 for instance, but there is a service with the same ID at the same time. Is this intentional?

Getting close and am excited about the possibilities!

Thanks again!

The CommID should be a new number every time you start your app. Are you saying that there is another FrodoComm service with the same CommID?
ImInSanDiego is offline   Reply With Quote
Old 05-23-2005, 01:21 PM   #68
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by ImInSanDiego
The CommID should be a new number every time you start your app. Are you saying that there is another FrodoComm service with the same CommID?

That's not possible. It changed, and he didn't query it right or update with member status.
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-23-2005, 07:10 PM   #69
Low Bitrate
 
ImInSanDiego's Avatar
 
Join Date: Oct 2003
Location: Isn't it obvious
Posts: 92
ImInSanDiego is on a distinguished road
Has anyone had any problems in their app when using FrodoComm? Sometimes my app will hang upon execution and then I might receive a message "problem sending message to service" when I terminate it. At other times the app will come up fine, but after about 4 executions, it will hang. I have to terminate it. This is a very simple app that just sends a volume change message to the network and then terminates. I'm just curious if anyone has seen weird behavior like this?
ImInSanDiego is offline   Reply With Quote
Old 05-23-2005, 08:54 PM   #70
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
CommID

I am not seeing duplicated CommID's any more. Not sure what i was doing wrong to see them before.

I do however have a few ghost entries in the registered services list. I assume i got these by failing to call FC.EndProcessing() before my app terminates. Where are these entries stored? I would like to clean the errant ones.

And I would really like to know how to query the name of the currently playing song.

Thank you.
beernutz is offline   Reply With Quote
Old 05-23-2005, 08:57 PM   #71
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
reply to ImInSanDiego

So far i have not seen the problem you describe. I wonder if the service host is dying for some reason?
beernutz is offline   Reply With Quote
Old 05-23-2005, 09:22 PM   #72
Low Bitrate
 
ImInSanDiego's Avatar
 
Join Date: Oct 2003
Location: Isn't it obvious
Posts: 92
ImInSanDiego is on a distinguished road
Quote: Originally Posted by beernutz
I am not seeing duplicated CommID's any more. Not sure what i was doing wrong to see them before.

I do however have a few ghost entries in the registered services list. I assume i got these by failing to call FC.EndProcessing() before my app terminates. Where are these entries stored? I would like to clean the errant ones.

And I would really like to know how to query the name of the currently playing song.

Thank you.

The ghost entries are caused by not calling endprocessing. I have asked about cleaning them up before, but I don't think I got an answer. They just stick around until you reboot I believe.

I don't believe that Kevin has published the messages that can be sent to the new FP yet, so you wouldn't have much luck with querying the current song.
ImInSanDiego is offline   Reply With Quote
Old 05-23-2005, 09:25 PM   #73
Newbie
 
Join Date: May 2005
Posts: 8
beernutz is on a distinguished road
Quote: Originally Posted by ImInSanDiego
The ghost entries are caused by not calling endprocessing. I have asked about cleaning them up before, but I don't think I got an answer. They just stick around until you reboot I believe.

I don't believe that Kevin has published the messages that can be sent to the new FP yet, so you wouldn't have much luck with querying the current song.


k, thanks for the reply. As long as they clear up on reboot that is fine.

Frodo, is there any chance of getting some kind of list? or a little more info on how to proceed?

Thanks much for all the help guys!
beernutz is offline   Reply With Quote
Old 05-23-2005, 10:41 PM   #74
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by ImInSanDiego
Has anyone had any problems in their app when using FrodoComm? Sometimes my app will hang upon execution and then I might receive a message "problem sending message to service" when I terminate it. At other times the app will come up fine, but after about 4 executions, it will hang. I have to terminate it. This is a very simple app that just sends a volume change message to the network and then terminates. I'm just curious if anyone has seen weird behavior like this?

Is the app compiled and not in debug mode when this happens ?
And could you post any and all exact error messages ?
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Old 05-23-2005, 10:42 PM   #75
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 8,846
frodobaggins will become famous soon enoughfrodobaggins will become famous soon enough
Quote: Originally Posted by beernutz
k, thanks for the reply. As long as they clear up on reboot that is fine.

Frodo, is there any chance of getting some kind of list? or a little more info on how to proceed?

Thanks much for all the help guys!

There is a sendmessage list published for the current version.
The new version won't use it. And the frodocomm messages
for it aren't standardized yet.
__________________
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
frodobaggins is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

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 Off




All times are GMT -5. The time now is 09:42 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics