BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
 All Forums
 eXtreme Books Manager
 Scripts
 system crash when read from a bad CD
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

brenx
Starting Member

0 Posts

Posted - 13 Apr 2003 :  19:42:53  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
On the "Add/edit a movie" (aggiungi/edita un film) window, if you click on "read files" (leggi files) button and the file on CD is dameged (due to bad quality of the CD-R, or another read problem)Xp crashs: ExtremeMM crashs and become impossible close the program, if you choose from the taskbar the program and select "go to the process", Xp goes on "explorer" on the Process list. Is impossible close nor EtremeMM neither explorer from the taskbar, and I must clic on reset button.
Could be possible solve this problem with a error message, just like "I can't read from the unit", instead of crash the entyre system?
Thanks a lot for you work, the Extreme Movie Manager is a great program
bye
Daniele (the one from Perugia, if you remember)

Pax0707
Starting Member

Croatia
5 Posts

Posted - 15 May 2003 :  23:45:52  Show Profile  Visit Pax0707's Homepage  Edit Reply  Send Pax0707 an AOL message  Send Pax0707 an ICQ Message  Click to see Pax0707's MSN Messenger address  Send Pax0707 a Yahoo! Message  Reply with Quote  View user's IP address  Delete Reply
Salut,

comme tu es français je vais te répondre en français c'est plus simple :)
Je ne me suis pas penché sur le fonctionnement des scripts pour le moment par manque de temps... j'ai juste imprimé le manuel explicatif.

Sinon, étant donné que je suis étudiant en informatique, il me semble que le plus simple pour récupérer les infos, c'est d'utiliser une boucle while qui s'arrête quand tu trouves le tag </table> car pour faire l'inverse (projet que j'ai fait cette année en java pour un site commercial), quand on veut afficher toutes les lignes articles d'une commande par exemple, on procède de cette manière, on parcourt notre table contenant les résultats de notre requête SQL et on fait ensuite une boucle pour afficher tous les résultats dans une table sur le site web.

J'espère avoir pu t'aider un peu dans ton problème. Sinon n'hésite pas à reposer des questions
Go to Top of Page

divak
Starting Member

Poland
28 Posts

Posted - 16 May 2003 :  01:52:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Merci pour ta réponse. J'ai pu faire qq petits trucs grâce au script de Allociné et de Discoweb (qui récupère les soundtrack des films en commentaires).

Voici le code.

#WEBQUERY#=http://search.fnac.com/Search/Quick/Default.asp?Wkos=5&SearchType=QUICKSEARCH&RNID=-13&SID=7473887c-1db5-3edb-afa6-7ca1f95da163&UID=0c0db951c-6318-6b44-616b-68b91225f55f&AID=&Origin=FnacAff&Restrictions=#MOVIE#&Recherche=-28&x=11&y=12



#RIGHTPAGEFOUND#
    #STARTREADWEB#
    #FINDLINE#=disques variétés</B>#12##ONERROR#=*STOP*
    #PUT#=0#01#
    #CONDITIONRIGHTPAGE# #01#==#12#
#ENDRIGHTPAGEFOUND#

#CREATEMOVIELIST#
    #STARTREADWEB#
    #WRITETITLELIST#=Album trouvés
    #WRITETITLELIST#=-------------
    #FINDLINE#=Nous n'avons pu sélectionner de résultat#10# #ONERROR#=*OK*
    #PUT#=1#01#
    #IF# #01#==#10#
        #WRITETITLELIST#=Pas de résultats
        #GOTO#=ENDSEARCH
    #ENDIF#
    #STARTREADWEB#
    #PUT#=0#01#
    #REPEAT#
    #FINDLINE#=000000><a href=#10# #ONERROR#=*OK*
    #FIND#=Shelf/article.asp?PRID=#02# #ONERROR#=*STOP*
        #IF# #01#==#02#
            #WRITETITLELIST#=Aucune ligne trouvée
            #GOTO#=ENDSEARCH
        #ENDIF#
    #FIND#=&SID=#03# #ONERROR#=*STOP*
    #TAKEWORD#=#05#,#02#,#03#
    #FIND#=><B>#06# #ONERROR#=*STOP*
    #FIND#=</B>#07##ONERROR#=*STOP*
    #TAKEWORD#=#08#,#06#,#07#
    #WRITETITLELIST#=http://www.fnac.com/#05# ---> #08#
    #STARTDELETETAGS#
    #WHILE# #01#==#01#
    :ENDSEARCH
#ENDCREATEMOVIELIST#

#MOVIETITLE#
    #STARTREADWEB#
    #FINDLINE#=http://search.fnac.com/Search/KeyLink/Default.asp#12##ONERROR#=*STOP*
    #FIND#=>#03##ONERROR#=*ASK*
    #FIND#=</a>#04##ONERROR#=*ASK*
    #TAKEWORD#=#06#,#03#,#04#
    #CHECKVARIABLE#=#06#
    #STARTDELETETAGS#
    #STARTSUBSTITUTETAGS#
    #TITLE#=#06##ONERROR#=*ASK*
#ENDMOVIETITLE#


#DIRECTOR#
    #STARTREADWEB#
    #FINDLINE#=http://search.fnac.com/Search/KeyLink/Default.asp#12##ONERROR#=*STOP*
    #FIND#=>#01# #ONERROR#=*ASK*
    #FIND#=</a>#02# #ONERROR#=*ASK*
    #TAKEWORD#=#03#,#01#,#02#
    #CHECKVARIABLE#=#03#
    #STARTDELETETAGS#
    #STARTSUBSTITUTETAGS#
    #TAKEDIRECTOR#=#03#
#ENDDIRECTOR#

#COMMENTS#
    #STARTREADWEB#
    #FINDLINE#=Shelf/article.asp?PRID=#10# #ONERROR#=*OK*
    #FIND#=PRID=#02# #ONERROR#=*STOP*
        #IF# #01#==#02#
            #WRITETITLELIST#=Aucune ligne trouvée
            #GOTO#=FINBSO
        #ENDIF#
    #FIND#=&SID=#03# #ONERROR#=*STOP*
    #TAKEWORD#=#05#,#02#,#03#
    #STRING#=#04#=http://www.fnac.com/Shelf/article.asp?PRID=#05#
    #OPENNEWWEB#=#04#
         #STARTREADWEB#
         #STRING#=#03#=Titre des chansons: #NEWLINE#
         #TAKECOMMENTS#=#03#
         #FINDLINE#=<td class="MUS11" align="left" valign="top" >#12# #ONERROR#=*OK*
         #PUT#=0#04#
         :REPEATBSO
            #FIND#=<b>1.</b>#01##ONERROR#=*OK*
            #IF# #01#==#04#
                #GOTO#=FINBSO
            #ENDIF#
            #FIND#=.ra">#01##ONERROR#=*STOP*
            #FIND#=</a>#02##ONERROR#=*STOP*
            #TAKEWORD#=#03#,#01#,#02#
            #CHECKVARIABLE#=#03#
            #STARTSUBSTITUTETAGS#
            #STARTDELETETAGS#
            #TAKECOMMENTS#=#03#
            #STRING#=#03#=#NEWLINE#
            #TAKECOMMENTS#=#03#
            #GOTO#=REPEATBSO
    :FINBSO
    #RESTOREWEB#
#ENDCOMMENTS#

#YEAR#
    #STARTREADWEB#
    #FINDLINE#=Paru#12##ONERROR#=*STOP*
    #FIND#=width="85%">#01# #ONERROR#=*STOP*
    #COMPUTECURSOR#=+1
    #FIND#=</td>#01# #ONERROR#=*STOP*
    #COMPUTECURSOR#=-4
    #PUTCURSOR#=#01#
    #PUT#=4#02#
    #TAKEWORDLEN#=#03#,#01#,#02#
    #TAKEYEAR#=#03# #ONERROR#=*ASK*
#ENDYEAR#

#DELETETAGS#
    #DELETEWORD#=
    #DELETEWORD#=<BR>
    #DELETEWORD#=</BR>
    #DELETEWORD#=</P>
    #DELETEWORD#=</BLOCKQUOTE>
    #DELETEWORD#=<B>
    #DELETEWORD#=</B>
    #DELETEWORD#=<font size=2>
    #DELETEWORD#=</FONT>
    #DELETEWORD#=</A>
    #DELETEWORD#=<sup>
    #DELETEWORD#=</sup>
    #DELETEWORD#=</SPAN>
#ENDDELETETAGS#

#SUBSTITUTETAGS#
    #SUBSTITUTEWORD#= = 
    #SUBSTITUTEWORD#=#160;= 
    #SUBSTITUTEWORD#=#161;=¡
    #SUBSTITUTEWORD#=#162;=¢
    #SUBSTITUTEWORD#=#163;=£
    #SUBSTITUTEWORD#=#164;=¤
    #SUBSTITUTEWORD#=#165;=¥
    #SUBSTITUTEWORD#=#166;=¦
    #SUBSTITUTEWORD#=#167;=§
    #SUBSTITUTEWORD#=#168;=¨
    #SUBSTITUTEWORD#=#169;=©
    #SUBSTITUTEWORD#=#170;=ª
    #SUBSTITUTEWORD#=#171;=«
    #SUBSTITUTEWORD#=#172;=¬
    #SUBSTITUTEWORD#=#173;=­
    #SUBSTITUTEWORD#=#174;=®
    #SUBSTITUTEWORD#=#175;=¯
    #SUBSTITUTEWORD#=#176;=°
    #SUBSTITUTEWORD#=#177;=±
    #SUBSTITUTEWORD#=#178;=²
    #SUBSTITUTEWORD#=#179;=³
    #SUBSTITUTEWORD#=#180;=´
    #SUBSTITUTEWORD#=#181;=µ
    #SUBSTITUTEWORD#=#182;=¶
    #SUBSTITUTEWORD#=#183;=·
    #SUBSTITUTEWORD#=#184;=¸
    #SUBSTITUTEWORD#=#185;=¹
    #SUBSTITUTEWORD#=#186;=º
    #SUBSTITUTEWORD#=#187;=»
    #SUBSTITUTEWORD#=#188;=¼
    #SUBSTITUTEWORD#=#189;=½
    #SUBSTITUTEWORD#=#190;=¾
    #SUBSTITUTEWORD#=#191;=¿
    #SUBSTITUTEWORD#=#192;=À
    #SUBSTITUTEWORD#=#193;=Á
    #SUBSTITUTEWORD#=#194;=Â
    #SUBSTITUTEWORD#=#195;=Ã
    #SUBSTITUTEWORD#=#196;=Ä
    #SUBSTITUTEWORD#=#197;=Å
    #SUBSTITUTEWORD#=#198;=Æ
    #SUBSTITUTEWORD#=#199;=Ç
    #SUBSTITUTEWORD#=#200;=È
    #SUBSTITUTEWORD#=#201;=É
    #SUBSTITUTEWORD#=#202;=Ê
    #SUBSTITUTEWORD#=#203;=Ë
    #SUBSTITUTEWORD#=#204;=Ì
    #SUBSTITUTEWORD#=#205;=Í
    #SUBSTITUTEWORD#=#206;=Î
    #SUBSTITUTEWORD#=#207;=Ï
    #SUBSTITUTEWORD#=#208;=Ð
    #SUBSTITUTEWORD#=#209;=Ñ
    #SUBSTITUTEWORD#=#210;=Ò
    #SUBSTITUTEWORD#=#211;=Ó
    #SUBSTITUTEWORD#=#212;=Ô
    #SUBSTITUTEWORD#=#213;=Õ
    #SUBSTITUTEWORD#=#214;=Ö
    #SUBSTITUTEWORD#=#215;=×
    #SUBSTITUTEWORD#=#216;=Ø
    #SUBSTITUTEWORD#=#217;=Ù
    #SUBSTITUTEWORD#=#218;=Ú
    #SUBSTITUTEWORD#=#219;=Û
    #SUBSTITUTEWORD#=#220;=Ü
    #SUBSTITUTEWORD#=#221;=Ý
    #SUBSTITUTEWORD#=#222;=Þ
    #SUBSTITUTEWORD#=#223;=ß
    #SUBSTITUTEWORD#=#224;=à
    #SUBSTITUTEWORD#=#225;=á
    #SUBSTITUTEWORD#=#226;=â
    #SUBSTITUTEWORD#=#227;=ã
    #SUBSTITUTEWORD#=#228;=ä
    #SUBSTITUTEWORD#=#229;=å
    #SUBSTITUTEWORD#=#230;=æ
    #SUBSTITUTEWORD#=#231;=ç
    #SUBSTITUTEWORD#=#232;=è
    #SUBSTITUTEWORD#=#233;=é
    #SUBSTITUTEWORD#=#234;=ê
    #SUBSTITUTEWORD#=#235;=ë
    #SUBSTITUTEWORD#=#236;=ì
    #SUBSTITUTEWORD#=#237;=í
    #SUBSTITUTEWORD#=#238;=î
    #SUBSTITUTEWORD#=#239;=ï
    #SUBSTITUTEWORD#=#240;=ð
    #SUBSTITUTEWORD#=#241;=ñ
    #SUBSTITUTEWORD#=#242;=ò
    #SUBSTITUTEWORD#=#243;=ó
    #SUBSTITUTEWORD#=#244;=ô
    #SUBSTITUTEWORD#=#245;=õ
    #SUBSTITUTEWORD#=#246;=ö
    #SUBSTITUTEWORD#=#247;=÷
    #SUBSTITUTEWORD#=#248;=ø
    #SUBSTITUTEWORD#=#249;=ù
    #SUBSTITUTEWORD#=#250;=ú
    #SUBSTITUTEWORD#=#251;=û
    #SUBSTITUTEWORD#=#252;=ü
    #SUBSTITUTEWORD#=#253;=ý
    #SUBSTITUTEWORD#=#254;=þ
    #SUBSTITUTEWORD#=#255;=ÿ
#ENDSUBSTITUTETAGS#


Je me doute que ce code n'est pas parfait. En fait, il plante
Il m'affiche bien les résultats (d'ailleurs à ce niveau, il y a un pb d'affichage au niveau du IF mais j'arrive pas à le résoudre car il affiche aussi une balise HTML).
Le principal pb, est qu'il ne récupère ni le titre, ni l'interprète, ni l'année, ni les chansons. Et là je ne comprends vraiment pas pkoi.

