public
Description: Open source non-commercial music platform: http://alonetone.com
Homepage: http://alonetone.com
Clone URL: git://github.com/sudara/alonetone.git
Search Repo:
modify script/runner to be joyent-friendly in the path
sudara (author)
Mon Mar 17 09:24:38 -0700 2008
commit  4cd5571b8b7b04d82ed535357fb6aa25380de0b3
tree    a6304f5141de495490bafb74101f6a025219311c
parent  f606d65e61011c86ae327775f8714677492bd11f
...
155
156
157
158
 
159
160
161
...
155
156
157
 
158
159
160
161
0
@@ -155,7 +155,7 @@
0
   end
0
   
0
   def find_tracks
0
- @tracks = @playlist.tracks.find(:all, :order => :position)
0
+ @tracks = @playlist.tracks
0
   end
0
   
0
 end
...
32
33
34
35
 
36
37
38
...
32
33
34
 
35
36
37
38
0
@@ -32,7 +32,7 @@
0
    <%= user_feeds_url(@user, :rss) %>
0
    <br/>
0
    You can
0
- <%= link_to 'submit this link to iTunes', 'https://phobos.apple.com/WebObjects/MZFinance.woa/wa/publishPodcast'%>
0
+ <%= link_to 'open itunes and submit this link', 'https://phobos.apple.com/WebObjects/MZFinance.woa/wa/publishPodcast'%>
0
    and get your music listed under Podcasts > Music. Make sure to update your profile after the podcast is approved!
0
   </p>
0
   <% end %>
...
1
 
2
3
...
 
1
2
3
0
@@ -1,4 +1,4 @@
0
-#!/usr/bin/env ruby
0
+#!/opt/local/bin/ruby
0
 require File.dirname(__FILE__) + '/../config/boot'
0
 require 'commands/runner'

Comments

    No one has commented yet.