![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2005
Posts: 22
Rep Power: 0
![]() |
Song Info
this is actually a program that i can most likely do during class (as part of like the practice assignments in the chapter) which will REALLY help me out on my computer...
the idea is to make a program that has a way for a user to input information about a song..the year..album..track number...all that good stuff..but i want to take it a step further and make it so that once all that information is entered..the user can actually PHYSICALLY save it to the file but the problem is we havent gotten around to working the files and stuff.....so how would i approach this? and what i mean by this is loading a file...viewing its properties....editing it....and whatnot...(sure u can do it manually in the properties window of the actual file but that is tedious when u have 200+ songs)..and also to be able to clear the information....load another file....or load multiple files and edit the information for all of them at once. if anyone has any information that could help me out....please let me kno....sorry if my post is vague i just dont have the book sitting in front of me that i can look at it and type directly.....im just going off of the photographic memory i have of seeing the picture in the book... |
|
|
|
|
|
#2 |
|
Professional Programmer
|
If this were 1994, I think you may have invented ID3 tags...
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2005
Posts: 22
Rep Power: 0
![]() |
well thats the kind of program i want...an ID3 tag editor...except i want to make it myself so i can customize it to the needs of users...as well as learning the knowledge!
unfortuneatly i was only 4 years old in 94 so i doubt a 4 y/o could have created the concept of ID3 tags ![]() |
|
|
|
|
|
#4 |
|
Professional Programmer
|
4 years old? :eek: :p
Well then there you go. You need not phrase a convoluted description of your intentions. Just write yourself an ID3 tagging program. There are many libraries available.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|