JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

File Search

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> Web Site Issues
View previous topic :: View next topic  
Author Message
eferz
Expert


Joined: 03 Jun 2010
Posts: 1078
Location: Austin, Texas

                    
PostPosted: Sun Feb 05, 2012 2:12 pm    Post subject: File Search Reply with quote

I was wondering what's going on with the File Search capabilities. Just realized that I created a duplicate Sony HT-SS360 upgrade. Even after searching for "HT-SS360". Probably the only reason why I would have known this is due to my personal repository prompting me to merge the folders. I wonder if the indexing corrupted, because the the only logical reason why it works for some searches but not others.
_________________
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
Back to top
View user's profile Send private message
underquark
Expert


Joined: 20 Jun 2005
Posts: 874
Location: UK

                    
PostPosted: Sun Feb 05, 2012 2:29 pm    Post subject: Reply with quote

Does the '-' character cause the search to look for files containing 'HT' but NOT 'SS360'?
Back to top
View user's profile Send private message
eferz
Expert


Joined: 03 Jun 2010
Posts: 1078
Location: Austin, Texas

                    
PostPosted: Sun Feb 05, 2012 3:28 pm    Post subject: Reply with quote

underquark wrote:
Does the '-' character cause the search to look for files containing 'HT' but NOT 'SS360'?

Good question. I do not know if the search feature uses any arguments or conditional expressions.
    Doesn't work (lol)
  • HT-SS360
  • HT SS360
  • HT*SS360
  • HT\-SS360
  • "HT-SS360"
    Does work though its does not discriminate well
  • HT
  • *HT
  • HT*
  • *HT*
    Does work
  • SS360
  • *SS360
  • SS360*
  • *SS360*
I'm guessing it is possible there might be a quirkiness in URL encoding from the browser request. Though, either way, it is a shame to not be able to get an exact match if it exists.
_________________
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)


Last edited by eferz on Sun Feb 05, 2012 3:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Sun Feb 05, 2012 3:51 pm    Post subject: Reply with quote

It's tricky searching for hyphenated words, if you search for "SS360" you'll see all the duplicate files.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
3FG
Expert


Joined: 19 May 2009
Posts: 3365

                    
PostPosted: Sun Feb 05, 2012 4:01 pm    Post subject: Reply with quote

Two things: 1) Why not use the ordinary search (which does a site-specific Google search) instead of File Search, but replace site:hifi-remote.com/forums with site:http://www.hifi-remote.com/forums/dload.php? Searching on HT-SS360 Sony gives 7 matches. Searching on SS360 alone gives 8. Actually, searching SS360 in regular file search does an even better job!

2) We have a file section called Combo Audio Systems, and now that I know what this unit is, I think that is where this particular upgrade should go, rather than Audio. BTW, in case the thought arises, I don't think we should have an upgrade duplicated in two sections. In other words, resist the temptation to put the upgrade in both Audio and Combo Audio Systems.

One other thing and not web site related, but I'll bring it up here anyway: We now have 4 upgrade files all called HT-SS360. I uploaded one, which is similar to the 3 that you have uploaded. Why did I upload one? Because the only folks who can conveniently use the other upgrades are those who have a cable. People who have newer UEI remotes, but would like to use manual entry (using setup code Audio 2172) would have to know a lot about the 0027 executor in order to come up with useful EFCs.
I would like to whittle the upgrades down to just one, and I think it should be one with fixed data that matches a UEI setup code. Actually as a general principle, we should prefer upgrades that correspond to official protocols and fixed data, whenever we can.
Back to top
View user's profile Send private message
underquark
Expert


Joined: 20 Jun 2005
Posts: 874
Location: UK

                    
PostPosted: Sun Feb 05, 2012 5:03 pm    Post subject: Reply with quote

Looks like the minus sign acting as a search term excluder is a feature after all..

