vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - vbMp3 & XEON vbMp3 Player (https://vborg.vbsupport.ru/showthread.php?t=125817)

syrus.xl 11-18-2006 09:25 PM

Quote:

Originally Posted by NathanMc (Post 1120279)
how could I track the ammount of listens each track has?

It couldn't be done as it stands at the moment, since there's no way of getting that information. This mod is XML based and uses no SQL queries, therefore it doesn't store any information in the database.

NathanMc 11-18-2006 09:27 PM

that'd be great man, I'd really love that feature due to it being used partly for a podcast show.

syrus.xl 11-18-2006 09:30 PM

Quote:

Originally Posted by NathanMc (Post 1120286)
that'd be great man, I'd really love that feature due to it being used partly for a podcast show.

Sorry, I had to edit my post... I was referring to the vbulletin integrated version not this XML driven one.

NathanMc 11-18-2006 09:33 PM

ok, I'll be looking..I believe the one I have is the integrated, not sure. Either way I'll be looking.

syrus.xl 11-18-2006 09:38 PM

Quote:

Originally Posted by NathanMc (Post 1120292)
ok, I'll be looking..I believe the one I have is the integrated, not sure. Either way I'll be looking.

Yeah, the vbulletin integrated version offers more, than this version. There is alot planned already, since it can have many more features added, without too much hassle.

:)

Xil Ze 11-19-2006 01:48 AM

is the vbmp3 mini ipod player meant to be able to read the id3 tags?

syrus.xl 11-19-2006 08:48 AM

Quote:

Originally Posted by Xil Ze (Post 1120439)
is the vbmp3 mini ipod player meant to be able to read the id3 tags?

If the ID3 Tags are present in the mp3 track then it will read the data (only this version supports this feature).

All you do is enter in the XML file all data for the track except the 'title' - leave this blank. It should then read the ID3 Tag.

Xil Ze 11-19-2006 08:24 PM

Quote:

Originally Posted by syrus.xl (Post 1120625)
If the ID3 Tags are present in the mp3 track then it will read the data (only this version supports this feature).

All you do is enter in the XML file all data for the track except the 'title' - leave this blank. It should then read the ID3 Tag.

alright, i'm lost
HTML Code:

<sound src="cascada-everytime_we_touch.mp3" stream="true" soundbuffer="2">Cascada - Everytime We Touch</sound>
where's "title"?

syrus.xl 11-19-2006 08:35 PM

Quote:

Originally Posted by Xil Ze (Post 1121042)
alright, i'm lost
HTML Code:

<sound src="cascada-everytime_we_touch.mp3" stream="true" soundbuffer="2">Cascada - Everytime We Touch</sound>
where's "title"?

The code would look like this:
Code:

<sound src="cascada-everytime_we_touch.mp3" stream="true" soundbuffer="2"></sound>
So the mp3 source is still required, but no title or artist.

Xil Ze 11-19-2006 08:48 PM

thanks for getting back to me so quickly. i tried that originally and have the xml as such now and i'm still getting an 'undefined'. the track that i'm referencing has id3v1 and 2 tags.


All times are GMT. The time now is 08:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01491 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete