Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 09-09-2006, 07:31 PM   #1
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
PLAYLIST DELETE FILE question from popup?

Guys -

I've searched all over the forums on this, and see various solutions but none seem to work for me. I am not concerned about deleting MP3's, just M3U playlists I may create on the fly and no longer need ...

I have a POPUP skin that launches via the MENU;Plist.skin... with a list of my playlists and works great, it has the following text which I was assisted with:

MEDIACAR Skin
MEDIACAR AlpineOSK Skin
PList_Empty.jpg,PList_Off.jpg,PList_On.jpg,PList_D own.jpg

/, SD, Alignment;Alignment, Disp;MODE, Icon Width, Icon Heigth, Path
SD,oo,"00",,,"C:\Documents and Settings\ckolibab\Desktop\AllOfMP3-NEW\PLAYLISTS"

So now I want to simply have an option to delete a file. I assumed DELETEFILE would work, but launches the CONFIRM dialouge but never actually deletes the file.

Should this work? Do I need to somehow embed the path in the delete command as perhaps its trying to delete that file but excluding the path so does nothing?

Any hints or syntax - MUCH appreciated!!!!

Thanks to all...
kolemieux is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 09-10-2006, 03:51 PM   #2
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
This should work indeed, the question is what do you have in your comfirm skin ? (I'm also assumming you're using a folder list to display the playlists).
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 09-10-2006, 05:10 PM   #3
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
Guino -

This is the tricky spot, I have this working but if I do it from a typical navigation in which I audiobrowse to my playlist folder - and then it works, confirm and all.

What I've done is created a PopUp with the syntax and skin above - and from that menu is where I am trying to perform the deletefile. I could only assume perhaps it's not including all of the path so tries to delete something that does not exist....

So the steps are:

1 - I bring up a small PLIST skin as a popup via. MENU; .... with the following
/, SD, Alignment;Alignment, Disp;MODE, Icon Width, Icon Heigth, Path
SD,oo,"00",,,"C:\Documents and Settings\ckolibab\Desktop\AllOfMP3-NEW\PLAYLISTS"

2 - Now on the PLIST skin I have a button to perform the DELETEFILE, and will not work - confirm comes up but the file is not deleted. Is it not grabbing the path data?

3 - If I use the same process in audio browser - I can indeed do this, and could live with it...

4 - BONUS QUESTION :-) Can u toss my some syntax on the location of that popup skin, I am searching and working with the PINK screens also but believe u made it so we could use X/Y coords to place MENU; ... skins on loads.

Thanks sir!!!!




Quote: Originally Posted by guino View Post
This should work indeed, the question is what do you have in your comfirm skin ? (I'm also assumming you're using a folder list to display the playlists).

kolemieux is offline   Reply With Quote
Old 09-10-2006, 05:32 PM   #4
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Try using the load command instead of menu -- use /POSX=XXX and /POSY=XXX to position the screnn if necessary.. or the scaling options .. it's likely that it isnt working because you're using the menu command for your playlist popup..
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 09-10-2006, 08:28 PM   #5
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
POPUP POSITIONING with /POS= .. ?

Guino - all....

I am working with this but when and where (or examples) do I place the X / Y coordinates for Popup MENU; positioning ..... I am either searching stupid or just not finding ....

I am trying now - thanks guys... Shoot me for being stupid ;-)

Quote: Originally Posted by guino View Post
Try using the load command instead of menu -- use /POSX=XXX and /POSY=XXX to position the screnn if necessary.. or the scaling options .. it's likely that it isnt working because you're using the menu command for your playlist popup..

kolemieux is offline   Reply With Quote
Old 09-10-2006, 08:54 PM   #6
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
Popup Positioning ....

Well I like crazy before I post - or try my best ;-)

Found it:
http://www.mp3car.com/vbulletin/show...osx#post918342

And yes indeed works for me like a CHAMP. Basic Syntax is ...

MEDIACAR Skin
MEDIACAR AlpineOSK Skin
numosk_on.jpg,numosk_Off.jpg,numosk_Off.jpg,numosk _Off.jpg

/POSX=020
/POSY=020

I will be wearing this out.... I love popups as they can minimize skin clutter - but see some challenges with some of my stuff...

Thanks to all..
kolemieux is offline   Reply With Quote
Old 09-11-2006, 12:04 PM   #7
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,652
MGD is on a distinguished road
I do my DELETE SONG directly from the Audio_Palyer skin. In the list I have an Icon when clicked brings up the popup. You click Delete and the file is deleted or moved to a specific folder just in case you hit delete by accident.
After deletion the popup closes and the playlist shows the song removed and continues to play the next song in the list. No extra skin needed, just the popup and it works like a charm. here are two shots.
Attached Images
  
MGD is offline   Reply With Quote
Old 09-11-2006, 12:32 PM   #8
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
MGD,

Here is the difference - that scenario works for me as well, golden. What this looks like is a small POPUP menu that has the Playlists you can choose from, but if you wanted to delete one it would delete it there as well from the list. So the difference is this is from a menu; skin ... Guino looked at this too and we thought that was the issue maybe - I think the deletfile is not seeing all of the path info -- but it's odd because it plays just fine from there......

Could be an easy test if you like - the syntax for the skin is above. I am going to look at it again but if not will workaround via the same method you illustrate.

This to me was a nice easy way to just clean up a playlist popup - but not major..

Quote: Originally Posted by MGD View Post
I do my DELETE SONG directly from the Audio_Palyer skin. In the list I have an Icon when clicked brings up the popup. You click Delete and the file is deleted or moved to a specific folder just in case you hit delete by accident.
After deletion the popup closes and the playlist shows the song removed and continues to play the next song in the list. No extra skin needed, just the popup and it works like a charm. here are two shots.

kolemieux is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-11-2006, 12:45 PM   #9
MGD
FLAC
 
MGD's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,652
MGD is on a distinguished road
Well, the differents is that I don't use the deletefile command from RR. I use an AutoIt script and a WinAmp plugin. So Ican run that script from any window any menu or any skin I am in.
MGD is offline   Reply With Quote
Old 09-11-2006, 11:33 PM   #10
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
MGD - very good point sir, let me work with that and see if that helps me. Thanks again...

Quote: Originally Posted by MGD View Post
Well, the differents is that I don't use the deletefile command from RR. I use an AutoIt script and a WinAmp plugin. So Ican run that script from any window any menu or any skin I am in.

kolemieux is offline   Reply With Quote
Old 09-12-2006, 08:44 AM   #11
Variable Bitrate
 
Join Date: Jun 2006
Posts: 348
kolemieux is on a distinguished road
DELETEFILE from a popup MENU; vs LOAD;

GUINO, ? - on this comment....

It clearly is an issue when I try to do this via a MENU; load of the popup as it works from a standard LOAD; screen of the skin ... I have duplicated this every which way - seems odd since the SELECT to play works... Could be the behind the scenes syntax of DELETEFILE - I am thinking perhaps the path is missing?

Same identical skin - one loaded MENU; "popup" the other loaded as LOAD; "standard"

So my question before fix or add of this is was there not a way with LOAD; to make the skin appear as a "popup" --- I tried to adjust the artwork as pink but that was a no-go....

This is not a major one - but I have tested and know for sure "at least for me" this is the results.... I wanted to display as a PLAYLIST POPUP and have a delete if I just did not want a playlist in the popup anymore (just to summarize the intent again)

Thanks Guino - let me know if you have a moment!!!

Quote: Originally Posted by guino View Post
Try using the load command instead of menu -- use /POSX=XXX and /POSY=XXX to position the screnn if necessary.. or the scaling options .. it's likely that it isnt working because you're using the menu command for your playlist popup..

kolemieux is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
batch file "pause" question grandamp3 Software & Software Development 11 02-20-2008 10:07 PM
audio file extension question... i think. Tim97rs Mobile Impact 3 09-17-2005 07:06 PM
AUTO PLAY and Selection List played "high light" question cdevelasco Road Runner 4 02-24-2005 06:35 PM
Popup internet windows - a question gadget Centrafuse 4 01-17-2005 06:34 PM
ITPS Power Question jforster Newbie 0 08-27-2004 08:59 PM



All times are GMT -5. The time now is 10:50 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