Building a script to share music with SoundCloud


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Building a script to share music with SoundCloud
# 1  
Old 07-05-2012
Building a script to share music with SoundCloud

Thread removed

Last edited by awc228; 07-10-2012 at 12:23 PM.. Reason: removing post
# 2  
Old 07-05-2012
Need more info

I am not familiar with the web site/service.
Can you provide specifics on:
1) can you create a listing (report) of the 150 groups
2) can you provide details or listing on what songs currently in a group
etc...
This User Gave Thanks to joeyg For This Post:
# 3  
Old 07-05-2012
Thank you very much for replying. Removing thread.

Last edited by awc228; 07-10-2012 at 12:22 PM.. Reason: removing post
# 4  
Old 07-05-2012
still more info needed

How to know what groups you belong to?
(a) do you maintain a list, or
(b) do you randomly connect

How to know if song is in the group?
(a) a list command that tells you it is there, or
(b) you try to add and you get a 'duplicate' message'

and so on....

Beyond that, not even sure if the website you are trying to work with would accept some kind of automated keystrokes.
# 5  
Old 07-10-2012
Thank you.

Last edited by awc228; 07-10-2012 at 12:23 PM.. Reason: removing thread
# 6  
Old 07-10-2012
The contents of the website are just as important as what it looks like.

Nobody can write code based on "it has a drop down box here and another there", "this is blue and this is black", etc, etc.
# 7  
Old 07-10-2012
Thread removed.

Last edited by awc228; 07-10-2012 at 12:23 PM.. Reason: removing thread
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Building JSON command with bash script

Hello. I'm new to bash script and I'm learning the basics by writing some scripts. Recently a friend of mine asked me if I could try to write a script to him to automate a couple of processes that uses JSON RPCs. I'll try to explain in few words the workflow just to contextualize the problem.... (48 Replies)
Discussion started by: psysc0rpi0n
48 Replies

2. Programming

Will pay someone to write a script for my music app

Hey guys, not sure I am in the right forum for this, just trying a shot in the dark here. I am using an app on my android to control certain functions on my pc's music player but need to have the app perform 2 specific tasks within my music player so I am looking around for a coder or programmer... (2 Replies)
Discussion started by: mikehende
2 Replies

3. Homework & Coursework Questions

Music Organizer Script. Don't know where to begin.

I'm having problems with this assignment. I know how to do these basic unix "if" and "then" statements) What I am having trouble with is putting my script together. I started with #!/bin/bash and not sure how to continue. I have to indicate the source and destination folders, and make each a... (2 Replies)
Discussion started by: ulib00n
2 Replies

4. Shell Programming and Scripting

Help with data reformat if share share content

Input data: read1_data1 read1_data1 read2_data1 read3_data1 read4_data1 read4_data1 read4_data1 read5_data1 . . Desired output result: read1_data1 read1_data2 read2_data1 read3_data1 read4_data1 (3 Replies)
Discussion started by: perl_beginner
3 Replies

5. Shell Programming and Scripting

Building a script in Ubuntu (Linux) from existing DOS .cmd

Greetings, I would be very grateful to anyone who is willing to help and knows there scripting and how to convert a DOS CMD script. :) In this posting I am also hoping to pass on information to anyone wanting to see a bit of VMware command line stuff. I have made a script (batch file) that runs... (11 Replies)
Discussion started by: dp123
11 Replies

6. Shell Programming and Scripting

Need help in building Unix script

Hi all, We have a requirement like we need to create a program which will change a particular string in the file. For example +=KA1238767 1121 3344645 686943 22356 01 567893 12435 12121 983627 121 1092 091217 02 may be for engine failure In the above file we need to change the bold string... (2 Replies)
Discussion started by: susant.igate
2 Replies

7. Shell Programming and Scripting

Need help in building Unix script

Hi all, We have a requirement like, There will be a file. For example the content will be as follows +=KA100012345678 0114092150R328abcdefgh D 345626 011409 1 2121212 232323 12121212 2323232323 1212121 We need to select the bold portion and change it to a... (11 Replies)
Discussion started by: susant.igate
11 Replies

8. Shell Programming and Scripting

Help building the logic for a script

Hi guys, I am new to shell scripting, i need your help to tackle a problem. I have a single file, sample is below: 2008:07:08 07:01:14.360 (tid 4) INFO no bonus notifications to send 2008:07:08 07:01:50.823 (tid 1) INFO Database cleaned of all stale bonus records order than 30 days... (3 Replies)
Discussion started by: fahadaizaz
3 Replies

9. Shell Programming and Scripting

building a SET clause in shell script

Hi, I have a comma delimited string, e.g. empno, ename, sal. Using Korn Shell Script I want to build the SET clause for an UPDATE statement, and set clause should look like this: empno=decode(:empno, '?', empno, :empno), ename=decode(:ename, '?', empno, :ename), sal=decode(:sal, '?',... (14 Replies)
Discussion started by: shalua
14 Replies
Login or Register to Ask a Question