Dc si qq1 veut bien y jeter un oeil ce serait super cool.
Go to Top of Page

Romio
Starting Member

Netherlands
9 Posts

Posted - 16 May 2003 :  09:17:10  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I don't know French (and a little English as you can read) .

We are plan to made an "eXtreme Music Manager" or something similar to manage MP3 and Music. With our MagicScript Engine will be simple import lirycs, covers and any info from web

I don't know when will be ready, I hope to start it before July.

Alessio
Go to Top of Page

divak
Starting Member

Poland
28 Posts

Posted - 16 May 2003 :  18:43:58  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You mean you're going to do another software. Why not using the same software to manage all these medias ?

In my case, in the dropdown menu where i choose wether it's a divx, a xvid, a dvd, ... I typed Games or software. This way when I order by media, I have Divx, XVid, DVD, and Games and Softwares.
Go to Top of Page

Romio
Starting Member

Netherlands
9 Posts

Posted - 16 May 2003 :  18:51:43  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I think that Music (and MP3) are much different from Movies. We need total new Fields and functions (to read info from music files).

Bye!

Alessio
Go to Top of Page

Pax0707
Starting Member

Croatia
5 Posts

Posted - 16 May 2003 :  20:56:46  Show Profile  Visit Pax0707's Homepage  Edit Reply  Send Pax0707 an AOL message  Send Pax0707 an ICQ Message  Click to see Pax0707's MSN Messenger address  Send Pax0707 a Yahoo! Message  Reply with Quote  View user's IP address  Delete Reply
Hi Alessio,