someone cleverer than me on another forum wrote:
phpBB3.0.7-PL1 does interpret every minus as an operator, no matter if words are in quotes. This way it is not possible to get the right results when searching "Anne-Sophie", because phpBB3 always turns Anne into an inclusive and Sophie into an exclusive. However, if you have MySQL version 5 or later chances are high you can get your expected search results by saying "Anne.Sophie" instead (also with quotation marks, of course).
Back to top
View user's profile Send private message
eferz
Expert


Joined: 03 Jun 2010
Posts: 1078
Location: Austin, Texas

                    
PostPosted: Sun Feb 05, 2012 6:33 pm    Post subject: Reply with quote

3FG wrote:
Two things: 1) Why not use the ordinary search (which does a site-specific Google search) instead of File Search, but replace site:hifi-remote.com/forums with site:http://www.hifi-remote.com/forums/dload.php? Searching on HT-SS360 Sony gives 7 matches. Searching on SS360 alone gives 8.

Thanks this does a better job for my needs. I can use wget to pull the results from, "http://www.google.com/search?q={$1}+site:http://www.hifi-remote.com/forums/dload.php" instead of having to mangle the search terms. Though I still do think the current implementation is broken. Especially for a new user who may not be aware of these caveats and idiosyncrasies.

3FG wrote:
2) We have a file section called Combo Audio Systems, and now that I know what this unit is, I think that is where this particular upgrade should go, rather than Audio. BTW, in case the thought arises, I don't think we should have an upgrade duplicated in two sections. In other words, resist the temptation to put the upgrade in both Audio and Combo Audio Systems.

Yeah, I'm sorry. I tend to not be aware of the minor categories. And usually, I don't even know what the type of box it is. But, I'll do my best to make sure it is appropriately categorized in the future.

3FG wrote:
One other thing and not web site related, but I'll bring it up here anyway: We now have 4 upgrade files all called HT-SS360. I uploaded one, which is similar to the 3 that you have uploaded. Why did I upload one? Because the only folks who can conveniently use the other upgrades are those who have a cable. People who have newer UEI remotes, but would like to use manual entry (using setup code Audio 2172) would have to know a lot about the 0027 executor in order to come up with useful EFCs.

Wait a sec, I thought the EFC values were based off of the protocol. Because when I change the setup codes in RM, it never alters the EFC values. However, if I change the protocol it does. I do realize that the you need the correct setup code to associate these EFCs with the correct protocol parameters. Technically, they would have useful EFCs just not a useful setup code. And why am I being singled out for this? Alan Richey always uses 2010 as his signature setup code, so I thought 2013 would be mine. lol

Actually, this part is two-fold for why I don't already do this. First of all, I can't seem to find a way to script it. According to the source of the Lookup Tool, I should be able to supply "http://www.getzweb.net/jp1/data_returns/byProtocol.php?" the following arguments.
  • pidlike=pidname LIKE 'Sony Combo (12/15/20%'
  • txtdev1=8
  • txtdev2=40
  • txtdev3=%
  • txtdev4=%
  • remote2=31793179
  • Submit2=Search
Theoretically, I should get see the relevant variants of Sony Combo (12/15/20) on the RCA RCRP05B. But, in actual use the php scripts stares at me as if I'm smoking crack and hands me the results with the default parameters from the web form. The other part is that I'm often confused about the results. When I do this search manually, I don't get any results. With my poor vision is it difficult and time consuming for me find the appropriate one using all wildcards.

3FG wrote:
I would like to whittle the upgrades down to just one, and I think it should be one with fixed data that matches a UEI setup code. Actually as a general principle, we should prefer upgrades that correspond to official protocols and fixed data, whenever we can.

Trust me. I would definitely love to have only one upgrade per unit. But, I'm not entirely sure the current implementation nor mindset makes it feasible.

For example, compounding the issue by adding your own version isn't going to help us get to that goal. Of all the people here, I would assume you have moderator access to the File Section, and wonder why you didn't just change the setup code and update the description of one files and deleted the duplicates? It's not like I don't supply backlinks to the threads which they were created for. So, broken links can be adjusted.
_________________
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
Back to top
View user's profile Send private message
eferz
Expert


