forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: blazer380 on August 10, 2004, 06:53:31 pm

Title: [Solved (sort of)]: List View for mp3/mid files
Post by: blazer380 on August 10, 2004, 06:53:31 pm
You open an album, and all the files in the album are .mp3 or .mid.
Once the album opens up, you see the default thumbnail images for MP3 and MID.
Is there a way to have a Index view instead of Thumbnail View?

Thanx
Alex
Title: Re: List View for mp3/mid files
Post by: Joachim Müller on August 11, 2004, 11:49:08 am
what do you mean by "index view"?

GauGau
Title: Re: List View for mp3/mid files
Post by: blazer380 on August 11, 2004, 04:23:38 pm
a view without thumbnails. for example if you open up My Documents folder on your desktop, and go to View -> List.
Something similar to that. Since all the mp3s in that album will have the same exact thumbnail, i think it would be easier to browse them in List view. But I just want this option in some albums, not all. The ones that have any sort of images in them, Thumbnail View. The ones that have no images in them, but have other files (mp3s, midis), List View.

Thank you!
Title: Re: List View for mp3/mid files
Post by: Joachim Müller on August 12, 2004, 05:36:41 am
change all generic thumbnails for mp3, mid, wav and so on you don't want a thumbnail to be displayed to a 1x1 pixel transparent graphic - is that your question?

GauGau
Title: Re: List View for mp3/mid files
Post by: blazer380 on August 12, 2004, 06:01:38 pm
its not that I dont want a thumbnail (and I dont), but its more the way that the list of files is displayed. Right now it shows them in a table format (4 cols 3 rows), but I just want a listing like this (sort of an <Li >):

Jay-Z - Change Clothes - 5 views - user1234
Adam Freeland - We Want Your Soul (Edit) - 46 views - user3342
Delerium Feat Sarah McLachlan - Silence (DJ Tiesto Remix) - 40 views - user1235
...
...
...

and so on.....
Title: Re: List View for mp3/mid files
Post by: kegobeer on August 13, 2004, 02:10:08 am
Make your own theme and you can do exactly that.  Just take a look at the default theme to get a feel for how everything is done and go from there.
Title: Re: List View for mp3/mid files
Post by: Casper on August 13, 2004, 12:29:24 pm
You have 2 options, both of which require you to modify the theme.php.

1.  make 2 seperate installs, one for normal display of pics, one using the modified theme.  They can use the same database, and look as though they are part of the same install.

2.  Modify the theme, and use the mod available to set these albums to use a different theme than the rest of the site. 
Title: Re: List View for mp3/mid files
Post by: omniscientdeveloper on August 14, 2004, 02:53:11 am
The easiest way is to make a seperate theme that displays the albums as a list. You can then modify your original theme so that the following is added to the links for audio files:

&theme=[your-second-theme]


-omni
Title: Re: List View for mp3/mid files
Post by: blazer380 on August 15, 2004, 03:54:41 am
i think i'll stay with the current theme. i'm not good at messing around with code. dont fix it if it aint broke =) thanx anyways.