Great news by this music software :) When man sees EMM we can hope a great music software too :)
I propose to me to be in the beta tester team lol :)

Good evening Alessio :)

Cyrille
Go to Top of Page

Romio
Starting Member

Netherlands
9 Posts

Posted - 16 May 2003 :  21:39:41  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Of course Cyrille

But will be hard start do make it before July

Alessio
Go to Top of Page

Pax0707
Starting Member

Croatia
5 Posts

Posted - 16 May 2003 :  22:49:21  Show Profile  Visit Pax0707's Homepage  Edit Reply  Send Pax0707 an AOL message  Send Pax0707 an ICQ Message  Click to see Pax0707's MSN Messenger address  Send Pax0707 a Yahoo! Message  Reply with Quote  View user's IP address  Delete Reply
No problem Alessio, you know !! :) The great program forget to people the delay :)

Always in VB 6 or .NET ? :)
Go to Top of Page

divak
Starting Member

Poland
28 Posts

Posted - 17 May 2003 :  00:38:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by Alessio Viti

Hi,

I think that Music (and MP3) are much different from Movies. We need total new Fields and functions (to read info from music files).

Bye!

Alessio



I agree with you. But do you that my idea of doing a script for audio media in EMM is unuseful ?
I was thinking of havng the artist name in the director field, and soundtrack instead of comment.
Go to Top of Page

Romio
Starting Member

Netherlands
9 Posts

Posted - 17 May 2003 :  01:51:33  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
No, your idea is Great! The new software will have the same MagicScript Engine, and we must create all scripts. So, if you start now is better

@Cyrille : I will continue to use VB6, I have purchase the official license and it's really not "cheap"

Alessio
Go to Top of Page

Pax0707
Starting Member

Croatia
5 Posts

Posted - 17 May 2003 :  16:36:13  Show Profile  Visit Pax0707's Homepage  Edit Reply  Send Pax0707 an AOL message  Send Pax0707 an ICQ Message  Click to see Pax0707's MSN Messenger address  Send Pax0707 a Yahoo! Message  Reply with Quote  View user's IP address  Delete Reply
Yes Alessio it's very expensive for student... Thanks Microsoft for you products so expensives :)
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.12 sec. Powered By: Snitz Forums 2000 Version 3.4.07