Joined: 03 Jun 2010
Posts: 1078
Location: Austin, Texas

                    
PostPosted: Sun Feb 05, 2012 6:53 pm    Post subject: Reply with quote

underquark wrote:
Looks like the minus sign acting as a search term excluder is a feature after all..

someone cleverer than me on another forum wrote:
phpBB3.0.7-PL1 does interpret every minus as an operator, no matter if words are in quotes. This way it is not possible to get the right results when searching "Anne-Sophie", because phpBB3 always turns Anne into an inclusive and Sophie into an exclusive. However, if you have MySQL version 5 or later chances are high you can get your expected search results by saying "Anne.Sophie" instead (also with quotation marks, of course).

That is very interesting. And I've tested it out. It gives a lot of results but doesn't work as expected though. As it still provides more results than what it should. Still it is nice to know that "-" is excluding expression.

Incidentally, I also tried encapsulating it with quotes and it wasn't any more exclusive. What is funny it still works if backwards "SS360.HT" so that's confusing. I did figure out that "?" also acts as a wildcard in addition to "." but "*" does work as the instruction on the search page implies, "Use * as a wildcard for partial matches"

Still, I thought SQL wildcards were "%" and "_", so I wonder if there is a wildcard to represent a single character.
_________________
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
Back to top
View user's profile Send private message
3FG
Expert


Joined: 19 May 2009
Posts: 3365

                    
PostPosted: Sun Feb 05, 2012 11:39 pm    Post subject: Reply with quote

eferz wrote:

For example, compounding the issue by adding your own version isn't going to help us get to that goal. Of all the people here, I would assume you have moderator access to the File Section, and wonder why you didn't just change the setup code and update the description of one files and deleted the duplicates? It's not like I don't supply backlinks to the threads which they were created for. So, broken links can be adjusted.

I don't think I have the authority to move files around; even if I do; I don't know how. Anyway, referring to the original thread, it didn't occur to me that I would need to-- I expected that you would either change your links to the upgrade that I posted, or you would redo your upgrade, and then I would edit my post and delete my upgrade.

See, you're contributing a lot here (and pretty doggone often too!), so I assumed that you're familiar with the issues associated with manually entering EFCs. However, the focus in the above post on setup codes, as opposed to fixed data, suggests that you probably haven't done much of that. So I guess it wasn't obvious to you that the way your upgrade was constructed would actually do the original poster (who apparently does not have a JP1.3 cable) a disservice--the EFCs in that upgrade won't work for manual entry in any remote made today. And anyone else arriving at the thread looking for EFCs for manual entry will also be disappointed with an upgrade which sets subdevice1 to 8 and subdevice2 to 40.

So at the risk of repeating what you already know:
You are quite right that the setup code in an upgrade has no effect on EFCs-or anything else, as long as it isn't a duplicate. But changing the order in which the subdevices are entered will change the EFCs, since part of the EFC (2 bits in this case) is used to select which subdevice will be used for a given button. When we make an upgrade and upload it from a computer, any subdevice order will work, since our tools will make everything self consistent.

A user without a cable is in a different situation. He has no control over the order of the subdevices, or even if the necessary subdevices are built in to the remote. All he can do is choose a setup code, and accept the executor and fixed data that is built in.

Sony 16.8 is only available as a built in IR protocol in any UEI remote by using setup code Audio 2172. The user has to work with this order: subdevice1 = 250, sub2 = 11, sub3= 40, and sub4 = 8. If he assigns Audio 2172 and then uses EFCs from an upgrade which puts sub1 = 8, the IR signals that are sent will have the correct OBC, but with subdevice 250. The selector bits only indicate the subdevice index, and not the actual value.

In my opinion, we as a community should try to make our upgrades also useful to users who don't have cables. Maybe I'm just projecting my own experience, but I started using manual entry, became convinced that this offered a lot of flexibility, and decided the cost of an interface cable was justified. Without having successfully used manual entry of EFCs, there is no way I would have sprung for a cable, because I wouldn't have understood the value of it.

That's why I think that we should try to make our upgrades conform to official executors and values of the fixed data whenever we can. And after I went to the trouble to recast your upgrade so that it would be useful for manual entry, I just assumed that you would re-link to that one, or recast your upgrade in the same way.

Anyway, I don't care whose upgrade survives or what setup code it carries. I do care that it be be constructed with the order of subdevices matching that of audio 2172.
Back to top
View user's profile Send private message
eferz
Expert


Joined: 03 Jun 2010
Posts: 1078
Location: Austin, Texas

                    
PostPosted: Mon Feb 06, 2012 2:19 am    Post subject: Reply with quote

3FG wrote:
I don't think I have the authority to move files around; even if I do; I don't know how.

If you can see the [Edit][x] button in the upper-right hand side of the the files description page you have the access to delete, edit, move, or even replace files. To move a file, click on the [Edit] button then select a new category from the drop down box and select [Edit File]. This will move the file accordingly.

3FG wrote:
See, you're contributing a lot here (and pretty doggone often too!), so I assumed that you're familiar with the issues associated with manually entering EFCs. However, the focus in the above post on setup codes, as opposed to fixed data, suggests that you probably haven't done much of that. So I guess it wasn't obvious to you that the way your upgrade was constructed would actually do the original poster (who apparently does not have a JP1.3 cable) a disservice--the EFCs in that upgrade won't work for manual entry in any remote made today. And anyone else arriving at the thread looking for EFCs for manual entry will also be disappointed with an upgrade which sets subdevice1 to 8 and subdevice2 to 40.

So at the risk of repeating what you already know:
You are quite right that the setup code in an upgrade has no effect on EFCs-or anything else, as long as it isn't a duplicate. But changing the order in which the subdevices are entered will change the EFCs, since part of the EFC (2 bits in this case) is used to select which subdevice will be used for a given button. When we make an upgrade and upload it from a computer, any subdevice order will work, since our tools will make everything self consistent.

A user without a cable is in a different situation. He has no control over the order of the subdevices, or even if the necessary subdevices are built in to the remote. All he can do is choose a setup code, and accept the executor and fixed data that is built in.

Sony 16.8 is only available as a built in IR protocol in any UEI remote by using setup code Audio 2172. The user has to work with this order: subdevice1 = 250, sub2 = 11, sub3= 40, and sub4 = 8. If he assigns Audio 2172 and then uses EFCs from an upgrade which puts sub1 = 8, the IR signals that are sent will have the correct OBC, but with subdevice 250. The selector bits only indicate the subdevice index, and not the actual value.

Thank you for explaining this. I have not used a single EFC code ever. I'm probably just spoiled since Slingboxes could be changed via IP, Furthermore, I'm probably one of the few people that bought the IR Widget and Cable BEFORE having a JP1 handheld remote. And actually, I wasn't even aware the order of the protocol parameters was important. Now that I've played with transposing the parameters, I do see what you mean.

3FG wrote:
Anyway, referring to the original thread, it didn't occur to me that I would need to-- I expected that you would either change your links to the upgrade that I posted, or you would redo your upgrade, and then I would edit my post and delete my upgrade.
3FG wrote:
In my opinion, we as a community should try to make our upgrades also useful to users who don't have cables. Maybe I'm just projecting my own experience, but I started using manual entry, became convinced that this offered a lot of flexibility, and decided the cost of an interface cable was justified. Without having successfully used manual entry of EFCs, there is no way I would have sprung for a cable, because I wouldn't have understood the value of it.

That's why I think that we should try to make our upgrades conform to official executors and values of the fixed data whenever we can. And after I went to the trouble to recast your upgrade so that it would be useful for manual entry, I just assumed that you would re-link to that one, or recast your upgrade in the same way.

Anyway, I don't care whose upgrade survives or what setup code it carries. I do care that it be be constructed with the order of subdevices matching that of audio 2172.

Sorry about that. Somehow, I completely missed your point of the setup codes but made the appropriate changes which you suggested for 4 to 40. I've fixed it all now though. Now there is only one ICT and RMDU file for the HT-SS360 that encapsulates all the changes you made.
_________________
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> Web Site Issues All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control